SAE: Calculate the sum of the absolute error for a data set

Description Usage Arguments Value See Also

Description

SAE calculates the sum of the absolute difference between two values (predicted and actual), or the SAE. Any observations or predicted values that are NA are removed.

Usage

1
SAE(y, ymod)

Arguments

y

the actual (observed) value

ymod

the modelled (predicted) value

Value

a single value of the SAE

See Also

GetErrorMetrics


AndyClifton/PowerPerformance documentation built on May 5, 2019, 6 a.m.