peroxide::statistics::dist

Trait ParametricDist

Source
pub trait ParametricDist {
    type Parameter;

    // Required method
    fn params(&self) -> Self::Parameter;
}
Expand description

Extract parameter

Required Associated Types§

Required Methods§

Source

fn params(&self) -> Self::Parameter

Implementors§