LinearRegression Constructor | Constructs a new linear regression object. |
ANOVA | Returns an analysis of variance table and related statistics. |
CoefficientTTests | Returns statistics relating to the regression coefficients. |
HasIntercept | A bool which indicates whether or not an intercept is in this regression model. |
Rank | Returns the rank of the matrix. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetCaseStatistics | Overloaded. Returns the case statistics for an observation, weight, and future response count for the desired prediction interval. |
GetCoefficients | Returns the regression coefficients. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetR | Returns a copy of the R matrix. |
GetRank | Returns the rank of the matrix. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Update | Overloaded. Updates the regression object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
LinearRegression Class | Imsl.Stat Namespace | Example1 | Example2