dmnorm_nngp (and rmnorm_nngp) calculate the approximate NNGP
likelihood for a fixed set of parameters (i.e., A and D matrices). Finally,
the distributions must be registered within nimble.
dmnorm_nngp(x, mean, AD, nID, N, k, log)The NNGP approximate density.
N-vector of data.
N-vector with current values of the mean
N x (k+1) matrix; the first k columns are the 'A' matrix, and the last column is the 'D' vector.
N x k matrix of neighbor indices.
Scalar; number of data measurements.
Scalar; number of nearest neighbors.
Scalar; should the density be on the log scale (1) or not (0).