Regression Analysis in Visual Basic
Generalized Linear Models
Illustrates how to use the GeneralizedLinearModel class to compute probit, Poisson and similar regression models.
Logistic Regression
Illustrates how to use the LogisticRegressionModel class to create logistic regression models.
Multiple Linear Regression
Illustrates how to use the LinearRegressionModel class to perform a multiple linear regression.
Polynomial Regression
Illustrates how to fit data to polynomials using the PolynomialRegressionModel class.
Simple Regression
Illustrates how to perform a simple linear regression using the SimpleRegressionModel class.