README.md
December 4, 2022 ยท View on GitHub
Description
This class impelements several different types of curve fitting. Polynomial curve fitting to any degree within the memory and speed limitations of your computer, and Least Squares curve fits to several different forms:
y = Ax + B,
y = A/x + B,
y = A/[x + B],
y = 1/[Ax + B],
y = x/[A + Bx],
y = A ln(x) + B,
y = A*exp(Bx),
y = A*x^B,
y = [Ax + B]^(-2)
More Info
| Submitted On | 2002-07-30 17:16:10 |
| By | Tim Arheit |
| Level | Intermediate |
| User Rating | 4.7 (14 globes from 3 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Math/ Dates |
| World | Visual Basic |
| Archive File | Curve_Fitt1126307302002.zip |