compute_aic: Compute the Akaike Information Criterion. Assuming additive...

Description Usage Arguments Value Examples

View source: R/sbpiper_pe.r

Description

Compute the Akaike Information Criterion. Assuming additive Gaussian measurement noise of width 1, the term -2ln(L(theta|y)) ~ SSR ~ Chi^2

Usage

1
compute_aic(chi2 = 0, params = 0)

Arguments

chi2

the Chi^2 for the model

params

the number of model parameters

Value

the AIC

Examples

1
compute_aic(chi2=10, params=5)

sbpiper documentation built on May 2, 2019, 8:53 a.m.