View source: R/model_get_multivariatenormal.R
This function returns a list representing a Normal location model, in a dimension specified by the user as an argument.
1 | get_multivariate_normal(dimension)
|
The list contains rprior, dprior (generate and evaluate the density of prior distribution), generate_randomness (generate data-generating variables), robservation (create synthetic data sets), parameter_names (useful for plotting), thetadim (dimension of parameter), ydim (dimension of observations), parameters (list of hyperparameters, to be passed to rprior,dprior,robservation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.