Skip to content

A WPF application, which allows you to load data files that contain pairs of x and y values and display them on a graph.

License

Notifications You must be signed in to change notification settings

Mahdi7s/WPF-Oxyplot-ReactiveUI

Repository files navigation

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 Screenshot 2023-03-17 124617

Refrences

Math.NET Numerics for curve-fitting: https://numerics.mathdotnet.com/

OxyPlot for graph-plotting: https://oxyplot.github.io/

About

A WPF application, which allows you to load data files that contain pairs of x and y values and display them on a graph.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages