logLik.mvn: Log-Likelihood for Fitted MVN Model

View source: R/01_Class.R

logLik.mvnR Documentation

Log-Likelihood for Fitted MVN Model

Description

Returns the final EM objective; for models with missing data this is not the exact log-likelihood of the observed data.

Usage

## S3 method for class 'mvn'
logLik(object, ...)

Arguments

object

A mvn object.

...

Unused.

Value

Numeric scalar (the stored EM objective).


MGMM documentation built on Feb. 27, 2026, 1:07 a.m.