tsmetrics.arima.estimate | R Documentation |
Performance metrics from an estimated or predicted model.
## S3 method for class 'arima.estimate' tsmetrics(object, ...) ## S3 method for class 'arima.predict' tsmetrics(object, actual, alpha = 0.1, ...) ## S3 method for class 'bsts.estimate' tsmetrics(object, ...) ## S3 method for class 'bsts.predict' tsmetrics(object, actual, alpha = 0.1, ...)
object |
An object of class “arima.estimate”, “arima.predict”, “bsts.estimate” or “bsts.predict”. |
... |
Optional arguments passed to the MASE function which includes “frequency”, else will be read from the object (act as an override for instance when using fourier seasonality in xreg for arima). |
actual |
the actual data matched to the dates of the forecasts. |
alpha |
the coverage level for distributional forecast metrics. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.