Click or drag to resize

LogisticRegressionParameterCalc Properties

The LogisticRegressionParameterCalc type exposes the following members.

Properties
 NameDescription
Public propertyColumnResizeIncrement Gets and sets the amount by which the regression matrix is resized if columns are added.
(Inherited from RegressionBase)
Public propertyHasInterceptParameter Returns true if the model has an intercept parameter; otherwise, false.
(Inherited from RegressionBase)
Public propertyIntercept Gets the intercept.
(Inherited from RegressionBase)
Public propertyIsGood Returns true if the model parameters were successfuly computed; otherwise, false.
(Inherited from RegressionBase)
Public propertyNumberOfObservations Gets the number of observations.
(Inherited from RegressionBase)
Public propertyNumberOfParameters Gets the number of parameters in the model.
(Inherited from RegressionBase)
Public propertyNumberOfPredictors Gets the number of predictors.
(Inherited from RegressionBase)
Public propertyObservations Gets the vector of observations.
(Inherited from RegressionBase)
Public propertyParameterCalculationErrorMessage Gets the error message associated with a failed parameter calculation.
(Inherited from RegressionBase)
Public propertyParameterCalculator Gets the parameter calculation object.
Public propertyParameterCovarianceMatrix Gets the covariance matrix for the parameters. The entry at column i, row j is the covariance between the ith and jth parameters.
Public propertyParameterEstimates Gets the array of parameter estimate objects.
Public propertyParameters Gets the computed model parameters.
(Inherited from RegressionBase)
Public propertyPredictorMatrix Gets the predictor matrix.
(Inherited from RegressionBase)
Public propertyRegressionMatrix Gets the regression matrix.
(Inherited from RegressionBase)
Public propertyRowResizeIncrement Gets and sets the amount by which the regression matrix is resized if rows are added.
(Inherited from RegressionBase)
Top
See Also