Skip to content

Releases: c-blake/fitl

Remove an unneeded import std/formatFloat

20 Feb 21:52
86b5a3e
Compare
Choose a tag to compare

And clean-up release status to be tip.

Add CLuser config support

16 Nov 14:14
e282168
Compare
Choose a tag to compare

That's it; Nothing more substantitve, but also no reason not to release.

Install old fitl/dists program; Add new estMI program

27 Sep 18:44
1af0d29
Compare
Choose a tag to compare

While I should still really hook fitl/estMI into the IID testing in fitl/gof and that IID testing into fitl-proper for residuals, these programs/modules are both useful enough on their own as-is to justify a release.

The VC log and code has more details / references on mutual information estimation which is the only extant approach with error estimates/p-Value capability on the MI statistic I know of.

Actually update .nimble file

25 Jul 20:24
9d1845d
Compare
Choose a tag to compare

Oops. Even with nrel, one can forget to add -u. :-( Sorry.

Track addition of `maxTry` to `spfun/studentT.ccPv`

25 Jul 20:23
b2a1031
Compare
Choose a tag to compare

This was a breaking API change in spfun-0.7.0.

Fix fitl/gof non-compilation error

24 Jun 14:56
2e668bf
Compare
Choose a tag to compare

Oops. Needed a float conversion.

Add k-sample homogeneity & asymptotic ACF IID to `gof.nim`

23 Jun 17:43
0ed111f
Compare
Choose a tag to compare

Add k-sample Anderson-Darling homogeneity test & Sarantsev IID on ACF tests wired into gof.nim helper/demo program. (Must still Bonferroni correct this test suite someday since with so many it's now gotten much too likely that some will just fail by chance.. as with any "suite".)

Also adapt to and update new spfun & retire Q.

Add `fitl/cds` an interpolated resampling module with gnuplotter

05 Jun 19:59
228a43b
Compare
Choose a tag to compare

It's really a pretty trivial application of qtl, but might be useful.

The gnuplot test program is for visualizing a swarm of resamples - an infinite swarm of infinitely thin curves overlaid being roughly the "most accurate" confidence band/error envelope that the inbound bu/edplot point-wise & simultaneous confidence bands "bound" from below & above (if that makes sense to anyone besides myself).

Track new simulation-based p-Value testing of serial autocorrelation

06 May 15:41
8c8aee2
Compare
Choose a tag to compare

This is mostly to assess model appropriateness via fit residuals.

Just update spfun dependency

23 Apr 11:07
bb573f5
Compare
Choose a tag to compare