Uses of Class
org.dmg.pmml.time_series.GARCHPart
-
Packages that use GARCHPart Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of GARCHPart in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type GARCHPart Modifier and Type Method Description VisitorActionVisitor. visit(GARCHPart garchPart) -
Uses of GARCHPart in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return GARCHPart Modifier and Type Method Description GARCHPartGARCHPart. addExtensions(Extension... extensions)GARCHPartObjectFactory. createGARCHPart()Create an instance ofGARCHPartGARCHPartGARCH. getGARCHPart()GARCHPartGARCH. requireGARCHPart()GARCHPartGARCHPart. setConstant(java.lang.Number constant)GARCHPartGARCHPart. setGp(java.lang.Integer gp)GARCHPartGARCHPart. setGq(java.lang.Integer gq)GARCHPartGARCHPart. setResidualSquareCoefficients(ResidualSquareCoefficients residualSquareCoefficients)GARCHPartGARCHPart. setVarianceCoefficients(VarianceCoefficients varianceCoefficients)Methods in org.dmg.pmml.time_series with parameters of type GARCHPart Modifier and Type Method Description GARCHGARCH. setGARCHPart(GARCHPart garchPart)Constructors in org.dmg.pmml.time_series with parameters of type GARCHPart Constructor Description GARCH(ARMAPart armaPart, GARCHPart garchPart) -
Uses of GARCHPart in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type GARCHPart Modifier and Type Method Description VisitorActionAbstractVisitor. visit(GARCHPart garchPart)
-