Student_densities_Cpp | R Documentation |
Calculates logs of multivariate Student t densities with varying mean and varying covariance matrix AND EXCLUDING the constant term of the density (the constant is calculated and added in R code). The varying conditional covariance matrix is calculated within the function from the regime covariance matrices and transition weights.
Student_densities_Cpp(obs, means, covmats, alpha_mt, df)
obs |
a |
means |
a |
covmats |
a |
alpha_mt |
a |
df |
the degrees of freedom parameter value (assumed larger than two). |
Note that the parametrization is with the covariance matrix and not the scale matrix.
a numeric vector containing the multivariate Student's t densities, excluding the constant term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.