Description Usage Arguments Value Author(s) See Also Examples
The function can be used to obtain the MAP estimate (mode of the posterior)
along with the frequency table for the
number of components, based on a BDMCMC fit from est_mix_bdmcmc
.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#GetBDTable
1 | GetBDTable(BDfit, showtable = TRUE)
|
BDfit |
A BDMCMC fit obtain from |
showtable |
Logical variable requesting to display the frequency table. Default is TRUE. |
A list containing the following:
MAPcomp |
The MAP number of mixture components. |
FreqTab |
Frequency table for the number of components. |
MeanComp |
The posterior mean for the number of components. |
Sakis Micheas
1 2 | fit <- est_mix_bdmcmc(pp = spatstat::redwood, m = 7)
GetBDTable(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.