WaveFit Class

Linear regression algorithm for sine waves.

Definition

Namespace: Gemstone.Numeric.Analysis
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.176 -- Release Build+ab97a97e2f54a2424097af25cbba282dd6a45f40
public static class WaveFit
Inheritance
Object    WaveFit

Methods

SineFit Uses least squares linear regression to calculate the best fit sine wave for the given data.

See Also