Learn R Programming

easyVerification (version 0.1.8)

EnsCorr: Ensemble mean correlation

Description

Computes the ensemble mean correlation (Pearson) with the veryfing observations

Usage

EnsCorr(ens, obs)

Arguments

ens
n x k matrix of n forecasts from k ensemble members
obs
n verifying observations

See Also

veriApply

Examples

Run this code
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