API Reference
fastlowess-wasm / Lowess
Class: Lowess
Section titled “Class: Lowess”Defined in: fastlowess_wasm.d.ts:69
Batch LOWESS smoother.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Lowess(
options?):Lowess
Defined in: fastlowess_wasm.d.ts:71
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”Lowess
Methods
Section titled “Methods”fit(
x,y,customWeights?):LowessResult
Defined in: fastlowess_wasm.d.ts:73
Fit the model to data and return smoothed values.
Parameters
Section titled “Parameters”Float64Array
Float64Array
customWeights?
Section titled “customWeights?”Float64Array
Returns
Section titled “Returns”free()
Section titled “free()”free():
void
Defined in: fastlowess_wasm.d.ts:70
Returns
Section titled “Returns”void