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