computeLikelihood | R Documentation |
Internal function: compute a negative log-likelihood (-2*log(likelihood))
computeLikelihood(data, Fk, M, s, Depsilon)
data |
An n by T data matrix (NA allowed) with
|
Fk |
An n by K matrix of basis function values with
each column being a basis function taken values at |
M |
A K by K symmetric matrix. |
s |
A scalar. |
Depsilon |
An n by n diagonal matrix. |
A numeric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.