MLF.stat | R Documentation |
Calculates the value of the modified Lilliefors goodness-of-fit normality test statistic.
MLF.stat(x)
x |
a numeric vector of data values, the number of which must be greater than 4. |
The modified Lilliefors goodness-of-fit normality test statistic, see formula (5) in the article.
The function returns the value of the modified Lilliefors goodness-of-fit normality test statistic.
Piotr Sulewski, piotr.sulewski@apsl.edu.pl, Pomeranian University in Slupsk.
Sulewski, P. (2019). Modified Lilliefors Goodness-of-fit Test for Normality. Communications in Statistics - Simulation and Computation 51(3), 1199-1219.
MLF.stat(rnorm(33, mean = 0, sd = 2))
MLF.stat(data1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.