Uses of Class
org.oristool.math.expression.Expolynomial
Packages that use Expolynomial
Package
Description
Expolynomial densities.
PDF densities.
-
Uses of Expolynomial in org.oristool.math.expression
Methods in org.oristool.math.expression that return ExpolynomialModifier and TypeMethodDescriptionExmonomial.evaluate
(Variable base, Boolean sign1, Variable offset1, Boolean sign2, Variable offset2, BigDecimal constant) Replacesbase
with +/-offset1
+/-offset2
+constant
.Exmonomial.evaluate
(Variable base, Boolean sign, Variable offset, BigDecimal constant) Replacesbase
with +/-offset
+constant
.Expolynomial.evaluate
(Variable base, boolean sign1, Variable offset1, boolean sign2, Variable offset2, BigDecimal constant) Replacesbase
with +/-offset1
+/-offset2
+constant
.Expolynomial.evaluate
(Variable base, boolean sign, Variable offset, BigDecimal constant) Replacesbase
with +/-offset
+constant
.Expolynomial.evaluate
(Variable var, OmegaBigDecimal value) Replaces a variable with its value.static Expolynomial
Expolynomial.fromString
(String string) Builds an exponential from a string.Computes the primitive function of this exmonomial.Exmonomial.integrate
(Variable var, OmegaBigDecimal lower, OmegaBigDecimal upper) Integrates this exmonomial over an interval.Computes the primitive function of this expolynomial.Expolynomial.integrate
(Variable var, OmegaBigDecimal lower, OmegaBigDecimal upper) Integrates this expolynomial over an interval.static Expolynomial
Expolynomial.newConstantInstance
(OmegaBigDecimal value) Builds a new instance equal to a given constant.static Expolynomial
Expolynomial.newOneInstance()
Builds a new instance equal to the constant 1.Replacesbase
withbase
+offset
.Methods in org.oristool.math.expression with parameters of type ExpolynomialModifier and TypeMethodDescriptionvoid
Expolynomial.add
(Expolynomial other) Adds another expolynomial.void
Expolynomial.multiply
(Expolynomial other) Multiplies by an expolynomial.void
Expolynomial.sub
(Expolynomial other) Subtracts another expolynomial.Constructors in org.oristool.math.expression with parameters of type ExpolynomialModifierConstructorDescriptionExpolynomial
(Expolynomial expol) Builds the copy of an expolynomial. -
Uses of Expolynomial in org.oristool.math.function
Methods in org.oristool.math.function that return ExpolynomialMethods in org.oristool.math.function that return types with arguments of type ExpolynomialModifier and TypeMethodDescriptiondefault List<? extends Expolynomial>
PartitionedFunction.getDensities()
Constructors in org.oristool.math.function with parameters of type ExpolynomialModifierConstructorDescriptionGEN
(DBMZone domain, Expolynomial density) Builds a new PDF with the given support and density function.