mnix_zeta: Calculate the mNIX normalizing constant.

Description Usage Arguments Details Value

View source: R/mnix_zeta.R

Description

Calculate the mNIX normalizing constant.

Usage

1
mnix_zeta(Omega, nu, tau)

Arguments

Omega

Precision matrix parameter. A matrix of size p x p, or an array of size p x p x n.

nu

Degrees-of-freedom parameter. A scalar or a vector of length n.

tau

Scale parameter. A scalar or a vector of length n.

Details

The mNIX normalzing constant (on the log scale) is defined as

1
lgamma(nu/2) - .5 * ( nu * log(tau*nu/2) + log(|Omega|) )

Value

Vector of mNIX normalizing constants.


mlysy/losmix documentation built on Jan. 18, 2021, 5:56 a.m.