View source: R/DescriptiveStats.R
GetEmpFreq | R Documentation |
Computes the empirical nonexceedance frequency of the ith sorted value amongst n
GetEmpFreq(i, n, formula = "Hazen")
i |
integer or integer vector, observation rank(s) |
n |
integer, number of observations |
formula |
character, formula, available: 'Hazen', 'Standard', 'MinusOne', 'Weibull', 'Benard', 'Cunnane', 'Beard', 'Blom', 'Gringorten', 'Landwehr', 'Tukey'. |
The nonexceedance frequency.
GetEmpFreq(i=1:10,n=10)
GetEmpFreq(i=1:10,n=10,formula='Standard')
GetEmpFreq(i=1:10,n=10,formula='MinusOne')
GetEmpFreq(i=1:10,n=10,formula='Cunnane')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.