VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Curve Fitting

Tim Arheit  (4 Submissions)   Math/Dates   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

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)

Rate Curve Fitting (4(4 Vote))

Download Curve Fitting

Curve Fitting Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters