John Benediktsson
|
dfa763434e
|
Fix tests broken by word hashcode change.
|
2015-06-09 20:37:55 -07:00 |
John Benediktsson
|
ac23acc2c9
|
Fix some minor errors in help-lint.
|
2015-01-30 17:04:40 -08:00 |
Benjamin Pollack
|
5e01164a72
|
Add more documentation for math.statistics
|
2015-01-30 17:04:40 -08:00 |
John Benediktsson
|
98935b7f15
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
lorynj
|
ca7dd6a6a3
|
cum-mean
Added a word to calculate cumulative mean.
Signed-off-by: lorynj <lorynj@gmail.com>
|
2013-05-06 08:15:39 -07:00 |
John Benediktsson
|
35e23dc547
|
math.statistics: make collect-by row polymorphic, simplify words.
|
2013-04-22 06:25:50 -07:00 |
Doug Coleman
|
6697f3effb
|
math.statistics: Fix histogram and collect. Histogram used each-index even when it didn't need to.
|
2013-03-10 12:57:48 -07:00 |
John Benediktsson
|
1ae04f1247
|
math.statistics: adding z-score.
|
2013-02-07 15:50:34 -08:00 |
Doug Coleman
|
18b7960e09
|
math.statistics: Add docs for collect-by and collect-index-by.
|
2013-02-05 09:35:51 -08:00 |
John Benediktsson
|
82dc0bf045
|
math.statistics: just use accumulate for now.
|
2012-12-04 08:56:21 -08:00 |
Doug Coleman
|
516549b52c
|
basis: Try to fix the build. My profiler is hanging, but I can't figure out why. See if the build farm has the same is
sue.
|
2012-11-27 12:47:44 -06:00 |
Doug Coleman
|
2ada02726b
|
math.statistics: Make you think about which std you want--population or sample. Hopefully use the right words everywhere.
|
2012-11-07 22:53:53 -08:00 |
Doug Coleman
|
a4e55a3eee
|
math.statistics: Rename full-* to population-*. Full, while somewhat descriptive of using the entire dataset, is not a technical term, while population is used in Mathematica and stats books.
|
2012-11-07 22:53:52 -08:00 |
John Benediktsson
|
1e413edf3a
|
math.statistics: rename full-* to population-*.
|
2012-11-06 07:16:20 -08:00 |
John Benediktsson
|
23fc7b3eb9
|
math.statistics: add some padding in the docs (looks better).
|
2012-10-25 21:01:17 -07:00 |
John Benediktsson
|
71da857f43
|
math.statistics: add other cumulative words to help article.
|
2012-10-25 16:30:31 -07:00 |
Doug Coleman
|
b867a248a2
|
math.statistics: Add cum-count, cum-sum0, cum-map0. Add docs.
|
2012-10-25 16:13:25 -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
|
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 |
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 |
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 |
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
|
c045823182
|
remove old median, fix docs
|
2009-05-18 02:41:58 -05:00 |
Aaron Schaefer
|
197bb70893
|
Move math.statistics to extra
|
2008-11-18 10:31:07 -05:00 |