SqErr {SpecsVerification} | R Documentation |
Calculate the squared error between forecast and observation
Description
Calculate the squared error between forecast and observation
Usage
SqErr(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 squared errors
See Also
AbsErr, ScoreDiff, SkillScore
Examples
data(eurotempforecast)
mean(SqErr(rowMeans(ens), obs))
[Package SpecsVerification version 0.5-3 Index]