]> gitweb.factorcode.org Git - factor.git/history - basis/math/statistics/statistics.factor
math.statistics: fix typo
[factor.git] / basis / math / statistics / statistics.factor
2022-08-18 Doug Colemanmath.statistics: fix typo
2022-08-07 Doug Colemanmath.statistics: refactor histogram and histogram-by...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2020-11-24 John Benediktssonmath.statistics: faster sum-of for ranges.
2020-11-24 John Benediktssonmath.statistics: sum-of-squares, sum-of-cubes, sum...
2020-10-09 Doug Colemanmath.statistics: Fix bug for ncdg division by zero.
2020-10-07 Doug Colemanmath.statistics: Add discounted cumulative gain and...
2020-02-06 John Benediktssonmath.statistics: adding interquartile-range, midhinge...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-24 Björn Lindqvistmath.statistics: the sample and population mean is...
2017-01-15 Björn Lindqvistmath.statistics: fix calculation of the harmonic mean
2016-12-28 John Benediktssonmath.statistics: change minmax to not look at first...
2016-12-28 John Benediktssonassocs: moving collect-by from math.statistics.
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2016-03-08 Jon Harpermath.statistics, add docs for cum-sum0, add cum-product...
2016-03-08 Jon Harperrename math.statistics:cum-map to sequences:accumulate*
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-07-27 Doug Colemanmath.statistics: clean up some weird stack effects
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-09-26 Doug Colemanmath.statistics: Get smart about the geometric mean...
2014-06-10 John Benediktssonmath.statistics: use if-zero in mean-ddof.
2013-06-25 John Benediktssonmath.statistics: use >array instead of { } clone-like.
2013-06-17 Doug Colemanmath.statistics: Handle some edge cases.
2013-06-17 Doug Colemanmath.statistics: Add trimean.
2013-06-17 Doug Colemanmath.statistics: [-] Golfed.
2013-06-17 Doug Colemanmath.statistics: Fix out of bounds on quantiles that...
2013-05-06 John Benediktssonmath.statistics: change kth-object to properly clone...
2013-05-06 John Benediktssonmath.statistics: faster cum-mean.
2013-05-06 John BenediktssonRevert "math.statistics: change cum-mean to use v/."
2013-05-06 John Benediktssonmath.statistics: change cum-mean to use v/.
2013-05-06 lorynjcum-mean
2013-04-22 John Benediktssonmath.statistics: make collect-by row polymorphic, simpl...
2013-03-28 John Benediktssonmath.statistics: adding demean and demedian, cleanup...
2013-03-24 Doug Colemanmath: Revert clone on median algorithm, perhaps need...
2013-03-24 Doug Colemanmath.statistics: Median now changes the order of the...
2013-03-10 Doug Colemanmath.statistics: Fix histogram and collect. Histogram...
2013-02-07 John Benediktssonmath.statistics: adding z-score.
2012-12-04 John Benediktssonmath.statistics: just use accumulate for now.
2012-11-27 Doug Colemanbasis: Try to fix the build. My profiler is hanging...
2012-11-17 Doug Colemanmath.statistics: Add a variant of histogram that can...
2012-11-15 Doug Colemanmath.statistics: Add back std as sample-std.
2012-11-08 Doug Colemanmath.statistics: Make you think about which std you...
2012-11-08 Doug Colemanmath.statistics: Rename full-* to population-*. Full...
2012-11-06 John Benediktssonmath.statistics: rename full-* to population-*.
2012-10-25 Doug Colemanmath.statistics: Add cum-count, cum-sum0, cum-map0...
2012-10-22 Doug Colemanmath.statistics: Add ddof (delta degrees-of-freedom...
2012-09-27 John Benediktssonmath.statistics: empty-sequence is silly.
2012-09-26 John Benediktssonmath.statistics: adding a normalized-histogram word.
2012-09-26 John Benediktssonmath.statistics: remove probabilities word, not really...
2012-09-26 John Benediktssonmath.statistics: use "cumulative map" as base of all...
2012-09-26 John Benediktssonmath.statistics: some fixes to entropy, adding maximum...
2012-09-05 Doug Colemanmath.statistics: add rank-values
2012-07-11 John Benediktssonmath.statistics: faster and simpler entropy word.
2012-07-11 John Benediktssonmath.statistics: minor style cleanup.
2012-05-08 John Benediktssonmath.statistics: adding winsorized-mean.
2012-05-08 John Benediktssonmath.statistics: adding trim-mean and signal-to-noise.
2012-05-07 Doug Colemanmath.statistics: Add sum-of-squares word, add sum-of...
2012-05-04 Doug Colemanmath.statistics: Add power-mean and quadratic-mean.
2012-05-04 John Benediktssonmath.statistics: simpler (faster) version of rescale.
2012-05-04 John Benediktssonmath.statistics: adding contraharmonic-mean.
2012-05-04 John Benediktssonmath.statistics: adding mean-dev and median-dev.
2012-05-04 John Benediktssonmath.statistics: separate "sample-" and "full-" version...
2012-05-04 John Benediktssonmath.statistics: adding standardize, differences, rescale.
2012-04-27 John Benediktssonmath.statistics: adding entropy function.
2012-04-24 Doug Colemanmath.statistics: Add eight methods for calculating...
2012-04-23 Doug Colemanmath.statistics: Make a safe version of kth-object...
2012-04-23 Doug Colemanmath.statistics: Generalize kth-smallest into kth-objec...
2012-04-12 John Benediktssonmath.statistics: adding cumulative versions of sum...
2012-04-03 John Benediktssonmath.statistics: change 'var' to 'sample-var' and imple...
2011-11-02 Joe Groffmath.statistics: fix stack effect on collect-by
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-09-10 Joe Groffmath.statistics: declare polymorphic effects on sequenc...
2011-09-09 Joe Groffmath.statistics: add higher-order stack effect annotati...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-05-07 Slava PestovMerge branch 'doc-fixes' of git://github.com/mrjbq7...
2011-05-07 Slava PestovMerge branch 'cleanup' of git://github.com/mrjbq7/factor
2011-05-07 Slava PestovMerge branch 'sorting' of git://github.com/mrjbq7/factor
2011-05-04 John BenediktssonMerge branch 'master' into sorting
2011-04-13 John BenediktssonMerge branch 'master' into sorting
2011-04-10 Doug ColemanChange how sequence>assoc and friends work. Now they...
2011-04-07 John BenediktssonUpdate code that did ">alist sort-" to just "sort-".
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-05 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-02-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-03 Slava Pestovmath.statistics: rename histogram* to histogram! and...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-12-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-12-07 Doug Colemanbetter minmax
2009-11-15 Doug ColemanMerge branch 'master' into startup
next