compute_aicc: Compute the corrected Akaike Information Criterion. Assuming...

Description Usage Arguments Value Examples

View source: R/sbpiper_pe.r

Description

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

Usage

1
compute_aicc(chi2 = 0, params = 0, data_points = 0)

Arguments

chi2

the Chi^2 for the model

params

the number of model parameters

data_points

the number of data points

Value

the AICc

Examples

1
compute_aicc(chi2=10, params=5, data_points=100)

pdp10/sbpiper documentation built on May 17, 2019, 11:17 p.m.