Uses of Interface
org.oristool.math.function.Function
Packages that use Function
Package
Description
PDF densities.
Random variable samplers.
-
Uses of Function in org.oristool.math.function
Classes in org.oristool.math.function that implement FunctionModifier and TypeClassDescriptionclass
The Erlang PDF.class
The Exponential PDF.class
Multidimensional PDF on a DBM zone support (non-piecewise).Methods in org.oristool.math.function that return types with arguments of type FunctionMethods in org.oristool.math.function with parameters of type FunctionModifier and TypeMethodDescriptionGEN.cartesianProduct
(Function f) Computes the product PDF with another set of random variables.PartitionedGEN.cartesianProduct
(Function f) Returns the product with another PDF, which is the product of densities over the Cartesian product of supports.Constructors in org.oristool.math.function with parameters of type Function -
Uses of Function in org.oristool.simulator.samplers
Constructors in org.oristool.simulator.samplers with parameters of type FunctionModifierConstructorDescriptionBuilds a sampler for the given function.