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 4, 2024, 3:10 a.m.