forecast_metrics: Forecast Metrics With Rolling Windows (we don't need for...

forecast_metricsR Documentation

Forecast Metrics With Rolling Windows (we don't need for salmon)

Description

Forecast Metrics With Rolling Windows (we don't need for salmon)

Usage

forecast_metrics(x, y, k = integer(0), metric = "mamse")

Arguments

x

[numeric()] [vector()] observed values

y

[numeric()] [vector()] forecast values

k

[numeric()] scalar size of the trailing running window. Uses all previous data when k = integer(0). TODO we don't want this.

metric

[character()]

Value

[tibble::tibble()]


luke-a-rogers/pbsedm documentation built on June 3, 2024, 5:20 a.m.