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 Classes and Interfaces - 37 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
ARIMAForecastForecasts an ARIMA time series using the innovative algorithm.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.arimaSuanShu
ARIMAForecast .ForecastThe forecast value and variance.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.arimaSuanShu
ARIMAForecastMultiStepMakes forecasts for a time series assuming an ARIMA model using the innovative algorithm.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.arimaSuanShu
ARIMAModelAn ARIMA(p, d, q) process, Xt, is such that (1 - B)^d X_t = Y_tClasscom.numericalmethod.suanshu.stats.timeseries.linear.univariate.arimaSuanShu
ARIMASimThis class simulates an ARIMA (AutoRegressive Integrated Moving Average) process.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.arimaSuanShu
ARIMAXModelThe ARIMAX model (ARIMA model with eXogenous inputs) is a generalization of the ARIMA model by incorporating exogenous variables.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.arimaSuanShu
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
AutoARIMAFitSelects the order and estimates the coefficients of an ARIMA model automatically by AIC or AICC.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.arimaSuanShu
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
AutoCorrelationFunctionThis is the auto-correlation function of a univariate time series {xt}.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariateSuanShu
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
AutoCovarianceFunctionThis is the auto-covariance function of a univariate time series {xt}.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariateSuanShu
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
SampleAutoCorrelationThis is the sample Auto-Correlation Function (ACF) for a univariate data set.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.sampleSuanShu
SampleAutoCovarianceThis is the sample Auto-Covariance Function (ACVF) for a univariate data set.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.sampleSuanShu
SampleAutoCovariance .Typethe available auto-covariance typesdefault: the denominator is the time series lengthClasscom.numericalmethod.suanshu.stats.timeseries.linear.univariate.sampleSuanShu
SamplePartialAutoCorrelationThis is the sample partial Auto-Correlation Function (PACF) for a univariate data set.Classcom.numericalmethod.suanshu.stats.timeseries.linear.univariate.sampleSuanShu