Package org.dmg.pmml.time_series
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.time_series.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.dmg.pmml.time_series package.An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml.time_series
-
Method Summary
-
-
-
Method Detail
-
createTimeCycle
public TimeCycle createTimeCycle()
Create an instance ofTimeCycle- Returns:
- the new instance of
TimeCycle
-
createTimeException
public TimeException createTimeException()
Create an instance ofTimeException- Returns:
- the new instance of
TimeException
-
createTimeAnchor
public TimeAnchor createTimeAnchor()
Create an instance ofTimeAnchor- Returns:
- the new instance of
TimeAnchor
-
createTimeSeries
public TimeSeries createTimeSeries()
Create an instance ofTimeSeries- Returns:
- the new instance of
TimeSeries
-
createDynamicRegressor
public DynamicRegressor createDynamicRegressor()
Create an instance ofDynamicRegressor- Returns:
- the new instance of
DynamicRegressor
-
createMaximumLikelihoodStat
public MaximumLikelihoodStat createMaximumLikelihoodStat()
Create an instance ofMaximumLikelihoodStat- Returns:
- the new instance of
MaximumLikelihoodStat
-
createOutlierEffect
public OutlierEffect createOutlierEffect()
Create an instance ofOutlierEffect- Returns:
- the new instance of
OutlierEffect
-
createARIMA
public ARIMA createARIMA()
Create an instance ofARIMA- Returns:
- the new instance of
ARIMA
-
createTrendExpoSmooth
public TrendExpoSmooth createTrendExpoSmooth()
Create an instance ofTrendExpoSmooth- Returns:
- the new instance of
TrendExpoSmooth
-
createSeasonalityExpoSmooth
public SeasonalityExpoSmooth createSeasonalityExpoSmooth()
Create an instance ofSeasonalityExpoSmooth- Returns:
- the new instance of
SeasonalityExpoSmooth
-
createExponentialSmoothing
public ExponentialSmoothing createExponentialSmoothing()
Create an instance ofExponentialSmoothing- Returns:
- the new instance of
ExponentialSmoothing
-
createInterceptVector
public InterceptVector createInterceptVector()
Create an instance ofInterceptVector- Returns:
- the new instance of
InterceptVector
-
createTimeSeriesModel
public TimeSeriesModel createTimeSeriesModel()
Create an instance ofTimeSeriesModel- Returns:
- the new instance of
TimeSeriesModel
-
createTimeValue
public TimeValue createTimeValue()
Create an instance ofTimeValue- Returns:
- the new instance of
TimeValue
-
createSpectralAnalysis
public SpectralAnalysis createSpectralAnalysis()
Create an instance ofSpectralAnalysis- Returns:
- the new instance of
SpectralAnalysis
-
createNonseasonalComponent
public NonseasonalComponent createNonseasonalComponent()
Create an instance ofNonseasonalComponent- Returns:
- the new instance of
NonseasonalComponent
-
createMACoefficients
public MACoefficients createMACoefficients()
Create an instance ofMACoefficients- Returns:
- the new instance of
MACoefficients
-
createResiduals
public Residuals createResiduals()
Create an instance ofResiduals- Returns:
- the new instance of
Residuals
-
createSeasonalComponent
public SeasonalComponent createSeasonalComponent()
Create an instance ofSeasonalComponent- Returns:
- the new instance of
SeasonalComponent
-
createNumerator
public Numerator createNumerator()
Create an instance ofNumerator- Returns:
- the new instance of
Numerator
-
createNonseasonalFactor
public NonseasonalFactor createNonseasonalFactor()
Create an instance ofNonseasonalFactor- Returns:
- the new instance of
NonseasonalFactor
-
createSeasonalFactor
public SeasonalFactor createSeasonalFactor()
Create an instance ofSeasonalFactor- Returns:
- the new instance of
SeasonalFactor
-
createDenominator
public Denominator createDenominator()
Create an instance ofDenominator- Returns:
- the new instance of
Denominator
-
createRegressorValues
public RegressorValues createRegressorValues()
Create an instance ofRegressorValues- Returns:
- the new instance of
RegressorValues
-
createTrendCoefficients
public TrendCoefficients createTrendCoefficients()
Create an instance ofTrendCoefficients- Returns:
- the new instance of
TrendCoefficients
-
createTransferFunctionValues
public TransferFunctionValues createTransferFunctionValues()
Create an instance ofTransferFunctionValues- Returns:
- the new instance of
TransferFunctionValues
-
createKalmanState
public KalmanState createKalmanState()
Create an instance ofKalmanState- Returns:
- the new instance of
KalmanState
-
createFinalOmega
public FinalOmega createFinalOmega()
Create an instance ofFinalOmega- Returns:
- the new instance of
FinalOmega
-
createFinalStateVector
public FinalStateVector createFinalStateVector()
Create an instance ofFinalStateVector- Returns:
- the new instance of
FinalStateVector
-
createHVector
public HVector createHVector()
Create an instance ofHVector- Returns:
- the new instance of
HVector
-
createThetaRecursionState
public ThetaRecursionState createThetaRecursionState()
Create an instance ofThetaRecursionState- Returns:
- the new instance of
ThetaRecursionState
-
createFinalNoise
public FinalNoise createFinalNoise()
Create an instance ofFinalNoise- Returns:
- the new instance of
FinalNoise
-
createFinalPredictedNoise
public FinalPredictedNoise createFinalPredictedNoise()
Create an instance ofFinalPredictedNoise- Returns:
- the new instance of
FinalPredictedNoise
-
createFinalTheta
public FinalTheta createFinalTheta()
Create an instance ofFinalTheta- Returns:
- the new instance of
FinalTheta
-
createTheta
public Theta createTheta()
Create an instance ofTheta- Returns:
- the new instance of
Theta
-
createFinalNu
public FinalNu createFinalNu()
Create an instance ofFinalNu- Returns:
- the new instance of
FinalNu
-
createLevel
public Level createLevel()
Create an instance ofLevel- Returns:
- the new instance of
Level
-
createSeasonalTrendDecomposition
public SeasonalTrendDecomposition createSeasonalTrendDecomposition()
Create an instance ofSeasonalTrendDecomposition- Returns:
- the new instance of
SeasonalTrendDecomposition
-
createStateSpaceModel
public StateSpaceModel createStateSpaceModel()
Create an instance ofStateSpaceModel- Returns:
- the new instance of
StateSpaceModel
-
createStateVector
public StateVector createStateVector()
Create an instance ofStateVector- Returns:
- the new instance of
StateVector
-
createTransitionMatrix
public TransitionMatrix createTransitionMatrix()
Create an instance ofTransitionMatrix- Returns:
- the new instance of
TransitionMatrix
-
createMeasurementMatrix
public MeasurementMatrix createMeasurementMatrix()
Create an instance ofMeasurementMatrix- Returns:
- the new instance of
MeasurementMatrix
-
createPredictedStateCovarianceMatrix
public PredictedStateCovarianceMatrix createPredictedStateCovarianceMatrix()
Create an instance ofPredictedStateCovarianceMatrix- Returns:
- the new instance of
PredictedStateCovarianceMatrix
-
createSelectedStateCovarianceMatrix
public SelectedStateCovarianceMatrix createSelectedStateCovarianceMatrix()
Create an instance ofSelectedStateCovarianceMatrix- Returns:
- the new instance of
SelectedStateCovarianceMatrix
-
createObservationVarianceMatrix
public ObservationVarianceMatrix createObservationVarianceMatrix()
Create an instance ofObservationVarianceMatrix- Returns:
- the new instance of
ObservationVarianceMatrix
-
createPsiVector
public PsiVector createPsiVector()
Create an instance ofPsiVector- Returns:
- the new instance of
PsiVector
-
createGARCH
public GARCH createGARCH()
Create an instance ofGARCH- Returns:
- the new instance of
GARCH
-
createARMAPart
public ARMAPart createARMAPart()
Create an instance ofARMAPart- Returns:
- the new instance of
ARMAPart
-
createGARCHPart
public GARCHPart createGARCHPart()
Create an instance ofGARCHPart- Returns:
- the new instance of
GARCHPart
-
createResidualSquareCoefficients
public ResidualSquareCoefficients createResidualSquareCoefficients()
Create an instance ofResidualSquareCoefficients- Returns:
- the new instance of
ResidualSquareCoefficients
-
createVarianceCoefficients
public VarianceCoefficients createVarianceCoefficients()
Create an instance ofVarianceCoefficients- Returns:
- the new instance of
VarianceCoefficients
-
createPastVariances
public PastVariances createPastVariances()
Create an instance ofPastVariances- Returns:
- the new instance of
PastVariances
-
-