I have difficulties to understand Poisson distribution and exponential distribution, mostly finding the λ parameter, and unit of X for each.
Here is an example: by average, a taxi passes every 5 min. Graph and find parameter for both pois(λ) , and exp(λ). Also find probability of getting a taxi within 30 min.
So can we say, if it's one taxi per 5-min, so it's 12 per 1-hour? Or it's wrong?
So parameter for pois(λ) is λ=12 ? and for exp(λ) is λ=1/12? And unit for X is hour?
And about "find probability of getting a taxi within 30 min."
Is it (exponential) P(X >= 30)≈0.91 or P(X >= 0.5)≈0.04 (4%! make sense?!) ? I mean if it's ? per hour, so the X must be in hour too ig?
How do I find λ, and unit of X to calculate cdf? Thanks.