Description Usage Arguments Details Value References Examples
View source: R/teststatistics.R
Computes the test statistic of the DEH test.
1 |
data |
a n x d numeric matrix of data values. |
a |
positive numeric number (tuning parameter). |
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.
The value of the test statistic.
Dörr, P., Ebner, B., Henze, N. (2019) "Testing multivariate normality by zeros of the harmonic oscillator in characteristic function spaces" arXiv:1909.12624
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.