Trait peroxide::statistics::dist::ParametricDist[][src]

pub trait ParametricDist {
    type Parameter;
    fn params(&self) -> Self::Parameter;
}

Extract parameter

Associated Types

Loading content...

Required methods

fn params(&self) -> Self::Parameter[src]

Loading content...

Implementors

Loading content...