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 Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
AdditiveModelThe additive model of a time series is an additive composite of the trend, seasonality and irregular random components.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocessSuanShu
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
GARCH11ModelAn GARCH11 model takes this form.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.garchSuanShu
GARCHFitThis implementation fits, for a data set, a Generalized Autoregressive Conditional Heteroscedasticity (GARCH) modelClasscom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.garchSuanShu
GARCHFit .GRADIENTthe available methods to compute the gradient to guild the optimization searchuse the analytical gradient formulae in the references, eqs.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.garchSuanShu
GARCHModelThe GARCH(p, q) model takes this form.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.garchSuanShu
GARCHSimThis class simulates the GARCH models of this form.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.garchSuanShu
InnovationsAlgorithmThe innovations algorithm is an efficient way to obtain a one step least square linear predictor for a univariate linear time series with known auto-covariance and these properties (not limitedClasscom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocessSuanShu
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
MADecompositionThis class decomposes a time series into the trend, seasonal and stationary random components using the Moving Average Estimation method with symmetric window.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocessSuanShu
MAModelThis class represents a univariate MA model.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocess.armaSuanShu
MultiplicativeModelThe multiplicative model of a time series is a multiplicative composite of the trend, seasonality and irregular random components.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.stationaryprocessSuanShu