![]() | Logistic |
The LogisticRegressionParameterCalc type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnResizeIncrement |
Gets and sets the amount by which the regression matrix is resized
if columns are added.
(Inherited from RegressionBase) |
![]() | 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) |
![]() | ParameterCalculator | Gets the parameter calculation object. |
![]() | ParameterCovarianceMatrix | Gets the covariance matrix for the parameters. The entry at column i, row j is the covariance between the ith and jth parameters. |
![]() | ParameterEstimates | Gets the array of parameter estimate objects. |
![]() | Parameters |
Gets the computed model parameters.
(Inherited from RegressionBase) |
![]() | PredictorMatrix |
Gets the predictor matrix.
(Inherited from RegressionBase) |
![]() | RegressionMatrix |
Gets the regression matrix.
(Inherited from RegressionBase) |
![]() | RowResizeIncrement |
Gets and sets the amount by which the regression matrix is resized
if rows are added.
(Inherited from RegressionBase) |