]> git.proxmox.com Git - rustc.git/blob - vendor/criterion/src/stats/univariate/outliers/mod.rs
New upstream version 1.73.0+dfsg1
[rustc.git] / vendor / criterion / src / stats / univariate / outliers / mod.rs
1 //! Classification of outliers
2 //!
3 //! WARNING: There's no formal/mathematical definition of what an outlier actually is. Therefore,
4 //! all outlier classifiers are *subjective*, however some classifiers that have become *de facto*
5 //! standard are provided here.
6
7 pub mod tukey;