EnsCorr: Correlation with Ensemble Mean

View source: R/EnsCorr.R

EnsCorrR 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)


jonasbhend/easyVerification documentation built on Aug. 21, 2023, 2:31 p.m.