racket/collects/math/private/statistics
Neil Toronto 9865182df4 Fixes, docs, and API changes for `math/statistics'
* Fixed and added tests for `quantile' and `median', documented them

* Added `sort-samples', documented it

* Removed `real-quantile' and `real-median' (too many design choices
  right now; will revisit when implementing Kernel Density Estimators)

* Documented `absdev' and `absdev/median'

* Fixed `update-statistics*': now uses O(1) space as advertised (if the
  sequences of values and weights both use O(1) space)

* Changed types of binning functions: allows using #:key in the future
  (when TR supports function type cases that differ only by keyword
  argument types better), places optional weights at the end like other
  statistics functions

* Clarified binning docs about sort stability and half-open intervals
2012-12-10 16:45:18 -07:00
..
correlation.rkt Added `array->list-array' 2012-12-06 22:52:22 -07:00
counting.rkt Fixes, docs, and API changes for `math/statistics' 2012-12-10 16:45:18 -07:00
expected-values.rkt Added `array->list-array' 2012-12-06 22:52:22 -07:00
order-statistics.rkt Fixes, docs, and API changes for `math/statistics' 2012-12-10 16:45:18 -07:00
quickselect.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
statistics-struct.rkt Fixes, docs, and API changes for `math/statistics' 2012-12-10 16:45:18 -07:00
statistics-utils.rkt Fixes, docs, and API changes for `math/statistics' 2012-12-10 16:45:18 -07:00