find_modes {cauphy} | R Documentation |
Find modes of a distribution
Description
Find modes of a distribution
Usage
find_modes(anc, node, mode_proba_method = "integral")
Arguments
anc |
an object of class |
node |
a vector of node number in the tree |
Value
a list, with opt_vals
the abscissa values where the distribution is maximum,
and prop_vals
the approximate density under each optimal value, normalized to sum to one.
[Package cauphy version 1.0.3 Index]