ecn.test: Empirical central normality test

View source: R/GoodnessOfFit.R

ecn.testR 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.


power.transform documentation built on April 12, 2025, 5:08 p.m.