powered by
summary
arfima
Prints the output of a call to summary on an arfima object
# S3 method for summary.arfima print( x, digits = max(6, getOption("digits") - 3), signif.stars = getOption("show.signif.stars"), ... )
Returns the object x invisibly
x
A summary.arfima object
summary.arfima
The number of digits to print
Whether to print stars on significant output
Currently not used
JQ (Justin) Veenstra
Veenstra, J.Q. Persistence and Antipersistence: Theory and Software (PhD Thesis)
arfima, print.arfima, summary.arfima, print
print.arfima
print
set.seed(54678) sim <- arfima.sim(1000, model = list(phi = 0.9, H = 0.3)) fit <- arfima(sim, order = c(1, 0, 0), lmodel = "g", back=TRUE) summary(fit)
Run the code above in your browser using DataLab