Uses of Class
org.oristool.math.function.PartitionedGEN
-
Uses of PartitionedGEN in org.oristool.math.function
Modifier and TypeMethodDescriptionPartitionedGEN.cartesianProduct
(Function f) Returns the product with another PDF, which is the product of densities over the Cartesian product of supports.PartitionedGEN.cartesianProduct
(PartitionedFunction partitionedFunction) Returns the product with another partitioned function, which is the product of densities over the Cartesian product of supports.StateDensityFunction.getContinuosVariablesDensity()
Returns the PDF of continuous variables (i.e., not deterministic or synchronized).StateDensityFunction.getPartitionedGen()
Returns the PDF of continuous variables.static PartitionedGEN
PartitionedGEN.newOneInstance()
Creates an empty instance with integral equal to 1.Removes a variable from the PDF.GEN.shiftAndProject
(Variable v) Subtracts a variable from all others and removes it from the PDF.ModifierConstructorDescriptionPartitionedGEN
(PartitionedGEN partitionedGEN) Creates a copy of the input piecewise PDF.