mse: Computing the mean squared error

Description Usage Arguments See Also

View source: R/metrics.r

Description

Utility function to compute mean squared error (MSE)

Usage

1
mse(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(), se()


tsensembler documentation built on Oct. 27, 2020, 5:07 p.m.