powered by
Computes the ensemble mean correlation (Pearson) with the verifying observations.
EnsCorr(ens, obs)
n x k matrix of n forecasts from k ensemble members
n verifying observations
veriApply
tm <- toymodel() ## compute correlation directly EnsCorr(tm$fcst, tm$obs) ## compute correlation using veriApply veriApply("EnsCorr", tm$fcst, tm$obs)
Run the code above in your browser using DataLab