All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dmg.pmml.time_series.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version

package org.dmg.pmml.time_series;

import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * This 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 programatically * 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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml.time_series * */ public ObjectFactory() { } /** * Create an instance of {@link TimeCycle } * */ public TimeCycle createTimeCycle() { return new TimeCycle(); } /** * Create an instance of {@link TimeException } * */ public TimeException createTimeException() { return new TimeException(); } /** * Create an instance of {@link TimeAnchor } * */ public TimeAnchor createTimeAnchor() { return new TimeAnchor(); } /** * Create an instance of {@link TimeSeries } * */ public TimeSeries createTimeSeries() { return new TimeSeries(); } /** * Create an instance of {@link TrendExpoSmooth } * */ public TrendExpoSmooth createTrendExpoSmooth() { return new TrendExpoSmooth(); } /** * Create an instance of {@link SeasonalityExpoSmooth } * */ public SeasonalityExpoSmooth createSeasonalityExpoSmooth() { return new SeasonalityExpoSmooth(); } /** * Create an instance of {@link ExponentialSmoothing } * */ public ExponentialSmoothing createExponentialSmoothing() { return new ExponentialSmoothing(); } /** * Create an instance of {@link TimeSeriesModel } * */ public TimeSeriesModel createTimeSeriesModel() { return new TimeSeriesModel(); } /** * Create an instance of {@link TimeValue } * */ public TimeValue createTimeValue() { return new TimeValue(); } /** * Create an instance of {@link SpectralAnalysis } * */ public SpectralAnalysis createSpectralAnalysis() { return new SpectralAnalysis(); } /** * Create an instance of {@link ARIMA } * */ public ARIMA createARIMA() { return new ARIMA(); } /** * Create an instance of {@link NonseasonalComponent } * */ public NonseasonalComponent createNonseasonalComponent() { return new NonseasonalComponent(); } /** * Create an instance of {@link AR } * */ public AR createAR() { return new AR(); } /** * Create an instance of {@link MA } * */ public MA createMA() { return new MA(); } /** * Create an instance of {@link MACoefficients } * */ public MACoefficients createMACoefficients() { return new MACoefficients(); } /** * Create an instance of {@link Residuals } * */ public Residuals createResiduals() { return new Residuals(); } /** * Create an instance of {@link SeasonalComponent } * */ public SeasonalComponent createSeasonalComponent() { return new SeasonalComponent(); } /** * Create an instance of {@link DynamicRegressor } * */ public DynamicRegressor createDynamicRegressor() { return new DynamicRegressor(); } /** * Create an instance of {@link Numerator } * */ public Numerator createNumerator() { return new Numerator(); } /** * Create an instance of {@link NonseasonalFactor } * */ public NonseasonalFactor createNonseasonalFactor() { return new NonseasonalFactor(); } /** * Create an instance of {@link SeasonalFactor } * */ public SeasonalFactor createSeasonalFactor() { return new SeasonalFactor(); } /** * Create an instance of {@link Denominator } * */ public Denominator createDenominator() { return new Denominator(); } /** * Create an instance of {@link RegressorValues } * */ public RegressorValues createRegressorValues() { return new RegressorValues(); } /** * Create an instance of {@link TrendCoefficients } * */ public TrendCoefficients createTrendCoefficients() { return new TrendCoefficients(); } /** * Create an instance of {@link TransferFunctionValues } * */ public TransferFunctionValues createTransferFunctionValues() { return new TransferFunctionValues(); } /** * Create an instance of {@link MaximumLikelihoodStat } * */ public MaximumLikelihoodStat createMaximumLikelihoodStat() { return new MaximumLikelihoodStat(); } /** * Create an instance of {@link KalmanState } * */ public KalmanState createKalmanState() { return new KalmanState(); } /** * Create an instance of {@link FinalOmega } * */ public FinalOmega createFinalOmega() { return new FinalOmega(); } /** * Create an instance of {@link FinalStateVector } * */ public FinalStateVector createFinalStateVector() { return new FinalStateVector(); } /** * Create an instance of {@link HVector } * */ public HVector createHVector() { return new HVector(); } /** * Create an instance of {@link ThetaRecursionState } * */ public ThetaRecursionState createThetaRecursionState() { return new ThetaRecursionState(); } /** * Create an instance of {@link FinalNoise } * */ public FinalNoise createFinalNoise() { return new FinalNoise(); } /** * Create an instance of {@link FinalPredictedNoise } * */ public FinalPredictedNoise createFinalPredictedNoise() { return new FinalPredictedNoise(); } /** * Create an instance of {@link FinalTheta } * */ public FinalTheta createFinalTheta() { return new FinalTheta(); } /** * Create an instance of {@link Theta } * */ public Theta createTheta() { return new Theta(); } /** * Create an instance of {@link FinalNu } * */ public FinalNu createFinalNu() { return new FinalNu(); } /** * Create an instance of {@link OutlierEffect } * */ public OutlierEffect createOutlierEffect() { return new OutlierEffect(); } /** * Create an instance of {@link Level } * */ public Level createLevel() { return new Level(); } /** * Create an instance of {@link SeasonalTrendDecomposition } * */ public SeasonalTrendDecomposition createSeasonalTrendDecomposition() { return new SeasonalTrendDecomposition(); } /** * Create an instance of {@link StateSpaceModel } * */ public StateSpaceModel createStateSpaceModel() { return new StateSpaceModel(); } /** * Create an instance of {@link StateVector } * */ public StateVector createStateVector() { return new StateVector(); } /** * Create an instance of {@link TransitionMatrix } * */ public TransitionMatrix createTransitionMatrix() { return new TransitionMatrix(); } /** * Create an instance of {@link MeasurementMatrix } * */ public MeasurementMatrix createMeasurementMatrix() { return new MeasurementMatrix(); } /** * Create an instance of {@link InterceptVector } * */ public InterceptVector createInterceptVector() { return new InterceptVector(); } /** * Create an instance of {@link PredictedStateCovarianceMatrix } * */ public PredictedStateCovarianceMatrix createPredictedStateCovarianceMatrix() { return new PredictedStateCovarianceMatrix(); } /** * Create an instance of {@link SelectedStateCovarianceMatrix } * */ public SelectedStateCovarianceMatrix createSelectedStateCovarianceMatrix() { return new SelectedStateCovarianceMatrix(); } /** * Create an instance of {@link ObservationVarianceMatrix } * */ public ObservationVarianceMatrix createObservationVarianceMatrix() { return new ObservationVarianceMatrix(); } /** * Create an instance of {@link PsiVector } * */ public PsiVector createPsiVector() { return new PsiVector(); } /** * Create an instance of {@link GARCH } * */ public GARCH createGARCH() { return new GARCH(); } /** * Create an instance of {@link ARMAPart } * */ public ARMAPart createARMAPart() { return new ARMAPart(); } /** * Create an instance of {@link GARCHPart } * */ public GARCHPart createGARCHPart() { return new GARCHPart(); } /** * Create an instance of {@link ResidualSquareCoefficients } * */ public ResidualSquareCoefficients createResidualSquareCoefficients() { return new ResidualSquareCoefficients(); } /** * Create an instance of {@link VarianceCoefficients } * */ public VarianceCoefficients createVarianceCoefficients() { return new VarianceCoefficients(); } /** * Create an instance of {@link PastVariances } * */ public PastVariances createPastVariances() { return new PastVariances(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy