EnsCorr {easyVerification}R Documentation

Correlation with Ensemble Mean

Description

Computes the ensemble mean correlation (Pearson) with the verifying 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

tm <- toymodel()

## compute correlation directly
EnsCorr(tm$fcst, tm$obs)

## compute correlation using veriApply
veriApply("EnsCorr", tm$fcst, tm$obs)


[Package easyVerification version 0.4.5 Index]