compute_bic: Compute the Bayesian Information Criterion. Assuming additive...

Description Usage Arguments Value Examples

View source: R/sbpiper_pe.r

Description

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

Usage

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

Arguments

chi2

the Chi^2 for the model

params

the number of model parameters

data_points

the number of data points

Value

the BIC

Examples

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

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