MLF.pvalue {PSGoft}R Documentation

Modified Lilliefors Goodness-of-Fit Normality Test

Description

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

Usage

MLF.pvalue(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 p-value.

Value

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

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.pvalue(rnorm(33, mean = 0, sd = 2))
MLF.pvalue(data1)


[Package PSGoft version 0.0.1 Index]