det.de: Extract Distribution Element Characteristics

Description Usage Arguments Value

View source: R/detleafs.R

Description

The function det.de extracts the distribution element with index ind from a distribution element tree (DET) generated by the function det.construct.

Usage

1
det.de(det, ind)

Arguments

det

distribution element tree object resulting from det.construct.

ind

index of element to extract from det.

Value

A list with the element characteristics is returned: p probability density, theta element parameters, lb lower bound, size of element, div divisions or splits along dimensions leading to final element.


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

Related to det.de in detpack...