| Name | Description | Type | Package | Framework |
| AR1GARCH11Model | An AR1-GARCH11 model takes this form. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armagarch | SuanShu |
| ARMAFit | Interface | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu | |
| ARMAForecast | Forecasts an ARMA time series using the innovative algorithm. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| ARMAForecastMultiStep | Computes the h-step ahead prediction of a causal ARMA model, by the innovative algorithm. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| ARMAForecastOneStep | Computes the one-step ahead prediction of a causal ARMA model, by the innovative algorithm. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| ARMAGARCHFit | This implementation fits, for a data set, an ARMA-GARCH model by Quasi-Maximum Likelihood "QMLE" stands for Quasi-Maximum Likelihood Estimation, which assumes Normal distribution and | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armagarch | SuanShu |
| ARMAGARCHModel | An ARMA-GARCH model takes this form: X_t = mu + sum_{i=1}^p phi_i X_{t-i} + sum_{i=1}^q heta_j epsilon_{t-j} + epsilon_t, | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armagarch | SuanShu |
| ARMAModel | A univariate ARMA model, Xt, takes this form. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| ARMAXModel | The ARMAX model (ARIMA model with eXogenous inputs) is a generalization of the ARMA model by incorporating exogenous variables. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| ARModel | This class represents an AR model. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| AutoCorrelation | Compute the Auto-Correlation Function (ACF) for an AutoRegressive Moving Average (ARMA) model, assuming that This implementation solves the Yule-Walker equation. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| AutoCovariance | Computes the Auto-CoVariance Function (ACVF) for an AutoRegressive Moving Average (ARMA) model by The R equivalent functions are ARMAacf and TacvfAR in package FitAR. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| ConditionalSumOfSquares | The method Conditional Sum of Squares (CSS) fits an ARIMA model by minimizing the conditional sum of squares. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| LinearRepresentation | The linear representation of an Autoregressive Moving Average (ARMA) model is a (truncated) infinite sum of AR terms. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |
| MAModel | This class represents a univariate MA model. | Class | com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma | SuanShu |