print.artfima {artfima} | R Documentation |
Print Method for "arfima" Object
Description
Displays the fitted model. The exact log-likelihood, AIC and BIC are shown. The signal-to-noise ratio (snr) is defined the (sample variance minus the estimated innovation variance) divided by the innovation variance. Similar to the coefficient of determination in regression, it indicates how much of the randomness is captured by the model.
Usage
## S3 method for class 'artfima'
print(x, ...)
Arguments
x |
object of class "artfima" |
... |
optional arguments |
Value
A terse summary is displayed
Author(s)
A. I. McLeod, aimcleod@uwo.ca
References
TBA
See Also
Examples
artfima(rnorm(100))
[Package artfima version 1.5 Index]