Probability

Type Alias Probability 

Source
pub type Probability = f64;
Expand description

Type alias for the statistical probability of an event. This type should always be between [0,1].