Bias
Regression measure defined as
mean(t - r).
Good predictions score close to 0.
bias(truth, response, ...)
truth |
( |
response |
( |
... |
( |
Performance value as numeric(1)
.
Type: "regr"
Range: (-Inf, Inf)
Minimize: NA
Required prediction: response
set.seed(1) truth = 1:10 response = truth + rnorm(10) bias(truth, response)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.