Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunir/ordinary-least-squares

ITMO (09.03.04). 3rd semester. Computational mathematics. 3rd lab work.
https://github.com/yunir/ordinary-least-squares

gui javafx mvc

Last synced: 25 days ago
JSON representation

ITMO (09.03.04). 3rd semester. Computational mathematics. 3rd lab work.

Awesome Lists containing this project

README

        

## Synopsis
For approximation, the initial data must be found in which there will be a table with x and y and the approximating function is selected.

The program considers the coefficients of the approximating function. It calculates the starting point, which has the maximum deviation from the resulting graph, exclude this point and recount again.

As a result, a graph should be drawn, on which the starting points, the first graph, the second graph are drawn. The coefficients of the approximating function calculated two times must also be displayed.

## Preview
![Preview image of program](preview.PNG)