-
Solved! A subtle error in the determination of the B-coefficient. Increased version to 1.0.3.
2009-10-22 18:24:32 UTC in tcllib
-
Oh, try: x = 1 2 3 4 5 and y = 20 4 9 16 25
The result is, well, nasty.
2009-10-21 10:45:45 UTC in tcllib
-
I can confirm this with the picture produced by the following script:
# chkcubic.tcl --
# Check the cubic interpolation method
#
package require Tk
package require math::interpolate
package require Plotchart
pack [canvas .c -width 400 -height 500]
set p [::Plotchart::createXYPlot .c {1 10 1} {0 25 5}]
set interpol [::math::interpolate::prepare-cubic-splines {1 2 3 4 5} {1 4...
2009-10-21 10:44:31 UTC in tcllib
-
Hi JM,
I will have a look at this - thanks for reporting it.
2009-10-19 13:52:27 UTC in tcllib
-
arjenmarkus committed patchset 16 of module chksys to the flibs - a collection of Fortran modules CVS repository, changing 1 files.
2009-08-24 18:06:03 UTC in flibs - a collection of Fortran modules
-
Fixed it - used the provided patch for solving the memory leak.
2009-08-17 07:22:00 UTC in flibs - a collection of Fortran modules
-
arjenmarkus committed patchset 134 of module src to the flibs - a collection of Fortran modules CVS repository, changing 1 files.
2009-08-17 04:26:12 UTC in flibs - a collection of Fortran modules
-
Fixed in version 0.6.2 (in CVS repository).
Instead of a table for the Student's t distribution use the inverse Toms-322 algorithm.
2009-08-12 18:25:08 UTC in tcllib
-
You are absolutely right. The use of that particular variable is deprecated (there is no need for such a table anymore). The procedure must be revised. I will look into this.
2009-08-11 18:01:28 UTC in tcllib
-
arjenmarkus committed patchset 15 of module chksys to the flibs - a collection of Fortran modules CVS repository, changing 3 files.
2009-08-11 16:06:21 UTC in flibs - a collection of Fortran modules