Description Usage Arguments Value Examples
View source: R/Support_functions.R
Calculates initial value of KAPPA_INITIAL(Y). Approximate posterior mode.
1 |
Y: |
n\times d matrix containing n directional data of dimension d. norm of each row of the matrix Y is 1. |
Approximate posterior mode for the concentration parameter.
1 2 3 | library(Rfast)
Y=rvmf(n =10, mu=c(1,0,0),k = 10)
KAPPA_INITIAL(Y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.