AbsErr {SpecsVerification} | R Documentation |
Calculate the absolute error between forecast and observation
AbsErr(fcst, obs)
fcst |
a N-vector representing N time instances of real-valued forecasts |
obs |
a N-vector representing N time instances of real-valued observations |
numeric N-vector of absolute errors |fcst - obs|
SqErr, ScoreDiff, SkillScore
data(eurotempforecast)
mean(AbsErr(rowMeans(ens), obs))