powered by
Provides a very comprehensive summary of a fitted arfima object. Includes correlation and covariance matrices (observed and expected), the Fisher Information matrix of those parameters for which it is defined, and more, for each mode.
arfima
# S3 method for arfima summary(object, digits = max(4, getOption("digits") - 3), ...)
A list of lists (one for each mode) of all relevant information about the fit that can be passed to print.summary.arfima.
print.summary.arfima
A fitted arfima object
The number of digits to print
Optional arguments, currently not used.
JQ (Justin) Veenstra
Veenstra, J.Q. Persistence and Antipersistence: Theory and Software (PhD Thesis)
arfima, iARFIMA, vcov.arfima
iARFIMA
vcov.arfima
data(tmpyr) fit <- arfima(tmpyr, order = c(1, 0, 1), back=TRUE) fit summary(fit)
Run the code above in your browser using DataLab