dimstosplit: Determine Split Dimension(s)

Description Usage Arguments Value

View source: R/detconstruct.R

Description

Determine the split dimensions of an existing distribution element in the DET refinement-process based on statistical tests.

Usage

1
dimstosplit(x, sze, mode, alphag, alphad)

Arguments

x

data in element given as matrix with d rows or components and n columns or samples.

sze

vector representing the element size.

mode

element order and split mode as detailed in det.construct.

alphag, alphad

significance levels for goodness-of-fit and independence tests, respectively, in element refinement or splitting process. alphad is irrelevant for univariate data x with d = 1.

Value

An object comprised of the split dimension(s) or NA for no split, and the resulting child element parameters is returned.


detpack documentation built on July 24, 2019, 5:03 p.m.

Related to dimstosplit in detpack...