scores_gamma | R Documentation |
Calculating scores for the gamma distribution
crps_gamma(y, shape, rate = 1, scale = 1/rate)
logs_gamma(y, shape, rate = 1, scale = 1/rate)
dss_gamma(y, shape, rate = 1, scale = 1/rate)
y |
vector of observations. |
shape |
vector of positive shape parameters. |
rate |
an alternative way to specify the scale. |
scale |
vector of positive scale parameters. |
A vector of score values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.