Description Usage Arguments Value Examples
View source: R/multivariateErrorMeasures.R
Computes the multivariate SMAPE based on the individual time series (according to https://arxiv.org/pdf/1905.03806.pdf)
1 | MSMAPE(X, X_hat)
|
X |
|
X_hat |
|
List containing:
values_vec
: Vector of the individual SMAPEs
mean
: Mean of the vector of the individual SMAPEs
article_ref
: SMAPE computed according to the reference article
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.