Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mahdi7s/WPF-Oxyplot-ReactiveUI
A WPF application, which allows you to load data files that contain pairs of x and y values and display them on a graph.
https://github.com/Mahdi7s/WPF-Oxyplot-ReactiveUI
mathematics mvvm-architecture oxyplot reactiveui wpf-application
Last synced: 14 days ago
JSON representation
A WPF application, which allows you to load data files that contain pairs of x and y values and display them on a graph.
- Host: GitHub
- URL: https://github.com/Mahdi7s/WPF-Oxyplot-ReactiveUI
- Owner: Mahdi7s
- License: mit
- Created: 2023-03-17T08:56:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-17T09:23:33.000Z (over 1 year ago)
- Last Synced: 2024-10-10T22:21:02.955Z (26 days ago)
- Topics: mathematics, mvvm-architecture, oxyplot, reactiveui, wpf-application
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPF-Oxyplot-ReactiveUI
A WPF application, which allows you to load data files that contain pairs of x and y values and display them on a graph. Once a file has been loaded, the user should be able to select one of the following fitting models: linear, exponential, or power function. The user should then be able to fit the data via the fit model chosen. The fitted coefficients should be displayed on the screen and the fitted curve should be displayed on the graph along with the loaded data points.
![Screenshot 2023-03-17 124242](https://user-images.githubusercontent.com/1885293/225863169-d555ed82-78d4-487f-b0a1-c8d96a4be1fb.png)
![Screenshot 2023-03-17 124617](https://user-images.githubusercontent.com/1885293/225863211-99280f6e-b1f5-4ff3-baa3-899487eb97c1.png)## Refrences
Math.NET Numerics for curve-fitting: https://numerics.mathdotnet.com/OxyPlot for graph-plotting: https://oxyplot.github.io/