AbsErr: Calculate the absolute error between forecast and observation

Description Usage Arguments Value See Also Examples

Description

Calculate the absolute error between forecast and observation

Usage

1
AbsErr(fcst, obs)

Arguments

fcst

a N-vector representing N time instances of real-valued forecasts

obs

a N-vector representing N time instances of real-valued observations

Value

numeric N-vector of absolute errors |fcst - obs|

See Also

SqErr, ScoreDiff, SkillScore

Examples

1
2

sieste/SpecsVerification documentation built on May 29, 2019, 9:59 p.m.