Click or drag to resize

Regression Methods

The Regression type exposes the following members.

Methods
 NameDescription
Public methodEquals Returns true if obj is a Regression object with identical values for everything apart from the Tags (which are not considered in the equality test).
(Overrides ObjectEquals(Object))
Public methodGetCoolingDegreeDays Returns the non-null DegreeDaysRegressionComponent object representing the cooling-degree-days component (c*CDD) of this Regression, or throws an InvalidOperationException if no such component exists (check HasCoolingDegreeDays before calling this).
Public methodGetExtraComponent Returns the non-null ExtraRegressionComponent object with the specified extraPredictorKey, or throws an InvalidOperationException if no such component exists in this Regression (check HasExtraComponent(String) before calling this).
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodGetHeatingDegreeDays Returns the non-null DegreeDaysRegressionComponent object representing the heating-degree-days component (h*HDD) of this Regression, or throws an InvalidOperationException if no such component exists (check HasHeatingDegreeDays before calling this).
Public methodHasExtraComponent Returns true if this Regression has an extra-predictor component with the specified extraPredictorKey; false otherwise.
Public methodHasTag Returns true if this Regression contains the specified RegressionTag; false otherwise.
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
See Also