| MSE.ts | R Documentation |
Compute mean squared error (MSE) between actual and predicted values.
MSE.ts(actual, prediction)
actual |
Numeric vector of observed values. |
prediction |
Numeric vector of predicted values. |
MSE = mean((actual - prediction)^2).
Numeric scalar with the MSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.