How to pick data Quantiles in Distribution?
Hello, i'm making the contour plot using the data in Distribution, Quantiles 75% & 25%. My question is how do i put the data Quantiles 75% & 25% in my Minimum Maximum Contour Values? All the data Quantiles is different from another data.//Put the spec limit on parameter into current data table
Names Default To Here( 1 );
dt = Current Data Table();
// Get the all column names from the data table
c
...