Tosh5457
- 130
- 28
Edit: I have to think more about this, I'll post later.
Last edited:
Tosh5457 said:Edit: I have to think more about this, I'll post later.
mathman said:Assuming all the X's are independent, it would be better to use the characteristic function (Fourier transform of distribution). Then the characteristic function for Y is the Nth power of the char. function for X. To get the distribution function for Y, take the inverse transform.
Tosh5457 said:Isn't that only for continuous random variables (and not discrete)?
Anyway, shouldn't it be easy by convolution? I think that I'm only missing something very basic...
You can do it for discrete random variables. The density function is a linear combination of Dirac delta functions, so the characteristic function is a linear combination of exponential functions.Tosh5457 said:Isn't that only for continuous random variables (and not discrete)?
Anyway, shouldn't it be easy by convolution? I think that I'm only missing something very basic...
You can do it for discrete random variables. The density function is a linear combination of Dirac delta functions, so the characteristic function is a linear combination of exponential functions.
Tosh5457 said:I'm not comfortable with that, I never even studied dirac delta function.
About the convolution, I still don't understand some things...
1st problem:
Definition of convolution for discrete r.v:
f_{Z}(z)=\sum_{x=-\inf}^{x=+inf}f_{Y}(z-x)f_{X}(x)
where x is an integer.
The problem here is that f_{X}(x) may be always 0 in my example (except for x = -1), since there may be no integer prizes... And if I defined the r.v. X slightly differently (not assigning that -1 value) that function would always be 0 and there would be no probablity mass function for Z? Something's not right here...
Tosh5457 said:Ok I'll write everything again with the pmf included, so everything will be on the same post.
Definition of convolution of pmf's for discrete random variables X and Y:
f_{Z}(z)=\sum_{x=-inf}^{x=+inf}f_{Y}(z-x)f_{X}(x)
where x is an integer.
PMF of X and Y (they have the same distribution):
f(X=x)=\left\{\begin{matrix}a_{1}, x=-1<br /> \\ a_{2}, x=w_{1}<br /> \\ a_{3}, x=w_{2}<br /> \\ ...<br /> \\ a_{n}, x=w_{n-1}<br /> <br /> \end{matrix}\right.
where w1, w2, ..., wn-1 are real constants.
Problem:
In the series, f_{X}(x) may be always 0 except for -1, since w1, w2, ..., wn-1 in general won't be integers.
chiro said:you're dealing with defining the probabilities for Z and if X and Y have the same values that correspond to some probability (remember you said that X and Y have the same distribution which implies the same a(1),w1,w2 etc, then you will find the probability distribution using the probabilities and then create the mapping to values afterwards.
Are you wondering about the mapping procedure if your values that are mapped to probabilities are not integers?
Tosh5457 said:Consider the random variable Y, which is the sum of N random variables X:
Y=X+X+...+X=NX
Y(y)=X(x)+X(x)+...+X(x)=NX(x)
But I don't know how to define y... This is why I can't use the convolution theorem, because I didn't really understand this part.
Tosh5457 said:Yes, that's my problem.
The variable y represents a particular value of the random variable Y. It just like saying "Let W be the random variable that represents the value of the face on a roll of a fair die". W(w) would be the particular event that the face value was w. (e.g. W(2) says the face that came up was 2.
To find the probability of particular value of Y, such as y = $40, you must sum the probabilities of all combinations of values xi for the Xi which add up $40. So you consider all possible values of the xi that meet that requirement. That is essentially what "convolving" random variables means.
Tosh5457 said:Thanks for the replies
Sum the probabilities? Don't you mean multiply? If I sum the probabilities, and if I understood right, I'll get probabilities higher than 1 in some cases.
For example, Y = w1 + w1 + w1 + ... + w1 = N*w1 is a possibility for Y. If I sum the probabilities of X=w1 N times I can easily get a number higher than 1.