ecn.test {power.transform}R Documentation

Empirical central normality test

Description

Assesses central normality of input data using an empirical test.

Usage

ecn.test(x, transformer = NULL)

Arguments

x

vector of input data, of at least length 5.

transformer

A transformer object created using find_transformation_parameters. Optional, if present residuals are determined from x after transformation.

Value

list with mean absolute error (tau), critical value (at significance level = 0.95) of the test statistic (tau_critical) and p-value (p_value) for the empirical central normality test.


[Package power.transform version 1.0.1 Index]