View source: R/accuracy_metrics.R
proportion_below | R Documentation |
Proportion of observations below conditional quantile vector
proportion_below(y, Q_hat, na.rm = FALSE)
y |
Vector of observations. |
Q_hat |
Vector of predicted quantiles. |
na.rm |
A logical value indicating whether |
The proportion of observation below the predictions.
proportion_below(c(2.3, 4.2, 1.8), c(2.9, 5.6, 1.7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.