Name | Description |
---|---|
CurveFit | Linear regression algorithm. |
Euclidean | Contains an implementation of greatest common denominator and least common multiple using the Euclidean algorithm. |
GaussianDistribution | Implements a BoxMuller method for generating statistically normal random numbers. |
SineWave | Represents a sine wave of the form y=A*sin(ω*t+Φ)+δ . |
WaveFit | Linear regression algorithm for sine waves. |