Skip to content

Interpolation methods implemented in python using numpy.

Notifications You must be signed in to change notification settings

philsupertramp/interpol1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpolation methods implemented in Python using numpy

Two methods are implemented and available at src/interpol1d.py:

  • Newton-Polynomial-Interpolation polinterpol
  • Cubic-Natural-Spline Interpolation splineinterpol

For more see the provided (german) notebook

Usage

Clone the repo:
git clone git@github.com:philsupertramp/interpol1d

Run the tests:
python -m pytest src/test_interpol1d.py

or with coverage:
coverage run -m pytest src/test_interpol1d.py; coverage report

About

Interpolation methods implemented in python using numpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published