pub fn test_normality(
numbers: &[f64],
test_type: NormalityTest,
) -> Result<NormalityTestResult, BenfError>Expand description
正規性検定を実行
pub fn test_normality(
numbers: &[f64],
test_type: NormalityTest,
) -> Result<NormalityTestResult, BenfError>正規性検定を実行