Gaussian_densities_Cpp | R Documentation |
Calculates logs of multivariate Gaussian 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.
Gaussian_densities_Cpp(obs, means, covmats, alpha_mt)
obs |
a |
means |
a |
covmats |
a |
alpha_mt |
a |
a numeric vector containing the multivariate Gaussian densities, excluding the constant term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.