View source: R/error_measures.R
A set of common checks for score functions, meant to identify common causes of issues.
1 | score_func_param_checker(quantiles, values, actual_value, id = "")
|
quantiles |
vector of forecasted quantiles |
values |
vector of forecasted values |
actual_value |
actual_value, either as a scalar or a vector of the same
length as |
id |
string to identify the caller of the function and displayed in error messages (recommended to be the parent function's name) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.