Trait rv::traits::HasSuffStat[][src]

pub trait HasSuffStat<X> {
    type Stat: SuffStat<X> + Debug;
    fn empty_suffstat(&self) -> Self::Stat;
}

The data for this distribution can be summarized by a statistic

Associated Types

Required Methods

Implementors