|  | Linear | 
The LinearRegression type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CheckData | Gets and sets a boolean indicating whether or not to check input data for non-numeric values. If input data is large checking all values for NaN's and infinities can be a performance consideration. | 
|  | ColumnResizeIncrement | Gets and sets the amount by which the regression matrix is resized 
            if columns are added. (Inherited from RegressionBase) | 
|  | CovarianceMatrix | Gets the covariance matrix. | 
|  | HasInterceptParameter | Returns true if the model has an intercept parameter; otherwise,
            false. (Inherited from RegressionBase) | 
|  | Intercept | Gets the intercept. (Inherited from RegressionBase) | 
|  | IsGood | Returns true if the model parameters were successfuly computed;
            otherwise, false. (Inherited from RegressionBase) | 
|  | NumberOfObservations | Gets the number of observations. (Inherited from RegressionBase) | 
|  | NumberOfParameters | Gets the number of parameters in the model. (Inherited from RegressionBase) | 
|  | NumberOfPredictors | Gets the number of predictors. (Inherited from RegressionBase) | 
|  | Observations | Gets the vector of observations. (Inherited from RegressionBase) | 
|  | ParameterCalculationErrorMessage | Gets the error message associated with a failed parameter calculation. (Inherited from RegressionBase) | 
|  | ParameterEstimates | Gets an array of parameter objects which may be used to perform hypothesis tests on individual parameters in the model. | 
|  | Parameters | Gets the computed model parameters. (Inherited from RegressionBase) | 
|  | PredictorMatrix | Gets the predictor matrix. (Inherited from RegressionBase) | 
|  | RegressionCalculator | Gets and sets the regression calculation object used for computing the model parameters. | 
|  | RegressionMatrix | Gets the regression matrix. (Inherited from RegressionBase) | 
|  | Residuals | Get the vector of residuals. | 
|  | RowResizeIncrement | Gets and sets the amount by which the regression matrix is resized 
            if rows are added. (Inherited from RegressionBase) | 
|  | Variance | Gets an estimate of the variance. | 
 See Also
See Also