MSE.ts {daltoolbox}R Documentation

MSE

Description

Compute the mean squared error (MSE) between actual values and forecasts of a time series

Usage

MSE.ts(actual, prediction)

Arguments

actual

real observations

prediction

predicted observations

Value

A number, which is the calculated MSE


[Package daltoolbox version 1.0.767 Index]