getbae: Calculate the bivariate absolute error for a...

Description Usage Arguments Value Author(s) Examples

Description

Calculate the bivariate absolute error for a forecast/observation wind vector pair. Missing values are not allowed and NA will be returned.

Usage

1
getbae(ob.u, ob.v, fcst.u, fcst.v)

Arguments

ob.u

observed u component of wind

ob.v

observed v component of wind

fcst.u

forecast u component of wind

fcst.v

forecast v component of wind

Value

numeric ... the bivariate absolute error

Author(s)

Bryan Holman

Examples

1
getbae(ob.u, ob.v, fcst.u, fcst.v)

bhlmn/WindVerification documentation built on May 12, 2019, 8:28 p.m.