computeNegativeLikelihood | R Documentation |
Internal function: compute a negative likelihood
computeNegativeLikelihood(
nrow_Fk,
ncol_Fk,
s,
p,
matrix_JSJ,
sample_covariance_trace,
vfixed = NULL,
ldet = 0
)
nrow_Fk |
An integer. The number of rows of Fk. |
ncol_Fk |
An integer. The number of columns of Fk. |
s |
An integer. |
p |
A positive integers. The number of columns of data. |
matrix_JSJ |
A multiplication matrix |
sample_covariance_trace |
A positive numeric. |
vfixed |
A numeric |
ldet |
A numeric. A log determinant. |
A list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.