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