dimstosplit {detpack} | R Documentation |
Determine Split Dimension(s)
Description
Determine the split dimensions of an existing distribution element in the DET refinement-process based on statistical tests.
Usage
dimstosplit(x, sze, mode, alphag, alphad)
Arguments
x |
data in element given as matrix with |
sze |
vector representing the element size. |
mode |
element order and split mode as detailed in |
alphag , alphad |
significance levels for goodness-of-fit and independence tests, respectively, in element refinement or splitting process. |
Value
An object comprised of the split dimension(s) or NA
for no split, and the resulting child element parameters is returned.
[Package detpack version 1.1.3 Index]