GitHub / Tzesh / Approximator
Approximator is a basic Python program that approximates the y value according to given data (x and y values) with respect to x. Approximator uses Direct Method of Polynomial Interpolation, Lagrange Polynomial Interpolation, and Newton's Divided Difference Polynomial Interpolation.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tzesh%2FApproximator
PURL: pkg:github/Tzesh/Approximator
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 11.7 KB
Dependencies parsed at: Pending
Created at: about 4 years ago
Updated at: almost 4 years ago
Pushed at: about 4 years ago
Last synced at: over 2 years ago
Topics: interpolation, interpolation-methods, lagrange-interpolation, newtons-method, python