Curve fitting application written in Free Pascal with Lazarus.
This project is maintained by dvmorozov
Please consider making donation. Thank you!
The curve fitting application. It allows to model data by set of curves of selected type.
Fully automatical mode is available.
The application is written in Free Pascal with Lazarus (Delphi is not supported) and is working under Windows and Linux (potentially could be compiled for Mac, but this was not done yet).
To open and modify diagram files use my favourite UMLet.
There is no installer. The main executable is Fit.exe.
MathExpr.dll should be put in the same directory as Fit.exe.
The project should be built with “Windows specific” option.
The project should be built with “Portable” option.
/INFILE=file_name - opens data file on application start up
/WRITE_PARAMS_LOG - turns on logging of variable parameters
On Windows log file is located in the folder C:\Users\user_name\AppData\Roaming\Fit-x86_64-win64
To generate documentation PasDoc is used.