Gaussian_densities_const_Cpp | R Documentation |
Calculates logs of multivariate Gaussian densities with constant mean and constant covariance matrix AND EXCLUDING the constant term of the density (the constant is calculated and added in R code).
Gaussian_densities_const_Cpp(obs, mean, cholcovmat)
obs |
a |
mean |
the |
cholcovmat |
the |
This function is used in the relative density transition weights with Gaussian regimes.
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.