rusty-fitpack

Crates.iorusty-fitpack
lib.rsrusty-fitpack
version0.1.2
sourcesrc
created_at2023-11-17 20:24:03.944835
updated_at2023-11-18 20:58:07.913857
description1D routines for spline interpolation and fitting
homepage
repositoryhttps://github.com/mitric-lab/Rusty-FITPACK
max_upload_size
id1039472
size104,836
Joscha Hoche (hochej)

documentation

README

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.

Commit count: 44

cargo fmt