was hoping to get some advice on this one. It is a two part question.
The number of days(D) in any given month has a Poisson Distrubtion with $\lambda$ =10 days that rain per month. Let $X_1,X_2$... be independent amounts of rain(mm) that are independent of D and have a Pareto distribution with parameters $\alpha = 5$ $\delta = 30$. Also, let Z= $\sum_{i=1}^D$ $X_i$ be the total rainfall for any given month.
a, Calculate the mean and standard deviation of Z.
b, Find the probability that at least one day in a month has 80mm or more rain. (Question suggests looking at Poisson Thinning)
To calculate the mean of Z, I multiplied the mean of the Poisson $\lambda$=10 by the mean of the Pareto, $\delta / \alpha - 1$ = 7.5, to give 16*7.5=120.
For the variance, the same applies, Var Poisson = 10 & Var Pareto = $\frac {\alpha \delta^2}{(\alpha-1)^2(\alpha-2)}$ = 93.75, Var Z= 937.5 and $\sigma$= $\sqrt{937.5}$ =30.6186
My question is with part b. To find the probability that any given day has 80mm or more rain, would I use the cdf of the Pareto? My thinking is that P(X$\gt$80mm) = 1- P(X$\lt$80mm) using this I got the answer, P(X$\gt$80)= 1-(1-($\frac {\delta}{\delta+y})^\alpha$ = 0.0015(seems too low but i'm not sure) Regardless of whether or not this is the answer to the probability, i'm sure there is a step I am yet to complete. This probability is calculated given that it's a rainy day, whereas the question asks, what is the probability that at least one day will have that much rain. Any advice would be greatly appreciated.
For the Poisson thinning, I would take the probability calculated from the cdf of the Pareto, and multiply that by the original $\lambda$. Using that new modified $\lambda$ I would then use the pmf of the Poisson, to calculate P(X=0) and take the complementary probability to find the probability of at least one day having that much rain.
– csa61302 Jul 26 '19 at 10:25