Learn R Programming

tsensembler (version 0.0.4)

mase: Computing the mean absolute scaled error

Description

Mean absolute scaled error using the previous value as baseline (i.e. a random walk)

Usage

mase(y, y_hat)

Arguments

y

A numeric vector representing the actual values.

y_hat

A numeric vector representing the forecasted values.

See Also

Other error/performance functions: ae, mae, mse, r_squared, se