GitHub / zenelhila / Curve-Fitting-Using-Parallel-Programming
This project tries fitting a curve using regression. It derives formulas from the linear model and each thread fit the data using a different formula. The formula with the smallest error function is used as visualization.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenelhila%2FCurve-Fitting-Using-Parallel-Programming
PURL: pkg:github/zenelhila/Curve-Fitting-Using-Parallel-Programming
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 332 KB
Dependencies parsed at: Pending
Created at: over 2 years ago
Updated at: over 2 years ago
Pushed at: over 2 years ago
Last synced at: 4 months ago
Topics: curve-fitting, multithreading, python, regression