Python stdlib module — statistics. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.bisect_left()Neutralbisect_left(a, x, lo, hi, key)
Return the index where to insert item x in list a, assuming a is sorted.
.bisect_right()Neutralbisect_right(a, x, lo, hi, key)
Return the index where to insert item x in list a, assuming a is sorted.
.fmean()Neutralfmean(data, weights)
Convert data to floats and compute the arithmetic mean.
.fsum()Neutralfsum(seq)
Return an accurate floating point sum of values in the iterable seq.
.geometric_mean()Neutralgeometric_mean(data)
Convert data to floats and compute the geometric mean.
| FQN | Field | |
|---|---|---|
| statistics | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import statistics