forecast_metrics | R Documentation |
Forecast Metrics With Rolling Windows (we don't need for salmon)
forecast_metrics(x, y, k = integer(0), metric = "mamse")
x |
[numeric()] [vector()] observed values |
y |
[numeric()] [vector()] forecast values |
k |
[numeric()] scalar size of the trailing running window. Uses all
previous data when |
metric |
[character()] |
[tibble::tibble()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.