Binary choice Probit model
| Parameters: | endog : array-like
exog : array-like
|
|---|
Attributes
| endog | array | A reference to the endogenous response variable |
| exog | array | A reference to the exogenous design. |
Methods
| cdf(X) | Probit (Normal) cumulative distribution function |
| fit([start_params, method, maxiter, ...]) | Fit the model using maximum likelihood. |
| hessian(params) | Probit model Hessian matrix of the log-likelihood |
| information(params) | Fisher information matrix of model |
| initialize() | Initialize is called by statsmodels.model.LikelihoodModel.__init__ and should contain any preprocessing that needs to be done for a model. |
| jac(params) | Probit model Jacobian for each observation |
| loglike(params) | Log-likelihood of probit model (i.e., the normal distribution). |
| loglikeobs(params) | Log-likelihood of probit model for each observation |
| pdf(X) | Probit (Normal) probability density function |
| predict(params[, exog, linear]) | Predict response variable of a model given exogenous variables. |
| score(params) | Probit model score (gradient) vector |
Attributes
| endog_names | |
| exog_names |