Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.arma Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AR1GARCH11ModelAn AR1-GARCH11 model takes this form.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armagarchSuanShu
ARMAFitInterfacecom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
ARMAForecastForecasts an ARMA time series using the innovative algorithm.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
ARMAForecastMultiStepComputes the h-step ahead prediction of a causal ARMA model, by the innovative algorithm.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
ARMAForecastOneStepComputes the one-step ahead prediction of a causal ARMA model, by the innovative algorithm.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
ARMAGARCHFitThis 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 andClasscom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armagarchSuanShu
ARMAGARCHModelAn 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,Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armagarchSuanShu
ARMAModelA univariate ARMA model, Xt, takes this form.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
ARMAXModelThe ARMAX model (ARIMA model with eXogenous inputs) is a generalization of the ARMA model by incorporating exogenous variables.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
ARModelThis class represents an AR model.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
AutoCorrelationCompute the Auto-Correlation Function (ACF) for an AutoRegressive Moving Average (ARMA) model, assuming that This implementation solves the Yule-Walker equation.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
AutoCovarianceComputes the Auto-CoVariance Function (ACVF) for an AutoRegressive Moving Average (ARMA) model by The R equivalent functions are ARMAacf and TacvfAR in package FitAR.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
ConditionalSumOfSquaresThe method Conditional Sum of Squares (CSS) fits an ARIMA model by minimizing the conditional sum of squares.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
LinearRepresentationThe linear representation of an Autoregressive Moving Average (ARMA) model is a (truncated) infinite sum of AR terms.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
MAModelThis class represents a univariate MA model.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu