det.de {detpack} | R Documentation |
The function det.de
extracts the distribution element with index ind
from a distribution element tree (DET) generated by the function det.construct
.
det.de(det, ind)
det |
distribution element tree object resulting from |
ind |
index of element to extract from |
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.