Does VB have a build algorithm like Linear Least Squares?
I have a few hundred of equations in form:
a1 * x1 + a2 * x2 + a3 * x3 = result
a1, a2, a3, results are constants
while x1, x2, x3, are variables.
Does vb contain a function that chooses x1, x2, x3 to minimize total squared error of those equations?
Are there any other mathematical algorithm available in vb?
Start Free Trial