IMSL C# Numerical Library

LinearRegression Members

LinearRegression overview

Public Instance Constructors

LinearRegression Constructor Constructs a new linear regression object.

Public Instance Properties

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCaseStatisticsOverloaded. 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.
UpdateOverloaded. Updates the regression object.

Protected Instance Methods

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.

See Also

LinearRegression Class | Imsl.Stat Namespace | Example1 | Example2