logLik.tsdistribution.estimate {tsdistributions} | R Documentation |
Extract Log-Likelihood
Description
Extract Log-Likelihood
Usage
## S3 method for class 'tsdistribution.estimate'
logLik(object, ...)
## S3 method for class 'tsdistribution.spdestimate'
logLik(object, ...)
Arguments
object |
an object of class tsdistribution.estimate. |
... |
other arguments. |
Value
An object of class logLik. This is a number with at least one attribute, “df” (degrees of freedom), giving the number of (estimated) parameters in the model.
[Package tsdistributions version 1.0.1 Index]