maxap | R Documentation |
Find the parameter estimate with the highest posterior probability density given a vector of samples.
maxap(x, dens = NULL, ...)
x |
Numeric vector. |
dens |
Optional object of class |
... |
Arguments passed to |
Atomic numeric vector with the maximum a-posteriori estimate of
vector x
.
maxap(c(1,2,3,4,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.