Function xWhitakerSmoother
- xWhitakerSmoother(
yData: NumberArray,
options?: XWhitakerSmootherOptions,
):
| number[]
| Float64Array<ArrayBuffer>
| Int8Array<ArrayBuffer>
| Uint8Array<ArrayBuffer>
| Uint8ClampedArray<ArrayBuffer>
| Int16Array<ArrayBuffer>
| Uint16Array<ArrayBuffer>
| Int32Array<ArrayBuffer>
| Uint32Array<ArrayBuffer>
| Float32Array<ArrayBuffer> Parameters
- yData: NumberArray
- options: XWhitakerSmootherOptions = {}
Returns
| number[]
| Float64Array<ArrayBuffer>
| Int8Array<ArrayBuffer>
| Uint8Array<ArrayBuffer>
| Uint8ClampedArray<ArrayBuffer>
| Int16Array<ArrayBuffer>
| Uint16Array<ArrayBuffer>
| Int32Array<ArrayBuffer>
| Uint32Array<ArrayBuffer>
| Float32Array<ArrayBuffer>
- The computed baseline points.
Computes the baseline points for the given data using an iterative smoothing algorithm.