Interface: Trend
Defined in: stats/regression.ts:63
A smoothed curve sampled on a grid, optionally with a band around it.
Properties
lower?
ts
optional lower?: Float64Array<ArrayBufferLike>;Defined in: stats/regression.ts:67
Lower/upper band, when the caller asked for one.
upper?
ts
optional upper?: Float64Array<ArrayBufferLike>;Defined in: stats/regression.ts:68
x
ts
x: Float64Array;Defined in: stats/regression.ts:64
y
ts
y: Float64Array;Defined in: stats/regression.ts:65