AIC.ssm: AIC for fitted state space models
Description
AIC for fitted state space models
Usage
# S3 method for ssm
AIC(object, k = 2, ...)
Value
The AIC value, or NULL if model is not fitted.
Arguments
- object
an object of class ssm.
- k
numeric, penalty per parameter (default is 2).
- ...
additional arguments.