Trait statrs::statistics::Mode
source · pub trait Mode<T> {
// Required method
fn mode(&self) -> T;
}
Expand description
The Mode
trait specifies that an object has a closed form solution
for its mode(s)
pub trait Mode<T> {
// Required method
fn mode(&self) -> T;
}
The Mode
trait specifies that an object has a closed form solution
for its mode(s)