scores_beta | R Documentation |
Calculating scores for the beta distribution
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)
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. |
A vector of score values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.