logLik {spatPomp} | R Documentation |
Log likelihood
Description
Extract the estimated log likelihood.
Usage
## S4 method for signature 'girfd_spatPomp'
logLik(object)
## S4 method for signature 'bpfilterd_spatPomp'
logLik(object)
## S4 method for signature 'abfd_spatPomp'
logLik(object)
## S4 method for signature 'iubfd_spatPomp'
logLik(object)
## S4 method for signature 'abfird_spatPomp'
logLik(object)
## S4 method for signature 'igirfd_spatPomp'
logLik(object)
Arguments
object |
fitted model object |
Value
a numeric which is the estimated log likelihood
[Package spatPomp version 0.35.0 Index]