racket/collects/math/private/functions
Neil Toronto 2d34811ab6 Finished `math/distributions' documentation!
Fixed a few limit cases in some distributions (e.g. (uniform-dist 0 0) didn't
act like a delta distribution, (beta-dist 0 0) and (beta-dist +inf.0 +inf.0)
pretended to be defined by unique limits even though they can't be)

Made integer distributions' pdfs return +nan.0 when given non-integers

Added "private/statistics/counting.rkt", for hashing and binning samples

Added `flvector-sums' (cumulative sums with single rounding error)

Added `flinteger?', `flnan?' and `flrational?', which are faster than their
non-flonum counterparts (at least in Typed Racket; haven't tested untyped)
2012-11-27 13:44:15 -07:00
..
incomplete-gamma Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
beta.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
continued-fraction.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
erf.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
gamma.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
hurwitz-zeta.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
incomplete-beta-asym.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
incomplete-beta.rkt Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
incomplete-gamma.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
lambert.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
lanczos.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
log-gamma-zeros.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
log-gamma.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
psi.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
stirling-error.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
tan-diff.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
zeta.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00