public enum RareEventPerformanceBoundedness
Public Enumeration RareEventPerformanceBoundedness
public enum class RareEventPerformanceBoundedness
type RareEventPerformanceBoundedness
Events whose
probabilities can be evaluated by a Cross-Entropy
estimator are characterized in terms of the performance of a system.
Let be
an extreme performance value.
Rare events are sets of states whose performances are lower or upper bounded
by
, i.e. they can be defined as
or as
where is the state space
of the system and
is the function
returning the system performance at state
.
Constant Lower is intended to
signal
events, while
constant Upper
corresponds to
events.
For a thorough description of the intended use of RareEventPerformanceBoundedness constants, see the remarks about method Estimate.
Lower | 0 | The rare event includes states whose performances are lower bounded. |
Upper | 1 | The rare event includes states whose performances are upper bounded. |