Information Criteria
AIC.SWR.Rd
Computes Akaike's Information Criterion (AIC) akaike1974aicSlidingWindowReg and Bayesian Information Criterion (BIC) schwarz1978bicSlidingWindowReg.
Arguments
- object
an
SWR
model object created using trainSWR- ts_input
a vector or ts object containing the input time series
- ts_output
a vector or ts object (on the same time scale as ts_input) containing the target time series
- ...
currently unused