AIC.arfima              Information criteria for 'arfima' objects
ARToPacf                Converts AR/MA coefficients from operator space
                        to the PACF space
IdentInvertQ            Checks invertibility, stationarity, and
                        identifiability of a given set of parameters
PacfToAR                Converts AR/MA coefficients from the PACF space
                        to operator space
SeriesJ                 Series J, Gas Furnace Data
arfima                  Fit ARFIMA, ARIMA-FGN, and ARIMA-PLA
                        (multi-start) models Fits
                        ARFIMA/ARIMA-FGN/ARIMA-PLA multi-start models
                        to times series data. Options include fixing
                        parameters, whether or not to fit fractional
                        noise, what type of fractional noise
                        (fractional Gaussian noise (FGN), fractionally
                        differenced white noise (FDWN), or the newly
                        introduced power-law autocovariance noise
                        (PLA)), etc.  This function can fit regressions
                        with ARFIMA/ARIMA-FGN/ARIMA-PLA errors via the
                        xreg argument, including dynamic regression
                        (transfer functions).
arfima-package          Simulates, fits, and predicts persistent and
                        anti-persistent time series. arfima
arfima.sim              Simulate an ARFIMA time series.
arfima0                 Exact MLE for ARFIMA The time series is
                        corrected for the sample mean and then exact
                        MLE is used for the other parameters. This is a
                        simplified version of the arfima() function
                        that may be useful in simulations and
                        bootstrapping.
arfimachanges           Prints changes to the package since the last
                        update.  Started in 1.4-0
bestModes               Finds the best modes of an 'arfima' fit.
coef.arfima             Extract Model Coefficients
distance                The distance between modes of an 'arfima' fit.
fitted.arfima           Extract Model Fitted Values
iARFIMA                 The Fisher information matrix of an ARFIMA
                        process
lARFIMA                 Exact log-likelihood of a long memory model
lARFIMAwTF              Exact log-likelihood of a long memory model
                        with a transfer function model and series
                        included Computes the exact log-likelihood of a
                        long memory model with respect to a given time
                        series as well as a transfer fucntion model and
                        series. This function is not meant to be used
                        directly.
logLik.arfima           Extract Log-Likelihood Values
plot.predarfima         Plots the original time series, the
                        predictions, and the prediction intervals for a
                        'predarfima' object.
plot.tacvf              Plots the output from a call to 'tacvf'
predict.arfima          Predicts from a fitted object.
print.arfima            Prints a Fitted Object
print.predarfima        Prints predictions and prediction intervals
print.summary.arfima    Prints the output of a call to 'summary' on an
                        'arfima' object
print.tacvf             Prints a tacvf object.
removeMode              Removes a mode from an 'arfima' fit.
residuals.arfima        Extract the Residuals of a Fitted Object
sim_from_fitted         Simulate an ARFIMA time series from a fitted
                        arfima object.
summary.arfima          Extensive Summary of an Object
tacfplot                Plots the theoretical autocorralation functions
                        (tacfs) of one or more fits.
tacvf                   Extracts the tacvfs of a fitted object
tacvfARFIMA             The theoretical autocovariance function of a
                        long memory process.
tmpyr                   Temperature Data
vcov.arfima             Extracts the Variance-Covariance Matrix
weed                    Weeds out fits from a call to arfima that are
                        too close to each other.
