Tcl Library Source Code

Check-in [2456e0d413]
Login

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

Overview
Comment:Added three test cases for the kernel density estimation. Resulted in a few small corrections (deal with missing values)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2456e0d41399a53b8460aed292c54a4ca5011c03
User & Date: markus 2014-01-18 14:20:22.935
Context
2014-01-20
05:17
Corrected use of bandwidth, adjusted a test to take care of pecularities of the kernels check-in: 991cdf14aa user: markus tags: trunk
2014-01-18
14:20
Added three test cases for the kernel density estimation. Resulted in a few small corrections (deal with missing values) check-in: 2456e0d413 user: markus tags: trunk
12:13
Add a procedure for estimating probability density functions by means of the kernel density estimation method check-in: bfc68668cd user: markus tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to modules/math/ChangeLog.
Changes to modules/math/TODO.
Changes to modules/math/stat_kernel.tcl.
Changes to modules/math/statistics.test.