normality.test1 {normwn.test}R Documentation

Omnibus Normality Test with Independence

Description

Performs the Doornik-Hansen (1994) omnibus test for normality

Usage

normality.test1(x)

Arguments

x input matrix by row n (observations) and column p (variables)

Details

in the univariate case, the input matrix is row n (observations) by 1

Value

A list with class htest containing the followin components:

sk skewness statistics
k kurtosis statistics
rtb1 skewness of standardized variables
b2 kurtosis of standardized variables
z1 skewness of transformed variables
z2 kurtosis of transformed variables
pvalsk p-values under null of no skewness
pskneg p-values under null of no negative skewness
pskpos p-values under null of no positive skewness
pvalk p-values under null of no kurtosis
pkneg p-vlaues under null of no negative kurtosis
pkpos p-values under null of no positive kurtosis
Ep value of the normality test statistic
dof degrees of freedom
Sig.Ep significance of the normality test statistic

Note

The test is designed to deal with small samples rather the asymptotic version commonly-known as the Jarque-Bera test.

Author(s)

Peter Wickham

References

Doornik, J.A., and H. Hansen (1994). "An Omnibus Test for Univariate and Multivariate Normality". Working Paper, Nuffield College, Oxford University, Oxford, U.K.

See Also

normality.test2

Examples






[Package normwn.test version 1.0 Index]