]> gitweb.factorcode.org Git - factor.git/history - basis/math/statistics
calendar.format: make duration>human-readable more human readable
[factor.git] / basis / math / statistics /
2024-02-07 John Benediktssonmath.statistics: fix help-lint
2023-10-23 John Benediktssonsequences: rename supremum-by/infinum-by
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-20 John Benediktssonmath.statistics: add Spearman's correlation, and rank...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
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: adding some range sum-of tests.
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-26 John Benediktssoncore/basis/extra: update some tags.txt.
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...
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-01-20 John Benediktssonmath.statistics: fix docs for harmonic-mean.
2017-01-15 Björn Lindqvistmath.statistics: fix calculation of the harmonic mean
2017-01-02 Alexander Iljinmath.statistics-docs: make cum-product example less...
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-31 John Benediktssonunicode: make this the API for all unicode things.
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-08-06 Doug Colemanfactor: Rename I[ ]I to [I I]. Fix places where we...
2015-07-27 Doug Colemanmath.statistics: fix docs
2015-07-27 Doug Colemanmath.statistics: clean up some weird stack effects
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-01-31 John BenediktssonFix some minor errors in help-lint.
2015-01-31 Benjamin PollackAdd more documentation for math.statistics
2014-09-26 Doug Colemanmath.statistics: Get smart about the geometric mean...
2014-06-10 John Benediktssonmath.statistics: use if-zero in mean-ddof.
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
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-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2013-03-10 Doug Colemanmath.statistics: Fix histogram and collect. Histogram...
2013-02-07 John Benediktssonmath.statistics: adding z-score.
2013-02-05 Doug Colemanmath.statistics: Add docs for collect-by and collect...
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-26 John Benediktssonmath.statistics: add some padding in the docs (looks...
2012-10-25 John Benediktssonmath.statistics: add other cumulative words to help...
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...
next