Description Usage Arguments Details Value Examples
Shortcut function to find the mode of an arbitrary probability density function (PDF). Uses optimization, i.e. may lead to imprecise results with exotic input functions. It is helpful when an analytic solution is not handily available.
1 2 | get_dist_mode_from_pdf(pdf, search_range_start, search_range_end,
tolerance = NULL, verbosity = NULL, ...)
|
pdf |
the input probability density function (PDF) |
search_range_start |
the minimal value of the range where the mode will be searched |
search_range_end |
the maximal value of the range where the mode will be searched |
Works only for continuous distribution functions.
the estimated mode
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.