Struct processig::distribution::DistrStat[][src]

pub struct DistrStat {
    pub mean: f64,
    pub vari: f64,
    pub prec: f64,
}

Fields

Trait Implementations

impl Debug for DistrStat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DistrStat

impl Sync for DistrStat