[dylan-foundry/statistics] 8f979c: [extrema] Correct comment.
GitHub <[email protected]> Sun, 15 Nov 2015 17:46:54 -0800
| Newsgroups | gmane.comp.lang.dylan.gwydion.cvs |
|---|---|
| Message-ID | <5649358e60aa5_64423f961dded29c54496@hookshot-fe4-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/dylan-foundry/statistics
Commit: 8f979c0a84bcdfd4e46d1a758704a870e8178833
https://github.com/dylan-foundry/statistics/commit/8f979c0a84bcdfd4e46d1a758704a870e8178833
Author: Bruce Mitchener <[email protected]>
Date: 2015-11-12 (Thu, 12 Nov 2015)
Changed paths:
M statistics-base/extrema.dylan
Log Message:
-----------
[extrema] Correct comment.
Commit: 3a4b880d7cbc051dff121030d14b767a610e5f08
https://github.com/dylan-foundry/statistics/commit/3a4b880d7cbc051dff121030d14b767a610e5f08
Author: Bruce Mitchener <[email protected]>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M statistics-base/library.dylan
M statistics-base/mean.dylan
M tests/statistics-base-test-suite.dylan
Log Message:
-----------
Rename mean/simple + knuth to fast + arithmetic.
We should discourage the usage of mean/fast as it is not numerically
stable. Make it clear that mean/knuth is an arithmetic mean.
* statistics-base/library.dylan
(module statistics-base): Update exported names.
* statistics-base/mean.dylan
(mean/simple): Rename to mean/fast.
(mean/knuth): Rename to mean/arithmetic.
* tests/statistics-base-test-suite.dylan
(test mean/simple-knuth-test): Rename to mean/arithmetic-test. Also
update the functions invoked for their new names.
(suite mean-test-suite): Update for new test name.
Commit: 6027b3e8f49bae8f7ce259500566a44d243f5fc8
https://github.com/dylan-foundry/statistics/commit/6027b3e8f49bae8f7ce259500566a44d243f5fc8
Author: Bruce Mitchener <[email protected]>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M statistics-base/library.dylan
A statistics-base/scale.dylan
M statistics-base/statistics-base.lid
M tests/statistics-base-test-suite.dylan
Log Message:
-----------
Add scaling of values.
Scale the values of a vector to fit within a new range. This
uses the min and max extrema of the range of values being
scaled.
* statistics-base/scale.dylan
(scale): New method.
* statistics-base/library.dylan
(module statistics-base): Export scale.
* statistics-base/statistics-base.lid: Build scale.dylan
* tests/statistics-base-test-suite.dylan
(test scale-test): Do a basic test of scale.
(suite scale-test-suite): Suite for scale tests. Run scale-test.
(suite statistics-base-test-suite): Run scale-test-suite.
Compare: https://github.com/dylan-foundry/statistics/compare/ab3360112b79...6027b3e8f49b
_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter