Learn R Programming

artfima (version 1.2)

artfima: MLE for ARTFIMA model

Description

Maximum likelihood estimation of the ARTFIMA model as well as the edge cases ARIMA and ARFIMA. Exact MLE and Whittle approximate MLE are implemented.

Usage

artfima(z, glp = c("ARTFIMA", "ARFIMA", "ARIMA"), arimaOrder = c(0, 0, 0), 
  constant = TRUE, likAlg = c("Whittle","exact"),  blueQ = FALSE, fixd = NULL,
  optimMethod=c("LBFGSB","CG","NelderMead"))

Arguments

Value

  • A lengthy list is produced. A terse summary is provided by the associated print method.

Details

TBA

References

TBA

Examples

Run this code
artfima(Nile)
artfima(Nile, likAlg = "exact")

Run the code above in your browser using DataLab