Trait statrs::statistics::Median
source · pub trait Median<T> {
fn median(&self) -> T;
}Expand description
The Median trait returns the median of the distribution.
pub trait Median<T> {
fn median(&self) -> T;
}The Median trait returns the median of the distribution.