MAXError: Maximal error of prediction

Description Usage Arguments Value Author(s) See Also Examples

View source: R/MAXError.R

Description

The function calculates the maximal error between actual and predicted values.

Usage

1
MAXError(actual, prediction)

Arguments

actual

A vector or univariate time series containing actual values for a time series that are to be compared against its respective predictions.

prediction

A vector or univariate time series containing time series predictions that are to be compared against the values in actual.

Value

A numeric value of the maximal error of prediction.

Author(s)

Rebecca Pontes Salles

See Also

sMAPE, MAPE

Examples

1
2
3

RebeccaSalles/TSPred documentation built on April 6, 2021, 2:44 a.m.