Click or drag to resize

MultinomialRegression Methods

The MultinomialRegression type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEstimate(Matrix, Matrix)
Computes predicted probabilities for the multinomial logistic regression model with predictors X.
Public methodEstimate(Vector, Vector)
Computes predicted probabilities for the multinomial logistic regression model with predictor X.
Public methodEstimateResidual
Computes deviance residuals.
Public methodEstimateResiduals
Computes deviance residuals.
Public methodGetFittedIntercepts
(K-1) vector of intercepts estimate. Each value corresponds to the estimated intercept term.
Public methodGetFittedParameters
The result B is a (P+1)-by-(K-1) matrix of estimate. Each column corresponds to the estimated intercept term and predictor coefficients, one for each of the first K-1 multinomial categories. The estimates for the K-th category are taken to be zero.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also