BIC_HY {SoilHyP} | R Documentation |
Bayesian Information Criterion (BIC)
Description
Bayesian Information Criterion (Schwarz, 1978) for least square estimations.
Usage
BIC_HY(Phi, n.data, n.par)
Arguments
Phi |
objective function value |
n.data |
number of measured data |
n.par |
number of adjustable parameters |
References
Ye, M., P.D. Meyer, and S.P. Neuman (2008): On model selection criteria in multimodel analysis. Water Resources Research 44 (3) W03428, doi:10.1029/2008WR006803.
Schwarz, G. (1978): Estimating the dimension of a model. The Annals of Statistics 6 (2), 461–464. URL: http://dx. doi. org/10.1214/aos/1176344136.
Peters and Durner (2015): SHYPFIT 2.0 User's Manual.
[Package SoilHyP version 0.1.7 Index]