Percent Bias
Regression measure defined as
mean((t - r) / abs(t)).
Good predictions score close to 0.
pbias(truth, response, na_value = NaN, ...)
truth |
( |
response |
( |
na_value |
( |
... |
( |
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) pbias(truth, response)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.