assert_forecast_type {scoringutils} | R Documentation |
Assert that forecast type is as expected
Description
Assert that forecast type is as expected
Usage
assert_forecast_type(data, actual = get_forecast_type(data), desired = NULL)
Arguments
data |
A forecast object. |
actual |
The actual forecast type of the data |
desired |
The desired forecast type of the data |
Value
Returns NULL invisibly if the assertion was successful and throws an error otherwise.
[Package scoringutils version 2.1.1 Index]