Function assesses whether the inputs correspond to the requirements for scoring point forecasts.
check_input_point(observed, predicted)
Returns TRUE if the check was successful and a string with an error message 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.