Regression Error
# regressionError function
packages/forge/src/regression/regressionError.ts:11regressionError(errorResult: RegressionError | MultiRegressionError): FactResultErrorTranslates a technical failure from
@statili/stats into an end-user facing
explanation with a concrete next step.A failed analysis is not a fact — nothing was measured — so it stays on the
ok: false branch rather than becoming a no-finding.Parameters
| Name | Type | Description |
|---|---|---|
| errorResult | RegressionError | MultiRegressionError | — |
Returns
FactResultError