Conditional expectation given ##\mathcal{F}_m##

Click For Summary
The discussion centers on the correctness of various expectations related to conditional expectations given a filtration. The initial claim that E(Sn - Sm) = (-1/3)(n-m) is confirmed, but subsequent calculations involving SmE(Sn - Sm) and E[(Sn - Sm)²] are challenged as incorrect. The correct forms for E[(Sn - Sm)²] and E[(Sn - Sm)³] are debated, with emphasis on proper addition versus multiplication of terms. The conversation also clarifies the computation of E[Xm|Sn], asserting it should be Sn/n without involving Sm. The thread concludes with a focus on ensuring accurate calculations in conditional expectation scenarios.
WMDhamnekar
MHB
Messages
376
Reaction score
28
Homework Statement
Suppose ## X_1, X_2, \dots ## are independent random variables with ## \mathbb{P}[X_j =1] = 1- \mathbb{P}[X_j =-1] =\displaystyle\frac13## Let ##S_n = X_1 +\dots + X_n## and let
##\mathcal{F}_n## denote the information contained in ## X_1 , \dots , X_n ##
1.If m < n Find ## E[S_n |\mathcal{F}_m], E[S^2_n| \mathcal{F}_m], E[S^3_n |\mathcal{F}_m]##

2. If m < n Find ## E [X_m| S_n ] ##
Relevant Equations
Not applicable
1678086797503.png

1678086985664.png

1678087009376.png

1678087089479.png


Are these above answers correct?
 
Physics news on Phys.org
You're getting careless again. In the first line you correctly say E(Sn-Sm) = (-1/3)(n-m).
So when later on you say SmE(Sn-Sm) = -Sm/3, that's wrong, isn't it?
And E[(Sn-Sm)2] is not E(Xj2)(n-m). We worked this out in another thread, didn't we? Similarly with the cube.
 
  • Like
Likes WMDhamnekar
mjc123 said:
You're getting careless again. In the first line you correctly say E(Sn-Sm) = (-1/3)(n-m).
So when later on you say SmE(Sn-Sm) = -Sm/3, that's wrong, isn't it?
And E[(Sn-Sm)2] is not E(Xj2)(n-m). We worked this out in another thread, didn't we? Similarly with the cube.
E(Sn - Sm)= -1/3 (n-m)
So, SmE[Sn -Sm ] = -Sm(n-m)/3

Hence ##E[S^2_n|\mathcal{F}_m] = S^2_m -\frac23 S_m (n-m) + (n-m) + \frac{(n-m)(n-m-1)}{9}##

##E[S^3_n|\mathcal{F}_m] = S^3_m - S^2_m(n-m) + S_m(n-m)\frac{(n-m)(n-m-1)}{3} -\frac{n-m}{3} - (n-m)(n-m-1)- \frac{(n-m)(n-m-1)(n-m-2)}{27}##
Are these above answer correct?
Note:

Now, do you mean to say E[(Sn - Sm)2] = (n- m) +##\frac{(n-m)(n-m-1)}{9}##
and E[(Sn - Sm)3] = ##-\frac{n-m}{3} - (n-m)(n-m-1)- \frac{(n-m)(n-m-1)(n-m-2)}{27}##
 
Last edited:
I think that's correct, except that the Sm term in the cube should be
3Sm{(n-m) + (n-m)(n-m-1)/9}
You multiplied when you should have added.
 
  • Like
Likes WMDhamnekar
mjc123 said:
I think that's correct, except that the Sm term in the cube should be
3Sm{(n-m) + (n-m)(n-m-1)/9}
You multiplied when you should have added.
Is my computed E(Xm| Sn] correct?
 
You want E[Xm|Sn]. Why do you bring in Sm? You don't know that (in the terms of the question). I would say it's Sn/n.
Sn can take the values n-2k (0≤k≤n). If there are k values of -1 in the string, the probability of any one value being -1 is k/n, and the probability of it being 1 is (n-k)/n. The expectation of any Xi is then
1*(n-k)/n - 1*k/n = (n-2k)/n = Sn/n.
 
  • Like
Likes WMDhamnekar
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...