Click or drag to resize
LinearRegression Methods

The LinearRegression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMainTest
Demo test the LinearRegression data type.
Public methodPredict
Returns the expected response y given the value of the predictor variable x.
Public methodToString
Returns a string representation of the simple linear regression model.
(Overrides ObjectToString.)
Top
See Also