API Reference
fastlowess-wasm / LowessResult
Class: LowessResult
Section titled “Class: LowessResult”Defined in: fastlowess_wasm.d.ts:122
Properties
Section titled “Properties”confidence_lower
Section titled “confidence_lower”
readonlyconfidence_lower:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:126
confidence_upper
Section titled “confidence_upper”
readonlyconfidence_upper:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:127
cv_scores
Section titled “cv_scores”
readonlycv_scores:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:128
diagnostics
Section titled “diagnostics”
readonlydiagnostics:Diagnostics|undefined
Defined in: fastlowess_wasm.d.ts:129
fraction_used
Section titled “fraction_used”
readonlyfraction_used:number
Defined in: fastlowess_wasm.d.ts:130
iterations_used
Section titled “iterations_used”
readonlyiterations_used:number|undefined
Defined in: fastlowess_wasm.d.ts:131
prediction_lower
Section titled “prediction_lower”
readonlyprediction_lower:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:132
prediction_upper
Section titled “prediction_upper”
readonlyprediction_upper:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:133
residuals
Section titled “residuals”
readonlyresiduals:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:134
robustness_weights
Section titled “robustness_weights”
readonlyrobustness_weights:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:135
standard_errors
Section titled “standard_errors”
readonlystandard_errors:Float64Array|undefined
Defined in: fastlowess_wasm.d.ts:136
readonlyx:Float64Array
Defined in: fastlowess_wasm.d.ts:137
readonlyy:Float64Array
Defined in: fastlowess_wasm.d.ts:138
Methods
Section titled “Methods”free()
Section titled “free()”free():
void
Defined in: fastlowess_wasm.d.ts:124
Returns
Section titled “Returns”void