de.split: Split a Distribution Element

Description Usage Arguments Value

View source: R/detconstruct.R

Description

Splits a parent distribution element characterized by x, sze, and id along dimension dimens based on mode into two child elements.

Usage

1
de.split(dimens, x, sze, id, mode)

Arguments

dimens

split dimension.

x

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

sze

vector representing the size of the element.

id

element index or identifier.

mode

for splitting: > 0 or < 0 for equal-size or -score split, respectively.

Value

Object containing the properties of the resulting two child distribution elements and the split position within the parent element.


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

Related to de.split in detpack...