README.md

December 4, 2022 ยท View on GitHub

Curve Fitting

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 On2002-07-30 17:16:10
ByTim Arheit
LevelIntermediate
User Rating4.7 (14 globes from 3 users)
CompatibilityVB 5.0, VB 6.0
CategoryMath/ Dates
WorldVisual Basic
Archive FileCurve_Fitt1126307302002.zip