Function assesses whether the inputs correspond to the requirements for scoring point forecasts.
assert_input_point(observed, predicted)
Returns NULL invisibly if the assertion was successful and throws an error otherwise.
Input to be checked. Should be a numeric vector with the observed values of size n.
Input to be checked. Should be a numeric vector with the predicted values of size n.