Learn R Programming

sbpiper (version 1.9.0)

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

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

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

Run this code
# NOT RUN {
compute_aicc(chi2=10, params=5, data_points=100)
# }

Run the code above in your browser using DataLab