| Class | Description |
|---|---|
| CondProbabilityStatistic |
CondProbabilityStatistic is derived from
StdProbabilityStatistic and offers
the possibility to obtain a probability statistic conditioned on a value
(conditioner). |
| ProbabilityStatistic |
The class
ProbabilityStatistic serves to record the results of
Bernoulli trials, which are random experiments with only two possible results
(e.g., failure probability in a queue with limited capacity). |
| StdProbabilityStatistic |
StdProbabilityStatistic extends
StdProbabilityStatistic and
provides an implementation for a probability statistic. |