Description Details 1 Introduction 2 ARMA Modeling Interface 3 Statistics of the True ARMA Process 4 Long Range Dependence Modelling 5 LRD True Statistics About Rmetrics:
The Rmetrics "fArma" package is a collection of functions to analyze and model ARMA time series processes which special emphesis in Finance.
1 2 3 4 5 6 7 8 |
The 'fARMA' package is a collection of functions to analyze, to simulate, to fit parameteres, and to forecast ARMA model and long range dependency of fincnaial time series models.
The section provides a collection simple to use functions to model univariate autoregressive moving average time series processes, including time series simulation, parameter estimation, diagnostic analysis of the fit, and predictions of future values.
1 2 3 |
Extractor Functions:
1 2 3 4 |
Forecasting Function:
1 2 |
Generic print, plot and summary functions:
1 2 3 4 |
Here we provide two functions to compute the statistics of a true ARMA time series process.
1 2 3 | armaRoots roots of the characteristic ARMA polynomial
armaTrueacf true autocorrelation function of an ARMA process
|
This is a collection and description of functions to investigate the long range dependence or long memory behavior of an univariate time series process. Included are functions to simulate fractional Gaussian noise and fractional ARMA processes, and functions to estimate the Hurst exponent by several different methods.
Functions to simulate long memory time series processes:
1 2 3 4 5 6 7 |
1 2 3 4 5 | fgnSim simulates fractional Gaussian noise
- beran using the method of Beran
- durbin using the method Durbin and Levinson
- paxson using the method of Paxson
|
1 2 |
Functions to estimate the Hurst exponent:
1 2 3 4 5 6 7 8 9 10 11 | aggvarFit aggregated variance method
diffvarFit differenced aggregated variance method
absvalFit aggregated absolute value (moment) method
higuchiFit Higuchi's or fractal dimension method
pengFit Peng's or variance of residuals method
rsFit R/S Rescaled Range Statistic method
perFit periodogram method
boxperFit boxed (modified) periodogram method
whittleFit Whittle estimator
hurstSlider interactive Display of Hurst Estimates
|
Function for the wavelet estimator:
1 2 | waveletFit wavelet estimator
|
This section provides two sets of functions functions to investigate
the true statistics of the long range dependence or long memory behavior
of univariate FGN or FARIMA time series processes.
FGN Models:
1 2 3 4 | fgnTrueacf returns true FGN covariances
fgnTruefft returns true FGN fast Fourier transform
fgnStatsSlider returns a plot of true FGN Statistics
|
FARIMA Models:
1 2 3 4 | farimaTrueacf returns true FARIMA covariances
farimaTruefft returns true FARIMA fast Fourier transform
farimaStatsSlider returns a plot of true FARIMA Statistics
|
The fArma
Rmetrics package is written for educational
support in teaching "Computational Finance and Financial Engineering"
and licensed under the GPL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.