bias {wasim} | R Documentation |
The function calculates the bias between two time series
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)))
a |
First vector |
b |
Second vector |
cond |
Vector of boolean, indicating which cases to exclude |
The method describes a scalar the bias between the vectors
Dominik Reusser