UPDATE: Implement FTEST function

This commit is contained in:
Nicolás Hatcher
2025-11-25 23:36:47 +01:00
committed by Nicolás Hatcher Andrés
parent e61b15655a
commit 080574b112
7 changed files with 165 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ mod test_fn_covariance;
mod test_fn_devsq;
mod test_fn_expon_dist;
mod test_fn_f;
mod test_fn_f_test;
mod test_fn_fisher;
mod test_fn_hyp_geom_dist;
mod test_fn_log_norm;