Trait statest::chi2::Chi2Array[][src]

pub trait Chi2Array<T: Float> {
    fn chi2_indep(&self, p: T) -> bool;
}

Trait for Chi2 test (Independence).

Required methods

fn chi2_indep(&self, p: T) -> bool[src]

Chi2 test for independence, which returns true if p-value is less than p.

Loading content...

Implementations on Foreign Types

impl<S: Data<Elem = usize>, T: Float> Chi2Array<T> for ArrayBase<S, Ix2>[src]

Loading content...

Implementors

Loading content...