Description Usage Arguments Value Examples
View source: R/ErrorMeasures.R
MASE = 1/T ∑_{t=1}^T ( ( e_t )/((T/(T-1)) ∑_{i=2}^T Y_i-Y_{i-1}))
1 |
y |
|
y_hat |
|
result_type |
|
According to the value of result_type
:
measure
-> MASE computed according to the formula
raw
-> Vector containing one MASE for each time step
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.