a_qnorm {vacuum} | R Documentation |
Returns the typical value from a unit-normal distribution
Description
Returns the typical value from a unit-normal distribution for the ith ordered observation in an n-sized sample.
This is a helper function for FUNOP, which uses the output of this function as the denominator for its slope calculation.
Usage
a_qnorm(i, n)
Arguments
i |
Non-zero index of an array |
n |
Non-zero length of the array |
Value
Quantile of i
from a unit-normal distribution
References
Tukey, John W. "The Future of Data Analysis." The Annals of Mathematical Statistics, 33(1), 1962, pp 1-67. JSTOR, https://www.jstor.org/stable/2237638.
See Also
Examples
a_qnorm(i = 25, n = 42)
a_qnorm(21.5, 42)
[Package vacuum version 0.1.0 Index]