]> gitweb.factorcode.org Git - factor.git/history - extra/math
assocs.extras: add intersect-keys-as and unit tests
[factor.git] / extra / math /
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-08 Benjamin PollackAdd a couple minor extra docs for math.extras
2015-05-06 John Benediktssonmath.transforms.bwt: slightly faster, remove suffixes...
2015-05-05 John Benediktssonmath.transforms.bwt: faster version of bwt if only...
2015-04-29 John Benediktssonmath.transforms.bwt: faster versions of Burrows-Wheeler...
2015-04-02 John Benediktssonmath.extras: change kelly criterion tests to use ratios.
2015-04-02 John Benediktssonmath.extras: adding the Kelly criterion.
2014-12-24 John Benediktssonmath.extras: adding the Möbius function.
2014-12-14 John Benediktssonmath.primes.solovay-strassen: adding Solovay-Strassen...
2014-12-05 John Benediktssonextra: using empty? in some places.
2014-11-30 John Benediktssonmath.binpack: faster by storing only items, not weights.
2014-11-29 John Benediktssonmath.binpack: cleanup using.
2014-11-29 John Benediktssonmath.binpack: make binpacking much faster by caching...
2014-11-12 John Benediktssonbasis/extra: fix using for map-index move back to seque...
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2014-06-30 John Benediktssonmath.transforms.bwt: cleaner to check last.
2014-06-11 John Benediktssonmath.extras: adding sum-squares and sum-cubes.
2014-06-11 John Benediktssonmath.extras: adding dotted range syntax.
2014-06-04 John Benediktssonmath.transforms.fft: hah, once-power-of-2, always-power...
2014-06-04 John Benediktssonmath.transforms.fft: fix Cooley-Tukey only works for...
2014-05-25 John Benediktssonmore doc type fixes.
2013-11-26 John Benediktssonmath.text.english: accidentally i's and j's.
2013-11-26 John Benediktssonmath.text.english: support ratio, float, complex.
2013-11-25 John Benediktssonfix some uses of "1 head*" to be "but-last".
2013-10-21 John Benediktssonmath.factorials: adding "factorials" word.
2013-10-15 John Benediktssonmath.unicode: implement unicode math symbols.
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-23 John Benediktssonmath.transforms.fft: small bit of speedup.
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: remove accidental test.
2013-09-05 John Benediktssonmath.extras: two versions of search-sorted.
2013-06-17 John Benediktssonmath.extras: adding round-away-from-zero.
2013-05-07 John Benediktssonmath.combinators: fix help-lint warnings I introduced...
2013-05-06 John Benediktssonmath.extras: change moving-median to use <clumps>.
2013-05-06 John Benediktssonmath.combinators: adding unless-positive and unless...
2013-05-06 John BenediktssonRevert "math.extras: change to <clumps> to match other...
2013-05-06 John Benediktssonmath.combinators: fix help-lint errors.
2013-05-06 lorynjwhen-negative / when-positive
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.finance: adding performance.
2013-05-02 John Benediktssonmath.extras: add fill-nans.
2013-04-26 John Benediktssonmath.text: make it only work with integers.
2013-04-25 John Benediktssonmath.matrices.laplace: adding Laplace expansion.
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.combinatorics.bits: new vocab for permutation...
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-09 John Benediktssonmath.factorials: style.
2013-04-09 John Benediktssonmath.factorials: cleanup orial-primes.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: more factorial words.
2013-04-09 John Benediktssonmath.factorials: making double-factorial work for negat...
2013-04-09 John Benediktssonmath.factorials: adding double-factorial.
2013-04-08 John Benediktssonmath.factorials: cleanup using.
2013-04-08 John Benediktssonmath.factorials: include 1.
2013-04-08 John Benediktssonmath.factorials: handle more inputs in factorial/.
2013-04-08 John Benediktssonmath.factorials: various factorial words.
2013-04-02 John Benediktssonmath.extras: adding round-to-step.
2013-04-02 John Benediktssonmath.extras: adding round-to-decimal.
2013-03-28 John Benediktssonmath.statistics: adding demean and demedian, cleanup...
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 docs for majority.
2013-03-25 John Benediktssonmath.extras: adding majority vote algorithm.
2013-03-24 Doug Colemanmath: Revert clone on median algorithm, perhaps need...
2013-03-24 Doug Colemanmath.primes.twins: Use clump here.
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.
2013-03-20 John Benediktssonmath.hashcodes: fix complex number-hashcodes.
2013-03-20 John Benediktssonmath.hashcodes: better test-case.
2013-03-20 John Benediktssonmath.hashcodes: try and fix tests on 32-bit.
2013-03-16 John Benediktssonmath.hashcodes: better tests.
2013-03-16 John Benediktssonmath.hashcodes: consistent number hashing.
2012-12-04 John Benediktssonmath.extras: return new arrays to protect users from...
2012-11-08 John Benediktssonmath.extras: adding unique-indices.
2012-11-06 John Benediktssonmath.statistics: rename full-* to population-*.
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...
next