Uses of Interface
org.oristool.math.function.PartitionedFunction
Package
Description
PDF densities.
Calculus of stochastic state classes.
Random variable samplers.
-
Uses of PartitionedFunction in org.oristool.math.function
Modifier and TypeClassDescriptionclass
The Erlang PDF.class
The Exponential PDF.class
Multidimensional PDF on a DBM zone support (non-piecewise).class
Multidimensional PDF on a piecewise DBM zone support.Modifier and TypeMethodDescriptionvoid
StateDensityFunction.addContinuousVariable
(Variable v, PartitionedFunction f) Adds a continuous variable with give PDF.PartitionedGEN.cartesianProduct
(PartitionedFunction partitionedFunction) Returns the product with another partitioned function, which is the product of densities over the Cartesian product of supports. -
Uses of PartitionedFunction in org.oristool.models.stpn.trees
Modifier and TypeMethodDescriptionStochasticTransitionFeature.density()
Returns the firing time density of this instance.Modifier and TypeMethodDescriptionvoid
StochasticStateFeature.addVariable
(Variable v, PartitionedFunction f) Adds a variable with the given PDF.void
StochasticStateFeature.addVariableReduced
(Variable v, PartitionedFunction f, BigDecimal amount) Adds a variable with the input PDF, reduced of given amount.static StochasticTransitionFeature
StochasticTransitionFeature.of
(PartitionedFunction density) static StochasticTransitionFeature
StochasticTransitionFeature.of
(PartitionedFunction density, MarkingExpr weight, MarkingExpr rate) -
Uses of PartitionedFunction in org.oristool.simulator.samplers
ModifierConstructorDescriptionPartitionedFunctionSampler
(PartitionedFunction partitionedFunction) Creates a new sampler.