Model Parameters
Quick Reference
Logit: ∂P/∂xj = bj · P · (1 − P)
Probit: ∂P/∂xj = bj · φ(z)
Results
S-Curve: Predicted Probability vs X1
Probability curve over X1 range with b0, b1, b2, and X2 held constant. Dashed lines mark the evaluation point.
Model Assumptions
| 1 | Binary dependent variable — y takes values 0 or 1 only |
| 2 | Independent observations — observations are independently sampled |
| 3 | No perfect multicollinearity — regressors are not perfectly correlated |
| 4 | Correct functional form — the linear index z = b0 + b1X1 + b2X2 is correctly specified |
| 5 | Error distribution — Logit assumes standard logistic errors; Probit assumes standard normal errors |
| 6 | Exogeneity — regressors should not be correlated with unobserved determinants of the outcome for causal interpretation |
| 7 | Non-constant marginal effects — partial effects depend on the evaluation point (they are not constant like OLS) |
For educational purposes. Not financial advice. Market conventions simplified.
Understanding Logit & Probit Models
What Are Logit and Probit Models?
Logit and probit models are regression methods for binary outcomes (y = 0 or 1). Unlike the linear probability model (LPM), which can produce predicted probabilities outside the [0, 1] range, logit and probit use nonlinear link functions that guarantee predictions between 0 and 1.
The logit model uses the logistic CDF: P(y=1|x) = Λ(z) = exp(z)/(1+exp(z)), while the probit model uses the standard normal CDF: P(y=1|x) = Φ(z). Here z = b0 + b1X1 + b2X2 is the linear index.
Logit vs. Probit: When to Use Which
In practice, logit and probit produce very similar predicted probabilities. The choice between them is often driven by convention:
- Logit is preferred when odds ratios are important for interpretation (e.g., in epidemiology and finance)
- Probit is preferred in certain fields (e.g., labor economics) and when using the model as part of a larger framework (e.g., bivariate probit)
- Coefficient magnitudes are not directly comparable between the two models because they assume different latent-error scales. Roughly, logit coefficients ≈ 1.6 × probit coefficients
Understanding Marginal Effects
Unlike OLS, the coefficients in logit/probit do not directly tell you the effect on probability. Instead, you must compute marginal effects, which depend on the evaluation point. The S-curve is steepest near P = 0.5 (where marginal effects are largest) and flattens in the tails (where marginal effects approach zero).
For continuous regressors, the marginal effect is the derivative ∂P/∂xj. For binary or dummy regressors, compute the discrete change in probability instead.
Key Assumptions
- Binary dependent variable (y = 0 or 1)
- Independent, randomly sampled observations
- No perfect multicollinearity among regressors
- Correct specification of the linear index
- Logit: logistic error distribution; Probit: normal error distribution
- Exogeneity of regressors for causal interpretation
Frequently Asked Questions
Disclaimer
This calculator is for educational purposes only. It computes predicted probabilities and marginal effects from user-provided coefficients. It does not estimate coefficients from raw data. Actual model estimation requires maximum likelihood methods and appropriate statistical software. This tool should not be used as a substitute for professional econometric analysis.