12. Iterated Expectations

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 37

  • @snehalsanghvi6122
    @snehalsanghvi6122 9 ปีที่แล้ว +39

    Those are some wonderful examples you have used professor! I've been following this entire probability series and I would like to say that I am really grateful for these videos. Thank you and keep up the good work!

  • @saicharanmarrivada5077
    @saicharanmarrivada5077 3 ปีที่แล้ว +5

    This is the best series of Probability on internet

  • @remmymusumpuka6519
    @remmymusumpuka6519 10 ปีที่แล้ว +23

    JT is an excellent lecturer! Easy to follow his explanations on stochastic processes!

  • @wolftribe66
    @wolftribe66 4 ปีที่แล้ว +7

    thinking back of my statistics course in university, i feel like i've been conned. This is so much better

  • @hitashasharma2178
    @hitashasharma2178 5 ปีที่แล้ว +10

    I want to meet this amazing teacher and tell him how much I value this video. My stats teacher is really bad!

  • @achillesarmstrong9639
    @achillesarmstrong9639 6 ปีที่แล้ว +8

    wow I watched many different sources , this is by far the best and most clearly explained video. It really help us that love mathematics and want to learn by ourselves.

  • @dania_884
    @dania_884 3 ปีที่แล้ว +1

    Great teacher! he explained many concepts in Statistics far much better than my previous learned, cleared out many doubts. I'm following his series also. Only this Lecture 12 I'm not full understanding yet, need more practice.

  • @PrakashBesra
    @PrakashBesra 7 ปีที่แล้ว +6

    at 33:00, in Y=1 universe, f(x)dx=P(x) where dx=1, P(x)=1, therefore f(x)=1, now var(X|Y=1)=integral of ((x-E[X|Y=1])^2*f(x)) from 0 to 1. . that's how he got 1/12. and similarly for Y=2 universe..Is this correct?

    • @beal_a
      @beal_a 7 ปีที่แล้ว +7

      Yes, you can compute it formally from the definition of variance, and, from what I can tell, your derivation is correct. Alternatively, you can memorize that the variance of a uniform distribution is 1/12 * (b - a)^2 for a distribution from a to b. This is what the professor was implying when he said "By now you've probably seen that formula..." at 32:50.

    • @sunritroykarmakar4406
      @sunritroykarmakar4406 2 ปีที่แล้ว

      Analogous to moi of rod about axis perpendicular to its centre.

  • @xinmingxu9940
    @xinmingxu9940 9 ปีที่แล้ว +4

    Amazingly explained!

  • @NehadHirmiz
    @NehadHirmiz 8 ปีที่แล้ว +4

    Thank you for this wonderful lecture

  • @AdiJ8
    @AdiJ8 7 ปีที่แล้ว +5

    Thank you! This is an amazing lecture

  • @soccergalsara
    @soccergalsara 11 ปีที่แล้ว +12

    Mental Gymnastics (Y).

  • @ArsenedeBienne
    @ArsenedeBienne 3 ปีที่แล้ว +1

    36:04 maybe it's worth mentioning that all E[Xi] are equal

  • @pratkmistry6401
    @pratkmistry6401 5 ปีที่แล้ว +1

    32:40 How do we write the expectation value as 1/2 and 3/2 ?

    • @alikhansmt
      @alikhansmt 5 ปีที่แล้ว +7

      in case of uniform distribution, expectation is the center point of the range of values.
      So for y=1, E = (1+0)/2 = 1/2
      For y=2, E =(1+2)/2 = 3/2
      Generally we would find by integrating x times Fx in the range of x

    • @_sidvash
      @_sidvash 3 ปีที่แล้ว +1

      Ali's response is correct. Just to elaborate on how you can do this using integration. ->
      for y=1, E(X) = ∫xf(x) dx integrated over [0,1]. In the conditional universe y=1, f(x|y=1) = 1 (since area under curve has to be 1 within our current universe of y=1 and x is uniform). So E(X) = ∫x*1 dx over [0,1] which gives you 1/2.
      for y=2, E(X) = ∫xf(x) dx integrated over [1,2]. In the conditional universe y=2, again, f(x|y=2) = 1 (since area under curve has to be 1 within our current universe of y=2 and x is uniform). So E(X) = ∫x*1 dx over [1,2] which gives you 3/2.
      The thing to note here is that even though f(x) = {1/3 for 0

    • @Roman-fb9mq
      @Roman-fb9mq ปีที่แล้ว +1

      @@_sidvash Thanks. You cleared my confusion.

  • @jeffreyanderson5333
    @jeffreyanderson5333 4 ปีที่แล้ว +1

    Harvard does have a series for Probability on TH-cam
    .

  • @empirewhite
    @empirewhite 6 ปีที่แล้ว

    32:45 How come both var(X | Y=1) = 1/12 and var(X| Y=2) = 1/12
    I didn't follow

    • @intaemoon4356
      @intaemoon4356 6 ปีที่แล้ว +2

      Hope this link helps. math.stackexchange.com/questions/728059/prove-variance-in-uniform-distribution-continuous

    • @TolgaYilmaz1
      @TolgaYilmaz1 5 ปีที่แล้ว +6

      The variance of a uniform distribution on interval [a, b] is given by [(b - a)^2]/12.
      So, it doesn't depend on where the interval is. It depends only on the length of the interval; in particular, it's proportional to the square of the length of the interval. So, for a uniform distribution on [0, 1], the variance is 1^2/12 = 1/12. Similarly, for [2,1], it's again 1^2/12 = 1/12. But for an interval that's twice as long, e.g. [2, 0] or [3, 1] or [4,2], it would be 2^2/12 = 1/3.

    • @leodu561
      @leodu561 5 ปีที่แล้ว +1

      See lecture 8

    • @Roman-fb9mq
      @Roman-fb9mq ปีที่แล้ว

      @@TolgaYilmaz1 Thanks. Really helpful.

  • @mikechen3174
    @mikechen3174 3 ปีที่แล้ว +1

    Everyone here is blessed by MITocw

  • @delYdelX
    @delYdelX 3 ปีที่แล้ว

    0:21 outline

  • @nickiexu7259
    @nickiexu7259 7 ปีที่แล้ว +1

    amazing...

  • @theerawatbhudisaksang7162
    @theerawatbhudisaksang7162 11 ปีที่แล้ว +1

    love it

  • @Scb-ef6ih
    @Scb-ef6ih 7 ปีที่แล้ว +9

    This was great. I only need some Harvard friends I can impress.

  • @sudhanshudey758
    @sudhanshudey758 3 ปีที่แล้ว

    thanks a lot

  • @allandogreat
    @allandogreat 4 ปีที่แล้ว

    expectation mean and var are the most difficult to be understood.

  • @rohtashbhall2671
    @rohtashbhall2671 5 ปีที่แล้ว +1

    Which book sir ?

    • @mitocw
      @mitocw  5 ปีที่แล้ว +1

      The text for this course is: Bertsekas, Dimitri, and John Tsitsiklis. Introduction to Probability. 2nd ed. Athena Scientific, 2008. ISBN: 9781886529236. For more info, see the course on MIT OpenCourseWare at: ocw.mit.edu/6-041F10.

  • @forrestlin3401
    @forrestlin3401 2 ปีที่แล้ว

    ngl, good video, but thumbnail creeeeeeep

  • @leodu561
    @leodu561 5 ปีที่แล้ว +1

    Professor: What is the variance of *this thing* ? It's the expected value of *the thing* minus the square of the expected value of *the thing* ....
    John Carpenter: Since when is my movie a random variable???!!!

  • @theerawatbhudisaksang7162
    @theerawatbhudisaksang7162 11 ปีที่แล้ว +1

    love it