| make_quadrature_grid_mvn | R Documentation |
Used by all continuous-trait logLik() methods.
make_quadrature_grid_mvn(
Corr,
theta.mu,
D,
L = NULL,
theta.low = -6,
theta.up = 6
)
Corr |
D x D correlation matrix (can be |
theta.mu |
Numeric vector of length D (latent mean). |
D |
Number of dimensions. |
L |
Number of quadrature points per dimension, or |
theta.low, theta.up |
Quadrature range. |
A list with theta.norm (grid matrix) and pi
(normalised prior-weight column vector).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.