Skip to main content

Module fit

Module fit 

Source
Expand description

Least-squares cost-model fit for the startup probe.

Structsยง

DataPoint ๐Ÿ”’
One measured data point from the probe sweep.

Functionsยง

fit_cost_model ๐Ÿ”’
Fits peak = a * (batch * seq) + b * (batch * seq^2) via ordinary least squares (no intercept โ€” workspace at batch=0 is 0 by definition).