Description Usage Arguments Details Value
Evaluates the negative log likelihood without the normalizing constant.
1 | unpenalized_neglikelihood_Q(Q, Phi_Dinv_Phi, Phi_Dinv_S_Dinv_Phi)
|
Q |
Precision matrix. |
Phi_Dinv_Phi |
Inner product of basis matrices, Φ'D^{-1}Φ. Typically obtained from using |
Phi_Dinv_S_Dinv_Phi |
Inner product of the basis matrices and data, Φ'D^{-1}SD^{-1}Φ. Typically obtained from using |
This returns negative two times the log likelihood, ignoring anything that doesn't depend on Q or τ^2. Note that the evaluation only requires matrix computations in the number of the basis functions since Phi'Phi and Phi'SPhi are already computed.
-2*log likelihood, ignoring additive constants not depending on Q.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.