| Statistics Toolbox | ![]() |
Geometric probability density function (pdf).
Syntax
Y = geopdf(X,P)
Description
geocdf(X,P)
computes the geometric pdf at each of the values in X using the corresponding probabilities in P. Vector or matrix inputs for X and P must be the same size. A scalar input is expanded to a constant matrix with the same dimensions as the other input. The parameters in P must lie on the interval [0 1].
Examples
Suppose you toss a fair coin repeatedly. If the coin lands face up (heads), that is a success. What is the probability of observing exactly three tails before getting a heads?
p = geopdf(3,0.5)
p =
0.0625
See Also
geocdf, geoinv, geornd, geostat, pdf
| geomean | geornd | ![]() |