EnsSprErr | R Documentation |
Computes the spread to error ratio (SPR) for probabilistic forecasts - not unlike the functions in SpecsVerification. SPR > 1 indicates overdispersion (underconfidence), whereas SPR < indicates overconfidence in the forecasts.
EnsSprErr(ens, obs)
ens |
n x k matrix of n forecasts for k ensemble members |
obs |
vector with n verifying observations |
Here we define the spread-error rate as the square root of the ratio of mean ensemble variance to the mean squared error of the ensemble mean with the verifying observations
veriApply
, FairSprErr
tm <- toymodel()
EnsSprErr(tm$fcst, tm$obs)
## compute spread to error ratio using veriApply
veriApply("EnsSprErr", fcst = tm$fcst, obs = tm$obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.