Uses of Class
org.oristool.math.function.StateDensityFunction
Packages that use StateDensityFunction
Package
Description
PDF densities.
Calculus of stochastic state classes.
-
Uses of StateDensityFunction in org.oristool.math.function
Methods in org.oristool.math.function that return StateDensityFunctionModifier and TypeMethodDescriptionStateDensityFunction.getMarginalDensity
(Variable v) Returns the marginal density of a variable.Constructors in org.oristool.math.function with parameters of type StateDensityFunctionModifierConstructorDescriptionCreates the copy of a PDF. -
Uses of StateDensityFunction in org.oristool.models.stpn.trees
Methods in org.oristool.models.stpn.trees that return StateDensityFunctionModifier and TypeMethodDescriptionTransientStochasticStateFeature.getEnteringTimeDensity
(StochasticStateFeature s) Returns the entering time density of a given instance.StochasticStateFeature.getStateDensity()
Methods in org.oristool.models.stpn.trees with parameters of type StateDensityFunctionModifier and TypeMethodDescriptionvoid
TransientStochasticStateFeature.setEnteringTimeDensity
(StateDensityFunction enteringTimeDensity) void
StochasticStateFeature.setStateDensity
(StateDensityFunction stateDensity)