Skip to content

Interface: RegressionHandle

Defined in: stats/charts.ts:38

Properties

band?

ts
optional band?: AreaLayer;

Defined in: stats/charts.ts:40


fit

ts
fit: LinearFit | null;

Defined in: stats/charts.ts:42

The OLS fit (slope/intercept/r²), or null for LOESS.


line

ts
line: LineLayer;

Defined in: stats/charts.ts:39

MIT licensed. WebGL2 required.