logLike {sBIC} | R Documentation |
Multivariate gaussian log-likelihood.
Description
A private method that returns the log-likelihood of the data set with setData() under a multivariate gaussian model with a given covariance matrix and assumed 0 means.
Usage
logLike(this, covMat)
## S3 method for class 'LatentForests'
logLike(this, covMat)
Arguments
this |
the LatentForests object. |
covMat |
a covariance matrix. |
[Package sBIC version 0.2.0 Index]