File: Todo

package info (click to toggle)
libstatistics-linefit-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 313; makefile: 2
file content (13 lines) | stat: -rwxr-xr-x 472 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO list for Perl module Statistics::LineFit

Test and document what happens as the sum of the deviations of the x
values approaches zero.

Test and document the sensitivity of the results to random and Gaussian
noise.

Abstract this module into a class hierarchy that can do N-dimensional line
fitting, curve fitting, cubic splines fitting, non-linear regression, etc.
(This would require major coordination / major rewrites with / of the other 
Statistics:: modules.)