| Class | Description |
|---|---|
| DampedSinusoidFit |
DampedSinusoid provides an exact closed form solution for fitting a waveform to a damped sinusoid of the form
q = Aeγtsin(μt + φ) + C which is adapted for efficient fitting in the presence of noise. |
| LinearFit |
Fit a set of x,y data pairs to a line where
y = slope * x + intercept. |
| LinearInterpolator |
LinearInterpolator calculates the linear interpolated value at at any point
within the bounds of an array of values.
|
| PolyLeastsquares |
| Exception | Description |
|---|---|
| PolyLeastsquaresException |