| LinearRegression Methods |
The LinearRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| MainTest |
Demo test the LinearRegression data type. | |
| Predict |
Returns the expected response y given the value of the predictor
variable x. | |
| ToString |
Returns a string representation of the simple linear regression model. (Overrides ObjectToString.) |