View source: R/mod_arima_utils.R
| calibrar.arima | R Documentation | 
Best parameters arima model
calibrar.arima(train, test, period, ar = 0:2, es = 0:1)
| train | a ts object (train of a time series). | 
| test | a ts object (test of a time series). | 
| period | value indicate the period to use. | 
| ar | vector of values to test p, d, q of arima model. | 
| es | vector of values to test P, D, Q of arima model. | 
arima model
Diego Jimenez <diego.jimenez@promidat.com>
calibrar.arima(AirPassengers[1:132], AirPassengers[133:144], 12, 0:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.