Description Usage Arguments Value Author(s) References See Also Examples
Returns the log-likelihood of the ets model represented by object
evaluated at the estimated parameters.
1 2 |
object |
an object of class |
... |
some methods for this generic require additional arguments. None are used in this method. |
the log-likelihood of the model represented by object
evaluated at the estimated parameters.
Rob J Hyndman
Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D. (2008) Forecasting with exponential smoothing: the state space approach, Springer-Verlag. http://www.exponentialsmoothing.net.
1 2 | fit <- ets(USAccDeaths)
logLik(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.