Fit Quick Start
This quick start walks through one complete Fit cycle in about 10 minutes.
Goal
Build a simple model, run fitting, and verify diagnostics.
Steps
- Open Fit module.
- Enter expression, for example
a * x + b. - Configure coefficients
a,bwith initial values and bounds. - Bind variable
xto a valid variable entity. - Fill variable and actual-value columns in the data table.
- Click Fit.
- Review diagnostics and predicted-value preview.
Success Criteria
- Expression validation passes.
- Fit status shows converged or acceptable residual.
- Coefficients are updated and within expected range.
Next Step
Continue with Fit Result Validation before using results in production settings.