FitSin Command
- FitSin( <List of Points> )
-
Calculates the regression curve in the form a + b sin (c x + d).
FitSin({(1, 1), (2, 2), (3, 1), (4, 0), (5, 1), (6, 2)})
yields f(x) = 1 + 1 sin (1.57 x - 1.57).
|
Calculates the regression curve in the form a + b sin (c x + d).
FitSin({(1, 1), (2, 2), (3, 1), (4, 0), (5, 1), (6, 2)})
yields f(x) = 1 + 1 sin (1.57 x - 1.57).
|