Geometric Distribution Help

Properties

What do these properties mean?

Example

When dealing with an experiment, if you see or hear the words "before" or "until" you are probably dealing with a either a geometric or a negative binomial experiment. If the experiment is continued until a single thing is achieved, then it is a geometric experiment. If the experiment is continued until an amount of things other than one are achieved, it is a negative binomial experiment.

For example, imagine you have a standard six-sided die and you are interested in how many times you have to roll it before it turns up a six. This would be a geometric distribution with p = 1/6 or about 0.1667 (because there are six sides on a die and only one is a success). The only thing left would be to determine how many times you would like to roll the die, and that would be x (because it is the number of trials you would like to conduct). Note that you will not always conduct exactly that number of trials - there is only some probability that you will.

Requirements

  • The number of trials must be a whole number greater than zero (x = 1, 2, 3 ...).
  • The probability of success must be greater than or equal to zero and also less than or equal to one (1 >= p >= 0).