racket/collects/math/private
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
..
array Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
base
bigfloat Documentation style changes 2012-11-17 21:02:37 -09:00
distributions Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
flonum Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
functions Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
matrix Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
number-theory Renamed polygonal functions to include -number the name. 2012-11-23 16:09:28 +01:00
polynomial
statistics Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
vector Finished `math/distributions' documentation! 2012-11-27 13:44:15 -07:00
exception.rkt
inline-sort.rkt
syntax-utils.rkt
unsafe.rkt
utils.rkt Reworked distribution API, finally happy with it (as happy as I can be without being able to partially instantiate polymorphic parent struct types) 2012-11-21 21:16:35 -07:00