Normal Approximation of the Binomial Distribution, example 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • In this video, we show show how to use the normal distribution to approximate binomial probability. We will use a typical z table along with the formulas for mean and standard deviation of a binomial random variable. Additionally, we will make use of something called continuity correction to improve the approximation.
    This video is part of the content available for free at www.statsprofe...

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

  • @j.o.s.h.o
    @j.o.s.h.o 2 ปีที่แล้ว +11

    wow this actually made complete sense. You are a legend sir, my midterm is in 3 hours and you just got me some more marks for sure! Thank you

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

    Wow I finally understand the continuity correction! Thanks a lot!

  • @Thomas-rv7mq
    @Thomas-rv7mq 3 ปีที่แล้ว +6

    Dude you are awesome at explaining!

  • @zanabhafz3953
    @zanabhafz3953 3 หลายเดือนก่อน

    You laterally safe my life ❤thanks

  • @smoothbird1176
    @smoothbird1176 8 หลายเดือนก่อน +1

    Perfect video, explanation and demonstration.

    • @dmcguckian
      @dmcguckian  8 หลายเดือนก่อน

      Thank you 🙏

  • @umar-tariq
    @umar-tariq ปีที่แล้ว +3

    Can you please explain why did you subtracted prob from 0.5 and not from 1?

    • @speconcloud9
      @speconcloud9 ปีที่แล้ว

      yes, I have the same question @dmcguckian

  • @luisiglesias-villacorta5043
    @luisiglesias-villacorta5043 9 หลายเดือนก่อน +1

    my teacher reviewed this topic for an hour and I left more confused than I was before the introduction to the topic. i watched this 15 minute video and im a nominee for the nobel.

    • @dmcguckian
      @dmcguckian  9 หลายเดือนก่อน

      😀 I am glad it was helpful! Good luck on your exam!

  • @yashjain1492
    @yashjain1492 3 ปีที่แล้ว +2

    Great explaination 👍👍

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

      Glad it was helpful!

  • @cesaraugustoruiz
    @cesaraugustoruiz 6 หลายเดือนก่อน

    Great explanation

  • @furkanates6951
    @furkanates6951 ปีที่แล้ว

    thats a good explaination sir, thank you so much

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

    thank you!.you made it so simpe

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

    very useful ,thank you

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

    Thank you

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

      You’re welcome!

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

    Thanks a lot

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

      You’re welcome

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

    Thanks

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

      You’re welcome

  • @pratyasha279
    @pratyasha279 หลายเดือนก่อน

    What's the point of finding the z score exactly?

    • @dmcguckian
      @dmcguckian  หลายเดือนก่อน

      The z score enables us to look up the probability using a z table (or Calculus or an app that calculates the area under the normal curve). Without the z value, we would have to use the binomial distribution which is computationally difficult even for powerful computers. It’s less of an issue with today’s computers but it used to be near impossible to do the calculations by hand for problems with large n values. Even fairly powerful computers struggle to do the work quickly, so programmers might still opt to use approximations like this in their code when speed is more important than precision.

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

    my z table starts from .5000 not .0000

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

      There are several different z tables, so the thing is to create your drawing and then look at what area your table is designed to give you. You’ll be able to use your table to get either the area you want directly or the table will provide you with a useful area that will enable you to find what you’re looking for.

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

    Lol

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

    U don't say the experiment follow binomial distribution at the beginning

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

      Jill Valentine yes, that’s true. It’s a video in the section of my website covering this topic, so it’s understood from the context. Here on TH-cam, that context is lacking.

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

      @@dmcguckian haha which is not really true because this method also work with unknown distribution so we don't care where the random variables come form we only care it is IID

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

      @@dmcguckian and 1 things how can we calculate in case of x=17
      with standard normal approximation?

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

      @@ccuuttww In order to assume the values for the mean and variance are n*p and np(1-p), we would need to know that independent, identically distributed set of values is from the binomial distribution. Also, the binomial distribution ensures the independence of the individual trials, so it is useful information.

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

      @@ccuuttww If you are asking how to handle the case where x = 17 using the same method, you can calculate the area between 16.5 and 17.5. Everything else remains the same.