Skip to content

API Reference

fastlowess-wasm


fastlowess-wasm / OnlineLowess

Defined in: fastlowess_wasm.d.ts:87

Online LOWESS smoother for real-time data.

new OnlineLowess(options?, onlineOpts?): OnlineLowess

Defined in: fastlowess_wasm.d.ts:89

SmoothOptions

OnlineOptions

OnlineLowess

add_point(x, y): OnlineOutput | null

Defined in: fastlowess_wasm.d.ts:91

Add a single point and get the smoothed output (or null if not enough points yet).

number

number

OnlineOutput | null


free(): void

Defined in: fastlowess_wasm.d.ts:88

void