Skip to main content
Version: Next

Fit Common Scenarios

This page provides repeatable playbooks for common Fit usage.

Scenario A: Linear Calibration

Model: a * x + b

  1. Prepare calibration samples.
  2. Fit a and b.
  3. Validate residual and prediction quality.
  4. Save accepted coefficients.

Scenario B: Invert One Variable From Target Output

Model: f(x)

  1. Fix coefficients.
  2. Fill target values in actual-value column.
  3. Run target inversion.
  4. Review solved x values and write back if needed.

Scenario C: Multi-Target Optimization

Use when multiple objectives must be balanced.

  1. Add target expressions.
  2. Set target values and positive weights.
  3. Validate all targets.
  4. Run multi-target optimization.
  5. Review diagnostics and write back solved variables.

Scenario D: Batch Recalculation

  1. Keep coefficients fixed.
  2. Update variable columns with new batch data.
  3. Run calculate.
  4. Export predicted values for comparison.
  1. Fit Quick Start
  2. Fit Basic Operations
  3. Fit Result Validation