View source: R/natural.tolerance.normal.simple.R
natural.tolerance.normal | R Documentation |
Calculates the natural tolerance of a given probability distribution, defined as F(p.upper)-F(p.lower) where F is a quantile function for a given univariate distribution. Default is to calculate the natural tolerance with a total tail area of .0027, or .00135 on the lower tail and .00135 on the upper tail.
natural.tolerance.normal(x, ...)
natural.tolerance.normal.simple(mean = 1, variance = 1, ...)
x |
Vector/numeric - data to fit parameters |
... |
Additional parameters for natural.tolerance |
mean |
Scalar/numeric - mean parameter for normal distribution. |
variance |
Scalar/numeric - variance parameter for normal distribution, expressed as variance. |
Scalar or data.frame - scalar if details = F, otherwise data frame with details from calculation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.