se: Computing the squared error

Description Usage Arguments Value See Also

View source: R/metrics.r

Description

Utility function to compute pointwise squared error (SE)

Usage

1
se(y, y_hat, ...)

Arguments

y

A numeric vector representing the actual values.

y_hat

A numeric vector representing the forecasted values.

Value

squared error of forecasted values.

See Also

Other error/performance functions: ae, mse


vcerqueira/tsensembler documentation built on Oct. 28, 2020, 11:46 p.m.