VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Curve Fitting

by Tim Arheit (4 Submissions)
Category: Math/Dates
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Download Curve Fitting

Download Curve Fitting (3 KB)

Curve Fitting Comments

No comments have been posted about Curve Fitting. Why not be the first to post a comment about Curve Fitting.

Post your comment

Subject:
Message:
0/1000 characters