Uses of Class
org.oristool.math.function.PartitionedGEN
Packages that use PartitionedGEN
-
Uses of PartitionedGEN in org.oristool.math.function
Methods in org.oristool.math.function that return PartitionedGENModifier 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 PartitionedGENPartitionedGEN.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.Constructors in org.oristool.math.function with parameters of type PartitionedGENModifierConstructorDescriptionPartitionedGEN(PartitionedGEN partitionedGEN) Creates a copy of the input piecewise PDF.