Prints the output of a call to summary on an arfima object
Prints the output of a call to summary
on an arfima
object
## S3 method for class 'summary.arfima' print(x, digits = max(6, getOption("digits") - 3), signif.stars = getOption("show.signif.stars"), ...)
x |
A |
digits |
The number of digits to print |
signif.stars |
Whether to print stars on significant output |
... |
Currently not used |
Returns the object x
invisibly
JQ (Justin) Veenstra
Veenstra, J.Q. Persistence and Antipersistence: Theory and Software (PhD Thesis)
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.