calculateMeasures | R Documentation |
Calculates all performance measures.
calculateMeasures(end, start, hist, forecast, actual, horizon)
end |
The timestamp after the forecast. |
start |
The timestamp before the forecast. |
hist |
The training data. |
forecast |
The forecast. |
actual |
The test data. |
horizon |
The forecast horizon. |
The performance measures of the forecast.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.