Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: quantile estimator using P-Squared algorithm. | Kaz Kylheku | 2021-09-22 | 1 | -0/+169 |
* Makefile (psquare.o): New object file. * arith.c (psq_ops): New static structure. (quant_fun): New static function. (quantile): New function. (arith_init): Register quantile intrinsic. * arith.h (quantile): Declared. * psquare.c, psquare.h: New files. * tests/016/arith.tl: New tests. * txr.1: Documented. * stdlib/doc-syms.tl: Updated. |