| Trees | Indices | Help | 
 | 
|---|
|  | 
Module for the statistical concept of model selection.
| 
 | |||
| float | 
 | ||
| float | 
 | ||
| float | 
 | ||
| 
 | |||
| __package__ =  | |||
Imports: log, RelaxError
| 
 | |||
| 
 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 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 17 15:11:26 2014 | http://epydoc.sourceforge.net |