Trees | Indices | Help |
|
---|
|
Module for selecting the best model.
|
|||
float |
|
||
float |
|
||
float |
|
||
|
|
|||
__package__ =
|
Imports: log, get_type, has_pipe, pipe_names, switch, RelaxError, RelaxPipeError, get_specific_fn
|
Akaike's Information Criteria (AIC). The formula is: AIC = chi2 + 2k
|
Small sample size corrected AIC. The formula is: 2k(k + 1) AICc = chi2 + 2k + --------- n - k - 1
|
Bayesian or Schwarz Information Criteria. The formula is: BIC = chi2 + k ln n
|
Model selection function.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 13:30:28 2013 | http://epydoc.sourceforge.net |