Learn R Programming

artfima (version 1.5)

print.artfima: 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

"print"(x, ...)

Arguments

x
object of class "artfima"
...
optional arguments

Value

References

TBA

See Also

artfima

Examples

Run this code
artfima(rnorm(100))

Run the code above in your browser using DataLab