What happens when you substract a Normal distribution with a constant?

lee22042017

New member
Joined
Mar 26, 2022
Messages
6
Screenshot 2022-03-29 215019.png
My final goal is to find the variance and mean of S.

I have no idea at all, so I would like to find out what happens to the Normal distribution when it is substracted by a constant first.
 
View attachment 31871
My final goal is to find the variance and mean of S.

I have no idea at all, so I would like to find out what happens to the Normal distribution when it is substracted by a constant first.
What you posted doesn't make sense or incomplete
What is Yi?Y_i?
N is the index, how can it be independent?
You defined S=i=1NXiS=\sum_{i=1}^{N}X_i, where does YiY_i come into play?
Perhaps attach the original problem.

In general,
If XN(μ,σ2)X\sim N(\mu,\sigma^2) then,
(1) X+cN(μ+c,σ2)X+c\sim N(\mu+c,\sigma^2)
(2) cXN(cμ,c2σ2)cX\sim N(c\mu,c^2\sigma^2)
 
What you posted doesn't make sense or incomplete
What is Yi?Y_i?
N is the index, how can it be independent?
You defined S=i=1NXiS=\sum_{i=1}^{N}X_i, where does YiY_i come into play?
Perhaps attach the original problem.

In general,
If XN(μ,σ2)X\sim N(\mu,\sigma^2) then,
(1) X+cN(μ+c,σ2)X+c\sim N(\mu+c,\sigma^2)
(2) cXN(cμ,c2σ2)cX\sim N(c\mu,c^2\sigma^2)
Xi = Yi - 816 when y > 816. Thanks a lot
 

Attachments

  • Screenshot 2022-03-29 233028.png
    Screenshot 2022-03-29 233028.png
    77.3 KB · Views: 5
Xi = Yi - 816 when y > 816. Thanks a lot
1648568206694.png
Now I understand. That's a terrible notation for piecewise function, and I think there's a typo. There shouldn't be any Y. You're modelling claim payouts with a deductible of 816, meaning the insurer pays nothing if the claim is less than 816, and pay anything over 816.
Notice Claim Count, NPoisson(λ=8.8)N\sim Poisson(\lambda=8.8)
pk={0.17for k=0,1c(e8.88.8kk!)for k=2,3,p_k = \begin{cases} 0.17 &\text{for } k=0,1 \\ c(\frac{e^{-8.8}8.8^k}{k!}) &\text{for } k=2,3,\dots \end{cases}\\and the Claim Size,
Xi={0for xi816.0xi816.0for xi>816.0 X_i= \begin{cases} 0 &\text{for } x_i\le 816.0 \\ x_i-816.0 &\text{for } x_i>816.0 \end{cases}
 
Last edited:
Top