Tcl Library Source Code

Changes On Branch math-stats-extended
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch math-stats-extended Excluding Merge-Ins

This is equivalent to a diff from 837cadf794 to 5fe06d906c

2015-04-30
05:35
math::statistics - Merged - Extending the statistics package with a number of procedures (most common probability distributions now implemented and some additional tests). Bumped to version 1.0. Also merging in changes from tcllib 1.17 check-in: 27e2427a6c user: aku tags: trunk
04:21
Tcllib 1.17 Release check-in: 66ed0de3b3 user: aku tags: trunk, release, tcllib-1-17
2015-04-29
19:51
Extending the statistics package with a number of procedures (most common probability distributions now implemented and some additional tests). Bumped to version 1.0. Also merging in changes from tcllib 1.17 Closed-Leaf check-in: 5fe06d906c user: markus tags: math-stats-extended
04:49
Modified the implementations for zip encode/decode to make use of the embedded ziplib facilities in the Tcl core when running under 8.6+ check-in: 45878913f0 user: hypnotoad tags: zip_for_8.6
2015-04-27
17:19
Adding the bits from odie that will be included in 1.17 check-in: a0af500968 user: hypnotoad tags: odie_tools_for_1.17
2015-04-23
20:51
Merged math::linalg fix into release. check-in: 7ef762388b user: aku tags: tcllib-1-17-rc
20:50
Merged math::linalg fix. check-in: 837cadf794 user: aku tags: trunk
20:49
Updated docs. Closed-Leaf check-in: ebcc91a605 user: aku tags: linalg-7f082f8667
2015-04-21
20:25
logger - Ticket [cf775f72ef] - Fixed handling of level default for initNamespace. Inherit from parent first, if it exists. Bumped to version 0.9.4. Extended testsuite. Updated docs. check-in: 69e306a577 user: andreask tags: trunk

Changes to modules/math/ChangeLog.

Changes to modules/math/TODO.

Changes to modules/math/calculus.tcl.

Changes to modules/math/linalg.tcl.

Changes to modules/math/mvlinreg.tcl.

Changes to modules/math/pdf_stat.tcl.

Changes to modules/math/pkgIndex.tcl.

Changes to modules/math/statistics.man.

Changes to modules/math/statistics.tcl.

Changes to modules/math/statistics.test.

Changes to modules/math/wilcoxon.tcl.