pub fn chi_square_test(
observed: &[f64],
expected: &[f64],
significance: f64,
) -> NHSTResultExpand description
Chi-square goodness of fit test.
pub fn chi_square_test(
observed: &[f64],
expected: &[f64],
significance: f64,
) -> NHSTResultChi-square goodness of fit test.