| EnsCorr | R Documentation | 
Computes the ensemble mean correlation (Pearson) with the verifying observations.
EnsCorr(ens, obs)
| ens | n x k matrix of n forecasts from k ensemble members | 
| obs | n verifying observations | 
veriApply
tm <- toymodel()
## compute correlation directly
EnsCorr(tm$fcst, tm$obs)
## compute correlation using veriApply
veriApply("EnsCorr", tm$fcst, tm$obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.