This page announced updates in Stata 10. See a complete overview of all of Stata's data management features. |
| Order |
| binomial(n, k, p) | lower tail of the binomial distribution |
|---|---|
| ibetatail(a, b, x) | reverse (upper tail) of the cumulative beta distribution |
| gammaptail(a, x) | reverse (upper tail) of the cumulative gamma distribution |
| invgammaptail(am p) | inverse reverse of the cumulative gamma distribution |
| invibetatail(a, b, p) | inverse reverse of the cumulative beta distribution |
| invbinomialtail(n, k, p) | inverse of right cumulative binomial |
See Probability distributions and density functions in [D] functions.