Examples¶
The package ships runnable example scripts in examples/ and generated
visual outputs in test_output/ as SVG files.
This page is an overview. Detailed inputs, outputs, and figures are split by example family in the pages linked below.
Run examples from the package root:
python examples/example_interpolation_plots.py
python examples/example_imsl_missing_interpolation_suite.py
Selected demos:
python examples/example_imsl_bs23_pp_family.py
python examples/example_imsl_conft_1.py
python examples/example_imsl_conft_2.py
python examples/example_imsl_surf_family.py
Regenerate the documentation figures by rerunning the relevant examples from the
package root. Each script updates one or more SVG files in test_output/.
Example Script Map¶
Script |
Primary topic |
Generated SVG outputs |
|---|---|---|
|
B-splines and piecewise polynomials |
|
|
Quadratic-grid interpolation |
|
|
Least-squares, smoothing, rational fitting |
|
|
Surface and multidimensional interpolation |
|
|
B-spline interpolation and integration |
|
|
Cubic spline integration and derivatives |
|
Detailed pages by family: