scores_beta {scoringRules} | R Documentation |
Calculating scores for the beta distribution
Description
Calculating scores for the beta distribution
Usage
crps_beta(y, shape1, shape2, lower = 0, upper = 1)
logs_beta(y, shape1, shape2, lower = 0, upper = 1)
dss_beta(y, shape1, shape2, lower = 0, upper = 1)
Arguments
y |
vector of observations. |
shape1 , shape2 |
vectors of positive shape parameters. |
lower , upper |
vectors of lower and upper limits of the distribution. Must be finite. |
Value
A vector of score values.
[Package scoringRules version 1.1.1 Index]