Description Usage Arguments Value Examples
View source: R/VONF_MPG_DA_POSTERIOR_V1.5.R
Fits a Data Augmentation algorithm for Vonmises Distribution in general dimension Generates MCMC samples from Posterior of mode and concentration parameter.
1 2 3 4 5 6 7 | VONF_pD_MPG_INVCDF_DA_POSTERIOR(
Y,
kappa_start = NULL,
MCSamplerSize = 5000,
K = 100,
eps_accuracy = 1e-08
)
|
Y: |
n\times d matrix containing n directional data of dimension d. norm of each row of the matrix Y is 1. |
kappa_start: |
A positive number, starting value for the MCMC algorithm. If set NUll the Default procedure to get the initial value will be used. |
MCSamplerSize: |
Number of MCMC samples required to be generated. |
MCMC samples from for Posterior of mode and concentration parameter of Vonmises distribution.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.