
| Description | Command | Formula |
| Median-median fit | Med-Med | y = a x + b |
| Linear regression | LinReg(ax+b) | y = a x + b |
| Quadratic regression | QuadReg | y = a x2 + b x + c |
| Cubic regression | CubicReg | y = a x3 + b x2 + c x + d |
| Quartic regression | QuartReg | y = a x4 + b x3 + c x2 + d x + e |
| Linear regression | LinReg(a+bx) | y = a + b x |
| Logarithmic regression | LnReg | y = a + b ln(x) |
| Exponential regression | ExpReg | y = a bx |
| Power regression | PwrReg | y = a xb |
| a | 3 | 4 | 5 | 6 |
| S | 105 | 117 | 141 | 152 |
| Year (since 1990) | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
| Sales ($ million) | 144.5 | 229.9 | 210.7 | 258.4 | 350.2 | 354.0 | 452.9 |
Last modified: Tue Sep 11 2001