Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeionara/leastsquares
Simple example of counting approximation by least squares using JavaFX
https://github.com/zeionara/leastsquares
ant approximation differential-equations javafx least-squares leastsquares
Last synced: 9 days ago
JSON representation
Simple example of counting approximation by least squares using JavaFX
- Host: GitHub
- URL: https://github.com/zeionara/leastsquares
- Owner: zeionara
- Created: 2016-11-01T19:02:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T15:47:03.000Z (about 8 years ago)
- Last Synced: 2024-11-08T22:43:05.574Z (2 months ago)
- Topics: ant, approximation, differential-equations, javafx, least-squares, leastsquares
- Language: Java
- Homepage:
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leastsquares
Simple example of counting approximation by least squares using JavaFX
Branches:
- master contains original application
- diffequationssrc contains source files of the application, which solves diff equation which looks like dy/dx = f(x,y) and shows rezult of solving Koshi task for the required point with required accuracy as a graph
- diffequations contains necessary files for the diffequation application to make it compatible with IntelligIDEA
- antmode contains latest version of the diffequations application, which runs using ant buildfile