Skip to main content

PermutationTest

Trait PermutationTest 

Source
pub trait PermutationTest {
    // Required method
    fn permutation_test(
        &mut self,
        other: &mut dyn EbiTraitFiniteStochasticLanguage,
        number_of_samples: usize,
        alpha: &Fraction,
    ) -> Result<(Fraction, bool)>;
}

Required Methods§

Source

fn permutation_test( &mut self, other: &mut dyn EbiTraitFiniteStochasticLanguage, number_of_samples: usize, alpha: &Fraction, ) -> Result<(Fraction, bool)>

Implementors§