abs_error {pintervals}R Documentation

Absolute Error

Description

Absolute Error

Usage

abs_error(pred, truth)

Arguments

pred

a numeric vector of predicted values

truth

a numeric vector of true values

Value

a numeric vector of absolute errors


[Package pintervals version 0.7.7 Index]