powered by
Get quantiles from a normal distribution
mxNormalQuantiles(nBreaks, mean = 0, sd = 1)
a vector of quantiles
the number of thresholds, or a vector of the number of thresholds
the mean of the underlying normal distribution
the standard deviation of the underlying normal distribution
mxNormalQuantiles(3) mxNormalQuantiles(3, mean=7) mxNormalQuantiles(2, mean=1, sd=3)
Run the code above in your browser using DataLab