Uses of Class
org.oristool.math.function.GEN
Package
Description
Provides classes for the encoding and manipulation of PDFs.
PDF densities.
-
Uses of GEN in org.oristool.math
-
Uses of GEN in org.oristool.math.function
Modifier and TypeMethodDescriptionGEN.cartesianProduct
(Function f) Computes the product PDF with another set of random variables.GEN.computeNonIntersectingZones
(GEN gen, List<GEN> finalFunctions) Computes the PDF on support intersection and those of difference supports.static GEN
GEN.getDETInstance
(Variable v, BigDecimal value) Builds the PDF of a deterministic variable.static GEN
GEN.newDeterministic
(BigDecimal value) Builds the PDF of a deterministic variable.static GEN
GEN.newExpolynomial
(String density, OmegaBigDecimal eft, OmegaBigDecimal lft) Builds a PDF from an input string.static GEN
GEN.newHyperExp
(List<BigDecimal> probs, List<BigDecimal> rates) Builds the PDF of an hyper-exponential variable.static GEN
GEN.newHypoExp
(BigDecimal rate1, BigDecimal rate2) Builds the PDF of an hypo-exponential variable.static GEN
GEN.newShiftedExp
(BigDecimal shift, BigDecimal rate) Builds the PDF of a shifted exponential.static GEN
GEN.newTruncatedExp
(Variable v, BigDecimal rate, OmegaBigDecimal eft, OmegaBigDecimal lft) Builds the PDF of a truncated EXP.static GEN
GEN.newUniform
(OmegaBigDecimal eft, OmegaBigDecimal lft) Builds the PDF of a uniform variable.Modifier and TypeMethodDescriptionPartitionedGEN.getFunctions()
GEN.getSubZonesInducted
(GEN gen) Computes the subzone PDFs induced by the support of a given PDF.Modifier and TypeMethodDescriptionGEN.computeNonIntersectingZones
(GEN gen, List<GEN> finalFunctions) Computes the PDF on support intersection and those of difference supports.GEN.getSubZonesInducted
(GEN gen) Computes the subzone PDFs induced by the support of a given PDF.Modifier and TypeMethodDescriptionGEN.computeNonIntersectingZones
(GEN gen, List<GEN> finalFunctions) Computes the PDF on support intersection and those of difference supports.ModifierConstructorDescriptionPartitionedGEN
(List<GEN> functions) Creates a new piecewise PDF from a list of PDFs with DBM zone support.