print.KFS: Print Ouput of Kalman Filter and Smoother
Description
Print Ouput of Kalman Filter and SmootherUsage
## S3 method for class 'KFS':
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x
output object from function KFS.
digits
minimum number of digits to be printed.