Description Usage Arguments Details Value References See Also Examples
Computes the multivariate normality test of Henze and Visagie (2019).
1 |
data |
a n x d matrix of d dimensional data vectors. |
a |
positive numeric number (tuning parameter). |
MC.rep |
number of repetitions for the Monte Carlo simulation of the critical value. |
alpha |
level of significance of the test. |
This functions evaluates the teststatistic with the given data and the specified tuning parameter a
.
Each row of the data Matrix contains one of the n (multivariate) sample with dimension d. To ensure that the computation works properly
n ≥ d+1 is needed. If that is not the case the test returns an error.
Note that a=Inf
returns the limiting test statistic with value 2*MSkew + MRSSkew
.
a list containing the value of the test statistic, the approximated critical value and a test decision on the significance level alpha
:
$Test
name of the test.
$param
value tuning parameter.
$Test.value
the value of the test statistic.
$cv
the approximated critical value.
$Decision
the comparison of the critical value and the value of the test statistic.
Henze, N., Visagie, J. (2019) "Testing for normality in any dimension based on a partial differential equation involving the moment generating function", to appear in Ann. Inst. Stat. Math., DOI
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.