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

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

The data for this distribution can be summarized by a statistic

Associated Types

Required methods

Implementors