pub fn evaluate(degrees: &[f64], quantifier: RelativeQuantifier) -> Option<f64>Expand description
Evaluate “Q elements satisfy P” — apply the quantifier to the sigma-count
proportion of the per-element satisfaction degrees. None for an empty set.