mvrnormArma_tempered | R Documentation |
Produces samples from the specified tempered multivariate Gaussian distribution
mvrnormArma_tempered(N, mu, Sigma, beta)
N |
the number of samples required |
mu |
a vector of mean values |
Sigma |
positive-definite symmetric matrix specifying the covariance of variables |
beta |
inverse temperature |
samples from a tempered multivariate Gaussian distribution
samples <- mvrnormArma(N = 10000, mu = c(0, 0), Sigma = diag(2)) tempered_samples <- mvrnormArma_tempered(N = 10000, mu = c(0, 0), Sigma = diag(2), beta = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.