Learn R Programming

sBIC (version 0.2.0)

logLike: 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)
"logLike"(this, covMat)

Arguments

this
the LatentForests object.
covMat
a covariance matrix.