3.2.1. statsmodels.discrete.discrete_margins¶
3.2.1.1. Functions¶
margeff () |
|
margeff_cov_params (model, params, exog, ...) |
Computes the variance-covariance of marginal effects by the delta method. |
margeff_cov_with_se (model, params, exog, ...) |
See margeff_cov_params. |
3.2.1.2. Classes¶
DiscreteMargins (results, args[, kwargs]) |
Get marginal effects of a Discrete Choice model. |
Margins (results, get_margeff, derivative[, ...]) |
Mostly a do nothing class. |
resettable_cache |
alias of ResettableCache |