mse {tsDyn} | R Documentation |
Mean Square Error
Description
Generic function to compute the Mean Squared Error of a fitted model.
Usage
mse(object, ...)
## Default S3 method:
mse(object, ...)
Arguments
object |
object of class |
... |
additional arguments to |
Value
Computed MSE for the fitted model.
Author(s)
Antonio, Fabio Di Narzo
[Package tsDyn version 11.0.4.1 Index]