UPDATE: Adds 12 more statistical functions:

* GAUSS
* HARMEAN
* KURT
* MAXA
* MEDIAN
* MINA
* RANK.EQ
* RANK.AVG
* SKEW
* SKEW.P
* SMALL
* LARGE
This commit is contained in:
Nicolás Hatcher
2025-11-27 20:14:55 +01:00
committed by Nicolás Hatcher Andrés
parent 885d344b5b
commit c4142d4bf8
13 changed files with 1061 additions and 59 deletions

View File

@@ -8,6 +8,7 @@ mod devsq;
mod exponential;
mod fisher;
mod gamma;
mod gauss;
mod geomean;
mod hypegeom;
mod if_ifs;
@@ -16,6 +17,7 @@ mod normal;
mod pearson;
mod phi;
mod poisson;
mod rank_eq_avg;
mod standard_dev;
mod standardize;
mod t_dist;