-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
languageChanges to the Raku Programming LanguageChanges to the Raku Programming Language
Description
Some examples of things that are missing:
clamporcliphttps://stackoverflow.com/questions/55250700/is-there-a-clamp-method-sub-for-ranges-num-etc-in-perl6- “One final observation about Perl 6 and math: although Perl 6 has all the usual functions from math.h, it could certainly use a few more.” https://www.evanmiller.org/statistical-shortcomings-in-standard-math-libraries.html
double incbet(double a, double b, double x); # Regularized incomplete beta functiondouble incbi(double a, double b, double y); # Inverse of incomplete beta integraldouble igam(double a, double x); # Regularized incomplete gamma integraldouble igamc(double a, double x); # Complemented incomplete gamma integraldouble igami(double a, double p); # Inverse of complemented incomplete gamma integraldouble ndtr(double x); # Normal distribution functiondouble ndtri(double y); # Inverse of Normal distribution functiondouble jv(double v, double x); # Bessel function of non-integer order
prod. It's easy to do it yourself but if we havesumthen why not haveprodtoo (for example, numpy has both)meanmedianmode?peak-to-peak(range) – (numpy example)standard-deviationhistogram- and so on…
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
languageChanges to the Raku Programming LanguageChanges to the Raku Programming Language