det.de {detpack} | R Documentation |
Extract Distribution Element Characteristics
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
det.de(det, ind)
Arguments
det |
distribution element tree object resulting from |
ind |
index of element to extract from |
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.
[Package detpack version 1.1.3 Index]