logLike: Multivariate gaussian log-likelihood.

Description Usage Arguments

View source: R/LatentForests.R

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

1
2
3
4
logLike(this, covMat)

## S3 method for class 'LatentForests'
logLike(this, covMat)

Arguments

this

the LatentForests object.

covMat

a covariance matrix.


sBIC documentation built on May 2, 2019, 4:16 a.m.