Uses of Class
org.oristool.math.domain.DBMZone
Package
Description
Provides classes for the encoding and manipulation of PDFs.
PDF supports.
PDF densities.
Analysis of TPNs.
-
Uses of DBMZone in org.oristool.math
-
Uses of DBMZone in org.oristool.math.domain
Modifier and TypeMethodDescriptionDBMZone.cartesianProduct
(DBMZone other) Computes the Cartesian product with another zone (with distinct set of variables).DBMZone.Subzone.getDomain()
Modifier and TypeMethodDescriptionDBMZone.cartesianProduct
(DBMZone other) Computes the Cartesian product with another zone (with distinct set of variables).boolean
Checks whether this zone fully contains an input one.void
Intersects this zone with the input one.ModifierConstructorDescriptionCreates a copy of a DBM zone.Subzone
(DBMZone domain, Variable projectedVar, Variable minVar, OmegaBigDecimal minVarDelay, Variable maxVar, OmegaBigDecimal maxVarAdvance) Creates a representation of a subzone resulting from a projection. -
Uses of DBMZone in org.oristool.math.function
Modifier and TypeMethodDescriptionStateDensityFunction.conditionToZone
(DBMZone zone) Intersects the support with the input zone, keeping only subzones with nonzero measure.void
StateDensityFunction.imposeZone
(DBMZone zone) Intersects the support with the input zone, keeping only subzones with nonzero measure.ModifierConstructorDescriptionGEN
(DBMZone domain, Expolynomial density) Builds a new PDF with the given support and density function. -
Uses of DBMZone in org.oristool.models.tpn