To get the code, please go to the page dealing with:
Linear Regression
Fits to f(x)=a+b*x
Geometric Regression
Fits to f(x)=a*x^b
Exponential Regression
Fits to f(x)=a*e^(b*x)
Nth Order Regression
Fits to f(x)=c+a1*x+a2*x^2+...+aN*x^N
Regression of an Arbitrary Function in One Variable
Fits to a user supplied form.
Polynomial Regression in Two Variables
An Nth order regression for a function of two independent variables.
Multiple Linear Regression
A least squares linear regression for multiple independent variables.
|