| Thread Closed |
stochastic processes |
Share Thread | Thread Tools |
| Sep13-08, 10:30 AM | #1 |
| Sep13-08, 11:03 AM | #2 |
|
Recognitions:
|
The expression
[tex] E(\mathbf{N}) = \sum_k \Pr(N=k) \cdot k [/tex] is the usual definition for the expectation of a discrete random variable. I'm not sure what alternative you refer to. You will see, in books on probability theory, this sum written in the form [tex] E(\mathbf{N}) = \int x \, dP(x) [/tex] Edit: I was unable to view your attachment. (a Riemann-Stieltjes integral), which reduces to the sum you (and I) have written. I doubt this is what you seek. |
| Sep14-08, 05:26 AM | #3 |
|
|
I'm getting seriously tired of getting approval for the attachements. I'll postphone the first exercise for now.
But can someone help me with the second exercise (X is a stochast that attains non-negative values): Proof the following: [tex] E(X) = \int_0^{\infty} \overline{F}(x) \mbox{d}x[/tex] [tex] \overline{F}(x) = 1- F(x) = 1-P(X \leq x) = P(X>x) [/tex] What I've got so far [tex] \int_{0}^{\infty} \overline{F}(x)\ \mbox{d}x = \int_0^{\infty} \int_x^{\infty} f(y)\ \mbox{d}y = \int_0^{\infty} \int_0^y f(x)\ \mbox{d}x = \int_0^{\infty} F(y)-F(0)\ \mbox{d}y = y \left( F(y) - F(0) \right)_{0}^{\infty} +E(y) [/tex] What's going wrong in my solution? |
| Sep14-08, 07:43 AM | #4 |
|
Recognitions:
|
stochastic processes
First, I've never seen the result you are trying to prove - but that doesn't prove it is written incorrectly. I know of the following result:
If the random positive random variable (so that [tex] F(0-) = 0 [/tex], then [tex] E(X) = \int_0^\infty \Pr(X > x) \, dx = \int_0^\infty \Pr(X \ge x) \, dx [/tex] although the integral may be infinite. Is this what you are discussing? Second, your integrals, as written, don't make any sense - you need to integrate with respect to two variables, not just one. To point: [tex] \int_0^\infty \, \int_x^\infty f(y) \, dy [/tex] is meaningless without a [tex] dx [/tex] as well. |
| Sep14-08, 11:22 AM | #5 |
|
|
[tex]\int_{0}^{\infty} \overline{F}(x)\ \mbox{d}x = \int_0^{\infty} \int_x^{\infty} f(y)\ \mbox{d}y\ \mbox{d}x = \int_0^{\infty} \int_0^y f(x)\ \mbox{d}x\ \mbox{d}y = \int_0^{\infty} F(y)-F(0)\ \mbox{d}y = y \left( F(y) - F(0) \right)_{0}^{\infty} +E(y) [/tex] Statdad, what am I doing wrong here? |
| Sep14-08, 12:53 PM | #6 |
|
Recognitions:
|
You are getting caught up in notation.
When you write (in the middle of your work) [tex] \int_0^\infty \, \int_x^\infty f(y) \, dy dx = \int_0^\infty \, \int_0^y f(x) \,dx dy [/tex] why do you change the integrand from [tex] f(y) [/tex] to [tex] f(x) [/tex]? You are correct in saying that the order of integration changes, so the inner integral is w.r.t. [tex] x [/tex], but do you really need to write [tex] f(x) [/tex]?
|
| Sep15-08, 02:55 AM | #7 |
|
|
What do you propose then?
|
| Sep15-08, 08:17 AM | #8 |
|
Recognitions:
|
To answer
Try going through the same steps without changing from [tex] f(y) [/tex] to [tex] f(x) [/tex] at the aforementioned point. (And remember that when you integrate from [tex] 0 [/tex] to [tex] y [/tex] w.r.t. [tex] x, f(y) [/tex] will act like a constant. |
| Sep15-08, 02:08 PM | #9 |
|
|
I want to proof that (note that my sum runs to a finite value n) [tex] E[N]= \sum_{k=1}^{n} P(N \geq k) = \sum k \cdot P(N=k)[/tex] So rewrite it to the usual definition. Here's what I got so far (note the interchanging sum): [tex] \sum_{k=1}^n P(N \geq k) = \sum_{k=1}^n \sum_{l=1}^n P(N=l) = \sum_{l=1}^n n \cdot P(N=l) [/tex] I'm stuck here! What going wrong here? |
| Sep15-08, 02:29 PM | #10 |
|
Recognitions:
|
When you write
[tex] \sum_{k=1}^n P(N \geq k) = \sum_{k=1}^n \sum_{l=1}^n P(N=l) = \sum_{l=1}^n n \cdot P(N=l) [/tex] you are essentially writing [tex] \Pr(N \ge k) = \sum_{l=1}^n \Pr(N=l) [/tex] This is not correct - the sum on the right here equals 1. In short, the expression for [tex] \Pr(N \ge k)[/tex] needs to be fixed. Once that is one, you will have a double sum: reversing the order of summation (watch the indices) will get you where you need to be. |
| Sep15-08, 02:32 PM | #11 |
|
|
[tex]\sum_{k=1}^n P(N \geq k) = \sum_{k=1}^n \sum_{l=k}^n P(N=l) = \sum_{l=k}^n n \cdot P(N=l) [/tex] Is this correct? |
| Sep15-08, 02:40 PM | #12 |
|
Recognitions:
|
This
[tex] \sum_{k=1}^n P(N \geq k) = \sum_{k=1}^n \sum_{l=1}^n P(N=l) [/tex] portion of your most recent post is still not correct (I haven't even included the final equality) When you write out the sum for [tex] \Pr(N \ge k) [/tex], where should the summation begin - at [tex] 1 [/tex] or some other value? |
| Sep15-08, 02:49 PM | #13 |
|
|
It should start at k but that's present in my post (#11) right?
|
| Sep15-08, 02:58 PM | #14 |
|
Recognitions:
|
I'm sorry, you are correct - I'm preparing for class and in my haste looked at the wrong post.
Yes, the first portion of your statement is correct. [tex] \sum_{k=1}^n P(N \geq k) = \sum_{k=1}^n \sum_{l=k}^n P(N=l) [/tex] Your error is in your next equality (which I did not include above) Chew on this: The final double sum above can be written as [tex] \sum_{\substack{k=1\dots,n\\l \ge k}} \Pr(N = l) [/tex] Similar to the other question dealing with double integration, think about how you can reverse the order of summation (inner sum over some values of [tex] k [/tex], outer sum of [tex] l [/tex] while maintaining the same inequality relationships between the two variables of summation. |
| Sep16-08, 11:23 AM | #15 |
|
|
Thanks statdad I got it! You'll eventually get a summation that runs to 1 to l giving the l*P(N=l). I appreciate your effort in helping me!
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: stochastic processes
|
||||
| Thread | Forum | Replies | ||
| Stochastic Processes | Calculus & Beyond Homework | 0 | ||
| Stochastic Processes | Set Theory, Logic, Probability, Statistics | 2 | ||
| Re: How probable are realizations of stochastic processes? (was: | General Physics | 8 | ||
| How probable are realizations of stochastic processes? (was: EEQT) | General Physics | 1 | ||
| Stochastic equations. | General Math | 0 | ||