Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 266 Bytes

File metadata and controls

2 lines (2 loc) · 266 Bytes

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.