Skip to content

API Reference

fastlowess-wasm


fastlowess-wasm / Lowess

Defined in: fastlowess_wasm.d.ts:69

Batch LOWESS smoother.

new Lowess(options?): Lowess

Defined in: fastlowess_wasm.d.ts:71

SmoothOptions

Lowess

fit(x, y, customWeights?): LowessResult

Defined in: fastlowess_wasm.d.ts:73

Fit the model to data and return smoothed values.

Float64Array

Float64Array

Float64Array

LowessResult


free(): void

Defined in: fastlowess_wasm.d.ts:70

void