| dmnorm_gp2Scale | R Documentation |
dmnorm_gp2Scale (and rmnorm_gp2Scale) calculate the usual Gaussian
likelihood for a fixed set of parameters (but with sparse matrices). Finally,
the distributions must be registered within nimble.
dmnorm_gp2Scale(x, mean, Cov, N, Nnz, log = 1)
x |
Vector of measurements |
mean |
Vector of mean values |
Cov |
Matrix of size N x N; sparse kernel |
N |
Number of measurements in x |
Nnz |
Number of measurements in x |
log |
Logical; should the density be evaluated on the log scale. |
Returns the Gaussian likelihood using the gp2Scale sparse covariance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.