Hello,
I'm need to fit a graph the best way possible, and to use the least square method. UNfortunately, this method seems to not exist anymore in Measurement Studio for VB.Net, as it proposes me only polynomial, linear and exponential fittings. I search the equivalent of GenLSFit in VB6; in the help, I've found the "LeastSquaresFit Theory" but without any link to any function nor method eastSquaresFit.
In Polynomial Fitting theory, I quote: "PolynomialFit is a special case of the GeneralLeastSquaresFit method" but where is this method?? It can't be found by the research help, nor by hand...
Is it still possible to use such tool of General Least Squares Fit ?
In this area of calculations, I need the matrix of covariance too. Where can it be find, if the GeneralLeastSquaresFit doesn't exist anymore?
Thanks a lot for your help!