Uses of Class
org.oristool.math.function.GEN
Packages that use GEN
Package
Description
Provides classes for the encoding and manipulation of PDFs.
PDF densities.
-
Uses of GEN in org.oristool.math
Methods in org.oristool.math that return GENMethods in org.oristool.math with parameters of type GEN -
Uses of GEN in org.oristool.math.function
Subclasses of GEN in org.oristool.math.functionMethods in org.oristool.math.function that return GENModifier 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 GENGEN.getDETInstance(Variable v, BigDecimal value) Builds the PDF of a deterministic variable.static GENGEN.newDeterministic(BigDecimal value) Builds the PDF of a deterministic variable.static GENGEN.newExpolynomial(String density, OmegaBigDecimal eft, OmegaBigDecimal lft) Builds a PDF from an input string.static GENGEN.newHyperExp(List<BigDecimal> probs, List<BigDecimal> rates) Builds the PDF of an hyper-exponential variable.static GENGEN.newHypoExp(BigDecimal rate1, BigDecimal rate2) Builds the PDF of an hypo-exponential variable.static GENGEN.newShiftedExp(BigDecimal shift, BigDecimal rate) Builds the PDF of a shifted exponential.static GENGEN.newTruncatedExp(Variable v, BigDecimal rate, OmegaBigDecimal eft, OmegaBigDecimal lft) Builds the PDF of a truncated EXP.static GENGEN.newUniform(OmegaBigDecimal eft, OmegaBigDecimal lft) Builds the PDF of a uniform variable.Methods in org.oristool.math.function that return types with arguments of type GENModifier and TypeMethodDescriptionPartitionedGEN.getFunctions()GEN.getSubZonesInducted(GEN gen) Computes the subzone PDFs induced by the support of a given PDF.Methods in org.oristool.math.function with parameters of type GENModifier 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.Method parameters in org.oristool.math.function with type arguments of type GENModifier and TypeMethodDescriptionGEN.computeNonIntersectingZones(GEN gen, List<GEN> finalFunctions) Computes the PDF on support intersection and those of difference supports.Constructor parameters in org.oristool.math.function with type arguments of type GENModifierConstructorDescriptionPartitionedGEN(List<GEN> functions) Creates a new piecewise PDF from a list of PDFs with DBM zone support.