Skip to main content
Version: Next

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

  1. Open Fit module.
  2. Enter expression, for example a * x + b.
  3. Configure coefficients a, b with initial values and bounds.
  4. Bind variable x to a valid variable entity.
  5. Fill variable and actual-value columns in the data table.
  6. Click Fit.
  7. Review diagnostics and predicted-value preview.

Success Criteria

  1. Expression validation passes.
  2. Fit status shows converged or acceptable residual.
  3. Coefficients are updated and within expected range.

Next Step

Continue with Fit Result Validation before using results in production settings.