Description Usage Arguments Value Examples
Create an object of S3 class gaussian_mdl
1 | gaussian_mdl(mu, sigma, hyper_params = list())
|
mu |
a vector giving the means of the variables |
sigma |
a positive-definite symmetric matrix specifying the covariance matrix of the variables |
hyper_params |
hyperparameters (not implemented) |
object of class gaussian_mdl
1 | gaussian_mdl(c(1, 2), matrix(c(1, 0, 0, 2), 2, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.