Skip to content

VanderBieu/Rusty-FITPACK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty FITPACK

Rusty FITPACK provides the 1D routines for spline interpolation and fitting in Rust. The functions are translated from the original Fortran77 code FITPACK by Paul Dierckx. This packages provides almost the same interface as the SciPy wrapper for FITPACK. In concrete terms, the package implements five functions, splrep, splev, splder and splev_uniform as well as splder_uniform.

Please read the Documentation

References

Based on algorithms described by Paul Dierckx in Ref [1-4]:

[1] P. Dierckx, "An algorithm for smoothing, differentiation and integration of experimental data using spline functions", J.Comp.Appl.Maths 1 (1975) 165-184.

[2] P. Dierckx, "A fast algorithm for smoothing data on a rectangular grid while using spline functions", SIAM J.Numer.Anal. 19 (1982) 1286-1304.

[3] P. Dierckx, "An improved algorithm for curve fitting with spline functions", report tw54, Dept. Computer Science,K.U. Leuven, 1981.

[4] P. Dierckx, "Curve and surface fitting with splines", Monographs on Numerical Analysis, Oxford University Press, 1993.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.4%
  • HTML 1.6%