Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yunir/ordinary-least-squares
- Owner: Yunir
- License: mit
- Created: 2017-11-05T18:53:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T20:00:48.000Z (about 5 years ago)
- Last Synced: 2024-10-29T22:33:19.600Z (2 months ago)
- Topics: gui, javafx, mvc
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
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)