bias: Calculate objective functions between two vectors

Description Usage Arguments Value Author(s)

Description

The function calculates the bias between two time series

Usage

1
2
3
bias(a, b, cond = rep(TRUE, NROW(a)))
rmse(a, b, cond = rep(TRUE, NROW(a)))
mean_error(a, b, cond = rep(TRUE, NROW(a)))

Arguments

a

First vector

b

Second vector

cond

Vector of boolean, indicating which cases to exclude

Value

The method describes a scalar the bias between the vectors

Author(s)

Dominik Reusser


wasim documentation built on May 1, 2019, 6:50 p.m.