GeometricDistribution• GeometricDistribution[n, p] gives the geometric distribution for the number of trials before the first sucess, where the probability of success in each trial is p. • This is a discrete distribution. • See also: Mean, StandardDeviation, Variance, CDF, PDF.
Examples Using InstantCalculatorsHere are the InstantCalculators for the GeometricDistribution function. Enter the parameters for your calculation and click Calculate to see the result. This generates a set of random numbers that follow the geometric distribution.
Out[1]= |  |
This gives the probability density function for the geometric distribution.
Out[2]:= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the GeometricDistribution Function Controller. This generates a set of random numbers that follow the geometric distribution.
Out[3]:= |  |
This gives the probability density function for the geometric distribution.
Out[4]:= |  |
|