cipherLord / LeastSquareMethod

This program plots(gives the points to be plotted) the best fitting linear graph from a set of readings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This program helps in plotting data that follows linear variation using least square method. It gives the most closely fitting graph. Scale of each axes can be given as inputs. The program will output the number of lines to be left after each 10 divisions on the graph. A maximum of 100 points may be plotted using this program.

To do:

  1. Convert code to python.
  2. Introduce matplotlib to plot the graph

About

This program plots(gives the points to be plotted) the best fitting linear graph from a set of readings.


Languages

Language:C 60.0%Language:Python 40.0%