BHEP {mnt} | R Documentation |
Statistic of the BHEP-test
Description
This function returns the value of the statistic of the Baringhaus-Henze-Epps-Pulley (BHEP) test as in Henze and Wagner (1997).
Usage
BHEP(data, a = 1)
Arguments
data |
a n x d matrix of d dimensional data vectors. |
a |
positive numeric number (tuning parameter). |
Details
The test statistic is
Here, ,
, are the scaled residuals,
is the sample mean and
is the sample covariance matrix of the random vectors
. To ensure that the computation works properly
is needed. If that is not the case the function returns an error.
Value
value of the test statistic.
References
Henze, N., and Wagner, T. (1997), A new approach to the class of BHEP tests for multivariate normality, J. Multiv. Anal., 62:1–23, DOI
Epps T.W., Pulley L.B. (1983), A test for normality based on the empirical characteristic function, Biometrika, 70:723-726, DOI
Examples
BHEP(MASS::mvrnorm(50,c(0,1),diag(1,2)))