Uses of Interface
org.oristool.math.function.PartitionedFunction
Packages that use PartitionedFunction
Package
Description
PDF densities.
Calculus of stochastic state classes.
Random variable samplers.
-
Uses of PartitionedFunction in org.oristool.math.function
Subinterfaces of PartitionedFunction in org.oristool.math.functionClasses in org.oristool.math.function that implement PartitionedFunctionModifier and TypeClassDescriptionclassThe Erlang PDF.classThe Exponential PDF.classMultidimensional PDF on a DBM zone support (non-piecewise).classMultidimensional PDF on a piecewise DBM zone support.Methods in org.oristool.math.function with parameters of type PartitionedFunctionModifier and TypeMethodDescriptionvoidStateDensityFunction.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
Methods in org.oristool.models.stpn.trees that return PartitionedFunctionModifier and TypeMethodDescriptionStochasticTransitionFeature.density()Returns the firing time density of this instance.Methods in org.oristool.models.stpn.trees with parameters of type PartitionedFunctionModifier and TypeMethodDescriptionvoidStochasticStateFeature.addVariable(Variable v, PartitionedFunction f) Adds a variable with the given PDF.voidStochasticStateFeature.addVariableReduced(Variable v, PartitionedFunction f, BigDecimal amount) Adds a variable with the input PDF, reduced of given amount.static StochasticTransitionFeatureStochasticTransitionFeature.of(PartitionedFunction density) static StochasticTransitionFeatureStochasticTransitionFeature.of(PartitionedFunction density, MarkingExpr weight, MarkingExpr rate) -
Uses of PartitionedFunction in org.oristool.simulator.samplers
Constructors in org.oristool.simulator.samplers with parameters of type PartitionedFunctionModifierConstructorDescriptionPartitionedFunctionSampler(PartitionedFunction partitionedFunction) Creates a new sampler.