int nu | degrees of freedom. Must be >1 |
real p | probability. 0 < p < 1 |
int df1 | Degrees of freedom of the first variable. Must be >= 1 |
int df2 | Degrees of freedom of the second variable. Must be >= 1 |
real x | Must be >= 0 |
real v | degrees of freedom. Must be positive. |
real x | the χ2 variable. Must be positive. |
real p | Cumulative probability. 0<= p <=1. |
real v | Degrees of freedom. Must be positive. |
geometricDistribution(k, p) = negativeBinomialDistribution(k, 1, p);