Bayesian Information Criterion for GNAR models
Function calculating BIC for GNARfit models.
## S3 method for class 'GNARfit' BIC(object, ...)
object |
a |
... |
additional arguments, not used here. |
Smaller BIC values correspond to better fit.
A numeric value corresponding to the BIC.
#BIC for two different GNAR fits for fiveNet data #GNAR(2,[1,1]) BIC(GNARfit()) #GNAR(2,[1,0]) BIC(GNARfit(betaOrder=c(1,0)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.