MLF.stat: Modified Lilliefors Goodness-of-Fit Normality Test

View source: R/MLF.stat.R

MLF.statR Documentation

Modified Lilliefors Goodness-of-Fit Normality Test

Description

Calculates the value of the modified Lilliefors goodness-of-fit normality test statistic.

Usage

MLF.stat(x)

Arguments

x

a numeric vector of data values, the number of which must be greater than 4.

Details

The modified Lilliefors goodness-of-fit normality test statistic, see formula (5) in the article.

Value

The function returns the value of the modified Lilliefors goodness-of-fit normality test statistic.

Author(s)

Piotr Sulewski, piotr.sulewski@apsl.edu.pl, Pomeranian University in Slupsk.

References

Sulewski, P. (2019). Modified Lilliefors Goodness-of-fit Test for Normality. Communications in Statistics - Simulation and Computation 51(3), 1199-1219.

Examples

MLF.stat(rnorm(33, mean = 0, sd = 2))
MLF.stat(data1)


PSGoft documentation built on Sept. 8, 2023, 5:10 p.m.