Function test_normality

Source
pub fn test_normality(
    numbers: &[f64],
    test_type: NormalityTest,
) -> Result<NormalityTestResult, BenfError>
Expand description

正規性検定を実行