Package xal.extension.fit
package xal.extension.fit
-
ClassDescriptionDampedSinusoid 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.Fit a set of x,y data pairs to a line wherey = slope * x + intercept
.LinearInterpolator calculates the linear interpolated value at at any point within the bounds of an array of values.