bundles / scipy 1.17.1 / scipy / interpolate / _fitpack_repro
module
scipy.interpolate._fitpack_repro
Members
-
_generate_knots_impl -
_get_residuals -
_make_splrep_impl -
_validate_bc_type -
_validate_inputs -
add_knot -
Bunch -
disc -
F -
Fperiodic -
fprati -
generate_knots -
make_splprep -
make_splrep -
prodd -
root_rati
Summary
Replicate FITPACK's logic for constructing smoothing spline functions and curves.
Extended Summary
Currently provides analogs of splrep and splprep python routines, i.e. curfit.f and parcur.f routines (the drivers are fpcurf.f and fppara.f, respectively)
The Fortran sources are from https://github.com/scipy/scipy/blob/maintenance/1.11.x/scipy/interpolate/fitpack/
parametric splines, Computer Graphics and Image Processing", 20 (1982) 171-184. 10.1016/0146-664X(82)90043-0.
Numerical Analysis, Oxford University Press, 1993.
of experimental data using spline functions", Journal of Computational and Applied Mathematics, vol. I, no 3, p. 165 (1975). https://doi.org/10.1016/0771-050X(75)90034-0
Additional content
Replicate FITPACK's logic for constructing smoothing spline functions and curves.
Currently provides analogs of splrep and splprep python routines, i.e. curfit.f and parcur.f routines (the drivers are fpcurf.f and fppara.f, respectively)
The Fortran sources are from https://github.com/scipy/scipy/blob/maintenance/1.11.x/scipy/interpolate/fitpack/
parametric splines, Computer Graphics and Image Processing", 20 (1982) 171-184. 10.1016/0146-664X(82)90043-0.
Numerical Analysis, Oxford University Press, 1993.
of experimental data using spline functions", Journal of Computational and Applied Mathematics, vol. I, no 3, p. 165 (1975). https://doi.org/10.1016/0771-050X(75)90034-0
Aliases
-
scipy.interpolate._fitpack_repro