WaveFitSineFit Method
Uses least squares linear regression to calculate the best fit sine wave for the given data.
Namespace: Gemstone.Numeric.AnalysisAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.170 -- Release Build+bbba6fd4a26a340bfc358a3686e9fa5973d54075
Gemstone.Numeric.Analysis.WaveFit.SineFit = function(yValues, tValues, frequency);
- yValues Double
- The y values of the data points.
- tValues Double
- The time values of the data points, in seconds.
- frequency Double
- The frequency of the sine wave, in Hz.
SineWaveA
SineWave approximated from the given data points.