measures_loglik: Selection criteria based on maximized log-likelihood function...

Description Usage Arguments Value

View source: R/measures_loglik.R

Description

measures_loglik calculates the AIC, AICc, BIC, HQIC, CAIC measures.

Usage

1
measures_loglik(n, npar, loglik)

Arguments

n

Number of systems.

npar

Number of the parameters.

loglik

Maximized log-likelihood function value returned in EMalg.

Value

A list with the following components:

loglik

The maximized log-likelihood function value.

aic

AIC (The Akaike Information Criterion).

aicc

AICc (The corrected Akaike Information Criterion).

bic

BIC (The Bayesian Information Criterion).

hqic

HQIC (The Hannan-Quinn Information Criterion).

caic

CAIC (The Consistent Akaike Information Criterion).


agathasr/srplv documentation built on May 17, 2020, 12:21 a.m.