LinearRegression Methods |
The LinearRegression type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCaseStatistics(Double, Double) |
Returns the case statistics for an observation.
| |
GetCaseStatistics(Double, Double, Double) |
Returns the case statistics for an observation and a weight.
| |
GetCaseStatistics(Double, Double, Int32) |
Returns the case statistics for an observation and future response
count for the desired prediction interval.
| |
GetCaseStatistics(Double, Double, Double, Int32) |
Returns the case statistics for an observation, weight, and future
response count for the desired prediction interval.
| |
GetCoefficients |
Returns the regression coefficients.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetR |
Returns a copy of the R matrix.
| |
GetRank |
Returns the rank of the matrix.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update(Double, Double) |
Updates the regression object with a new set of observations.
| |
Update(Double, Double) |
Updates the regression object with a new observation.
| |
Update(Double, Double, Double) |
Updates the regression object with a new set of observations and
weights.
| |
Update(Double, Double, Double) |
Updates the regression object with a new observation and weight.
|