]> gitweb.factorcode.org Git - factor.git/history - extra/math/extras/extras.factor
use reject instead of [ ... not ] filter.
[factor.git] / extra / math / extras / extras.factor
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-04-02 John Benediktssonmath.extras: adding the Kelly criterion.
2014-12-24 John Benediktssonmath.extras: adding the Möbius function.
2014-06-11 John Benediktssonmath.extras: adding sum-squares and sum-cubes.
2014-06-11 John Benediktssonmath.extras: adding dotted range syntax.
2013-10-14 John Benediktssonmath.extras: inline kahan+.
2013-10-14 John Benediktssonmath.extras: label kahan+ stack effects to match pseudo...
2013-10-13 John Benediktssonmath.extras: adding map-kahan-sum.
2013-10-13 John Benediktssonmath.extras: adding the Kahan summation.
2013-09-06 John Benediktssonmath.extras: switch to using sorting.extras.
2013-09-05 John Benediktssonmath.extras: faster search-sorted by bisecting.
2013-09-05 John Benediktssonmath.extras: two versions of search-sorted.
2013-06-17 John Benediktssonmath.extras: adding round-away-from-zero.
2013-05-06 John Benediktssonmath.extras: change moving-median to use <clumps>.
2013-05-06 John BenediktssonRevert "math.extras: change to <clumps> to match other...
2013-05-02 John Benediktssonmath.extras: change to <clumps> to match other moving...
2013-05-02 John Benediktssonmath.extras: adding monotonic-count and max-monotonic...
2013-05-02 John Benediktssonmath.extras: add fill-nans.
2013-04-22 John Benediktssonmath.extras: use fry for clarity.
2013-04-22 John Benediktssonmath.extras: rename 2pi-range to [0,2pi].
2013-04-22 John Benediktssonmath.extras: cleanup duplicate code.
2013-04-11 John Benediktssonmath.extras: remove permutation-bits words.
2013-04-10 John Benediktssonmath.extras: adding more permutation-bits words.
2013-04-10 John Benediktssonmath.extras: faster next-permutation-bits using /i.
2013-04-10 John Benediktssonmath.extras: adding bitwise permutation words.
2013-04-10 John Benediktssonmath.extras: fix bernoulli.
2013-04-02 John Benediktssonmath.extras: adding round-to-step.
2013-04-02 John Benediktssonmath.extras: adding round-to-decimal.
2013-03-26 John Benediktssonmath.extras: adding round-to-even.
2013-03-25 John Benediktssonmath.extras: adding normalized compression distance...
2013-03-25 John Benediktssonmath.extras: adding majority vote algorithm.
2013-03-24 Doug Colemanmath: Revert clone on median algorithm, perhaps need...
2013-03-21 John Benediktssonmath: some style cleanup.
2013-03-20 John Benediktssonmath.extras: rename to linspace[a,b) and linspace[a...
2013-03-20 John Benediktssonmath.extras: adding ) and ] versions of linspace.
2013-03-20 John Benediktssonmath.extras: adding logspace.
2013-03-20 John Benediktssonmath.extras: adding linspace.
2012-12-04 John Benediktssonmath.extras: return new arrays to protect users from...
2012-11-08 John Benediktssonmath.extras: adding unique-indices.
2012-10-05 John Benediktssonmath.extras: implement "search-sorted" and "weighted...
2012-09-26 Doug Colemanmath.extras: Call (gini).
2012-09-26 John Benediktssonmath.extras: simpler herfindahl.
2012-09-26 John Benediktssonmath.extras: adding exponential-index.
2012-09-26 John Benediktssonmath.extras: adding the Herfindahl measure.
2012-09-26 John Benediktssonmath.extras: remove variable effects from cum-reduce...
2012-09-26 John Benediktssonmath.extras: invent "cum-reduce" concept for gini.
2012-09-26 Doug Colemanmath.extras: Add sum-cum-sum. Change concentration...
2012-09-26 Doug Colemanmath.extras: Fix concentration-coefficient.
2012-09-26 Doug Colemanmath.extras: Faster gini. Leaving this as a separate...
2012-09-26 Doug Colemanmath.extras: Add gini and concentration coefficient.
2012-09-25 John Benediktssonmath.extras: fix spelling of stirling, add ramanujan...
2012-08-31 John Benediktssonmath.extras: adding "until-zero".
2012-08-31 John Benediktssonmath.extras: adding moving-count.
2012-07-30 John Benediktssonmath.extras: adding moving sum/supremum/infimum.
2012-07-27 John Benediktssonmath.extras: more maths functions.
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-06-19 John Benediktssonmath.extras: adding nonzero.
2012-05-04 John Benediktssonmath.extras: adding moving-median.
2012-05-04 John Benediktssonmath.extras: adding moving-average and exponential...
2012-05-04 John Benediktssonmath.extras: adding jacobi and legendere symbols.
2012-05-02 Doug Colemanmath.functions: rename exp to e^ to be consistent with...
2012-04-21 John Benediktssonmath.extras: adding sterling numbers, bernoulli numbers...