Click or drag to resize

LogisticRegressionParameterCalc Fields

The LogisticRegressionParameterCalc type exposes the following members.

Fields
 NameDescription
Protected fieldcolResizeIncrement_ Number of columns to add when adding variables (if needed).
(Inherited from RegressionBase)
Protected fielderrorMessage_ Explains errors, if any.
(Inherited from RegressionBase)
Protected fieldhasIntercept_ Does the model have an intercept parameter?
(Inherited from RegressionBase)
Protected fieldisGood_ Is the regression good?
(Inherited from RegressionBase)
Protected fieldobservationData_ Full set of observations.
(Inherited from RegressionBase)
Protected fieldobservations_ Subvector of the observation data used in the current regression model. observations_ = observationData_[regMatRowSlice_].
(Inherited from RegressionBase)
Protected fieldparameters_ Model parameters.
(Inherited from RegressionBase)
Protected fieldregMatColSlice_ regressionMatrx_ = regressionData_[regMatRowSlice_, regMatColSlice_]
(Inherited from RegressionBase)
Protected fieldregMatRowSlice_ regressionMatrx_ = regressionData_[regMatRowSlice_, regMatColSlice_]
(Inherited from RegressionBase)
Protected fieldregressionData_ The full set of regression data.
(Inherited from RegressionBase)
Protected fieldregressionMatrix_ A submatrix of the regression used in this regression model. regressionMatrx_ = regressionData_[regMatRowSlice_, regMatColSlice_]
(Inherited from RegressionBase)
Protected fieldrowResizeIncrement_ Number of rows to add when adding observations (if needed).
(Inherited from RegressionBase)
Top
See Also