scores_gev | R Documentation |
Calculating scores for the generalized extreme value distribution
crps_gev(y, shape, location = 0, scale = 1)
logs_gev(y, shape, location = 0, scale = 1)
dss_gev(y, shape, location = 0, scale = 1)
y |
vector of observations. |
shape |
vector of positive shape parameters. |
location |
vector of location parameters. |
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.