Doug Coleman
|
d2317c71f5
|
math.statistics: add rank-values
|
2012-09-04 18:52:38 -07:00 |
John Benediktsson
|
bdf02bfd2b
|
math.statistics: faster and simpler entropy word.
|
2012-07-11 12:26:20 -07:00 |
John Benediktsson
|
0c5f895371
|
math.statistics: minor style cleanup.
|
2012-07-10 17:03:01 -07:00 |
John Benediktsson
|
07b0d52f55
|
math.statistics: adding winsorized-mean.
|
2012-05-08 08:48:15 -07:00 |
John Benediktsson
|
4c2d01c5ec
|
math.statistics: adding trim-mean and signal-to-noise.
|
2012-05-08 08:24:57 -07:00 |
Doug Coleman
|
0a5a2a74a7
|
math.statistics: Add sum-of-squares word, add sum-of-squared-errors/sum-of-absolute-errors words.
|
2012-05-07 15:04:37 -07:00 |
Doug Coleman
|
9a4e66c8a6
|
math.statistics: Add power-mean and quadratic-mean.
|
2012-05-04 15:27:46 -07:00 |
John Benediktsson
|
7ab521f0ba
|
math.statistics: simpler (faster) version of rescale.
|
2012-05-04 14:51:38 -07:00 |
John Benediktsson
|
87686a9a31
|
math.statistics: adding contraharmonic-mean.
|
2012-05-04 14:43:29 -07:00 |
John Benediktsson
|
4339b14d77
|
math.statistics: adding mean-dev and median-dev.
|
2012-05-04 14:40:24 -07:00 |
John Benediktsson
|
bacdd691fc
|
math.statistics: separate "sample-" and "full-" versions of var, std, ste, and corr.
|
2012-05-04 14:31:26 -07:00 |
John Benediktsson
|
0435098bd8
|
math.statistics: adding standardize, differences, rescale.
|
2012-05-04 14:18:45 -07:00 |
John Benediktsson
|
5878b6982b
|
math.statistics: adding entropy function.
|
2012-04-26 18:40:59 -07:00 |
Doug Coleman
|
cd9394f8c6
|
math.statistics: Add eight methods for calculating quantiles. Add quartile. Add kth-smallests et al, refactor medians.
|
2012-04-24 03:17:50 -07:00 |
Doug Coleman
|
7cb094d521
|
math.statistics: Make a safe version of kth-object. Bounds check k w/ regards to seq.
|
2012-04-23 13:55:25 -07:00 |
Doug Coleman
|
7ad089b682
|
math.statistics: Generalize kth-smallest into kth-object, add kth-largest. Add count-relative and minmax-relative for counting the number of lt, eq, gt elements, and getting the max lt and min gt in one pass.
|
2012-04-22 23:41:13 -07:00 |
John Benediktsson
|
e9ffd2da37
|
math.statistics: adding cumulative versions of sum, product, min, and max.
|
2012-04-12 10:30:16 -07:00 |
Doug Coleman
|
021e0f2ce6
|
math.statistics: Fix docs for help-lint.
|
2012-04-10 08:52:12 -07:00 |
John Benediktsson
|
57231bfef4
|
math.statistics: change 'var' to 'sample-var' and implement variance, covariance, and correlation.
|
2012-04-02 17:12:32 -07:00 |
Joe Groff
|
38a5184fdf
|
math.statistics: fix stack effect on collect-by
|
2011-11-02 13:23:13 -07:00 |
John Benediktsson
|
6f1c44b46d
|
Cleanup some lint warnings.
|
2011-10-15 19:19:44 -07:00 |
Doug Coleman
|
f4da6f366c
|
Make histogram example unchecked since hashtables print differently now that hashcodes are more optimized
|
2011-10-02 22:21:12 -07:00 |
John Benediktsson
|
3b72b641e0
|
Fix help-lint errors for recent hashtable changes.
|
2011-10-02 17:49:11 -07:00 |
Joe Groff
|
003271f2b8
|
math.statistics: declare polymorphic effects on sequence>* combinators now that #88 is fixed
|
2011-09-09 18:13:17 -07:00 |
Joe Groff
|
c57c26b3be
|
math.statistics: add higher-order stack effect annotations to sequence>* words; factor out a "histogram-by" word from "histogram" that takes an additional binning quotation
|
2011-09-08 19:07:33 -07:00 |
John Benediktsson
|
eb6c986cd6
|
Merge branch 'master' into sorting
Conflicts:
basis/heaps/heaps-tests.factor
|
2011-04-12 18:09:36 -07:00 |
Doug Coleman
|
7aa7b08d42
|
Change how sequence>assoc and friends work. Now they take two quotations, the first of which prepares the key/value pair and the second insert it into the assoc. mrjbq7's group-by, formerly collect-values, is now called collect-by.
|
2011-04-09 23:51:14 -05:00 |
John Benediktsson
|
d58bc08aa0
|
Update code that did ">alist sort-" to just "sort-".
|
2011-04-07 09:01:21 -07:00 |
Keita Haga
|
cb06cba857
|
math.statistics: in some words, interchanging the positions of the $examples and a $description
|
2011-01-18 23:20:06 +09:00 |
Keita Haga
|
8b1fbbf3b7
|
math.statistics: fix a few typos in docs
|
2011-01-18 22:32:45 +09:00 |
Slava Pestov
|
220dd88a2c
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
Slava Pestov
|
87665c8f40
|
math.statistics: rename histogram* to histogram! and rename sequence>assoc* to sequence>assoc!
|
2010-02-03 23:11:33 +13:00 |
Doug Coleman
|
8b38997e55
|
better minmax
|
2009-12-07 17:26:33 -06:00 |
Doug Coleman
|
092dd9fc39
|
add sorted-histogram word
|
2009-11-01 23:16:26 -06:00 |
Doug Coleman
|
89a426d797
|
fix help lint
|
2009-10-30 13:35:20 -05:00 |
Doug Coleman
|
44acd45f2a
|
move docs for nth-root, fix docs for minmax
|
2009-10-30 06:37:02 -05:00 |
Doug Coleman
|
32a51b584c
|
slightly better math.statistics docs
|
2009-10-30 03:06:03 -05:00 |
Doug Coleman
|
320128c7eb
|
move histogram to math.statistics, write a main article for math.statistics
|
2009-10-30 02:55:54 -05:00 |
Doug Coleman
|
003787113f
|
move nth-root to math.functions, use exchange-unsafe in math.statistics
|
2009-10-30 02:35:51 -05:00 |
Doug Coleman
|
1d12a6707d
|
sigma -> map-sum
|
2009-10-29 14:34:04 -05:00 |
Doug Coleman
|
86a1b06034
|
add a mode word
|
2009-05-24 15:45:25 -05:00 |
Doug Coleman
|
c045823182
|
remove old median, fix docs
|
2009-05-18 02:41:58 -05:00 |
Doug Coleman
|
54cb1b9686
|
median used the wrong algorithm. now it runs in O(n) time. add kth-smallest word, used to implement median
|
2009-05-18 02:16:03 -05:00 |
Doug Coleman
|
d168f76ab0
|
remove 1-, 1+, use iota somewhere
|
2009-05-05 23:32:23 -05:00 |
Slava Pestov
|
669548e62e
|
Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary
|
2009-02-02 13:43:54 -06:00 |
Slava Pestov
|
411ba7473b
|
Clean up some code to not use combinators.lib and sequences.lib
|
2008-12-17 19:52:47 -06:00 |
Aaron Schaefer
|
197bb70893
|
Move math.statistics to extra
|
2008-11-18 10:31:07 -05:00 |