check_input_sample {scoringutils} | R Documentation |
Check that inputs are correct for sample-based forecast
Description
Function assesses whether the inputs correspond to the requirements for scoring sample-based forecasts.
Usage
check_input_sample(observed, predicted)
Arguments
observed |
Input to be checked. Should be a numeric vector with the observed values of size n. |
predicted |
Input to be checked. Should be a numeric nxN matrix of
predictive samples, n (number of rows) being the number of data points and
N (number of columns) the number of samples per forecast.
If |
Value
Returns TRUE if the check was successful and a string with an error message otherwise.
[Package scoringutils version 2.1.0 Index]