assert_forecast_generic {scoringutils}R Documentation

Validation common to all forecast types

Description

The function runs input checks that apply to all input data, regardless of forecast type. The function

Usage

assert_forecast_generic(data, verbose = TRUE)

Arguments

data

A data.table with forecasts and observed values that should be validated.

verbose

Logical. If FALSE (default is TRUE), no messages and warnings will be created.

Value

returns the input


[Package scoringutils version 2.1.0 Index]