View source: R/GoodnessOfFit.R
| ecn_test | R Documentation |
Assesses central normality of input data using an empirical test. The test has the null hypothesis that the input data were sampled from a central normal distribution.
ecn_test(x = NULL, transformer = NULL, tau = NULL, n = NULL, kappa = 0.8)
x |
vector of input data, of at least length 5. |
transformer |
A transformer object created using
|
tau |
test statistic value. Usually computed from |
n |
number of samples. Usually the length of |
kappa |
central portion of the distribution. For |
list with the test statistic (tau), the critical value of the test
statistic (at significance level = 0.95) (tau_critical) and p-value
(p_value) for the empirical central normality test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.