Click or drag to resize
LinearRegression Methods

The LinearRegression type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCaseStatistics(Double, Double)
Returns the case statistics for an observation.
Public methodGetCaseStatistics(Double, Double, Double)
Returns the case statistics for an observation and a weight.
Public methodGetCaseStatistics(Double, Double, Int32)
Returns the case statistics for an observation and future response count for the desired prediction interval.
Public methodGetCaseStatistics(Double, Double, Double, Int32)
Returns the case statistics for an observation, weight, and future response count for the desired prediction interval.
Public methodGetCoefficients
Returns the regression coefficients.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetR
Returns a copy of the R matrix.
Public methodGetRank
Returns the rank of the matrix.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(Double, Double)
Updates the regression object with a new set of observations.
Public methodUpdate(Double, Double)
Updates the regression object with a new observation.
Public methodUpdate(Double, Double, Double)
Updates the regression object with a new set of observations and weights.
Public methodUpdate(Double, Double, Double)
Updates the regression object with a new observation and weight.
Top
See Also