powered by
This function extracts AICc from "smooth" objects.
AICc(object, ...)
Time series model.
Some stuff.
This function returns numeric value.
AICc was proposed by Nariaki Sugiura in 1978 and is used on small samples.
Kenneth P. Burnham, David R. Anderson (1998). Model Selection and Multimodel Inference. Springer Science & Business Media.
AIC, BIC
# NOT RUN { ourModel <- ces(rnorm(100,0,1),h=10) AICc(ourModel,h=10) # }
Run the code above in your browser using DataLab