saurabhp369 / curve_fitting

Curve fitting using Linear least squares, Total least squares and Ransac algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curve_fitting

This code:

1.Computes the covariance matrix (from scratch) and its eigenvalues and eigenvectors.

2.Fits a line to the data using linear least square method, total least square method and RANSAC.

About

Curve fitting using Linear least squares, Total least squares and Ransac algorithm


Languages

Language:Python 100.0%