Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

For a Bernoulli distribution with parameter p, the number of trials with a 50% probability of at least one success is about (1/p) * ln(2). But the expected value of the corresponding geometric distribution is 1/p. Intuitively I would expect them to be the same (1/p). What am I missing?

share|improve this question
3  
You are not missing anything; your intuition is leading your astray. The mean and the median are not necessarily the same for asymmetric distributions. See Problem 4.8 in Stirzaker's Elementary Probability which describes how the Royal Oak lottery of 18th century Britain exploited this fact. – Dilip Sarwate Mar 28 '12 at 2:22

1 Answer

The mean tends to exceed the median when the distribution is right-skewed.

Indeed, mean-median is (when normalized appropriately) a common measure of skewness.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.