Description Usage Arguments Value Examples
View source: R/VONF_3D_GEO_DA_POSTERIOR_V1.5.R
Fits a Data Augmentation algorithm for Vonmises Distribution in 3 dimensions. Generates MCMC samples from Posterior of mode and concentration parameter.
1 | VONF_3D_GEO_DA_POSTERIOR(Y, MCSamplerSize = 100, kappa_start = NULL)
|
Y: |
n X 3 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.