Exponential Distribution has a memoryless property. Intuitively, it means that the probability of customer service answering you call (assuming waiting time is exponential) in the next 10 mins is the same, no matter if you have waited an hour on the line or just picked up the phone. Formally, if X ∼ exponential(λ), f(x) = λ exp(-λx), and t and s are two positive numbers, use the definition of conditional probability to show that P(X > t + s | X > t) = P(X > s). Hint: Find the cdf of X first, and note that P(X > t + s Ç X > t) = P(X > t + s
Continuous Probability Distributions
Probability distributions are of two types, which are continuous probability distributions and discrete probability distributions. A continuous probability distribution contains an infinite number of values. For example, if time is infinite: you could count from 0 to a trillion seconds, billion seconds, so on indefinitely. A discrete probability distribution consists of only a countable set of possible values.
Normal Distribution
Suppose we had to design a bathroom weighing scale, how would we decide what should be the range of the weighing machine? Would we take the highest recorded human weight in history and use that as the upper limit for our weighing scale? This may not be a great idea as the sensitivity of the scale would get reduced if the range is too large. At the same time, if we keep the upper limit too low, it may not be usable for a large percentage of the population!
Exponential Distribution has a memoryless property. Intuitively, it means that the probability of customer service answering you call (assuming waiting time is exponential) in the next 10 mins is the same, no matter if you have waited an hour on the line or just picked up the phone. Formally, if X ∼ exponential(λ), f(x) = λ exp(-λx), and t and s are two positive numbers, use the definition of conditional probability to show that P(X > t + s | X > t) = P(X > s).
Hint: Find the cdf of X first, and note that P(X > t + s Ç X > t) = P(X > t + s)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps