Finding Quartiles Quick and Easy

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 54

  • @winnietv9ja123
    @winnietv9ja123 8 месяцев назад +3

    Thank you so much🎉. More blessings to you.

  • @chimchim3677
    @chimchim3677 7 лет назад +20

    OMG THANK YOU SOOOOOOOOOO MUCH!! Learnt it like *click* thanks sooo much 🙏

  • @KHALEDADELALI-v1b
    @KHALEDADELALI-v1b 2 дня назад

    I'm from EGYPT and I understand
    very well❤

  • @HolgerBrandsmeier
    @HolgerBrandsmeier 5 лет назад +3

    This algorithm assumes that the values are already sorted. Picking quantiles in a sorted stream of arrays is rather easy. Tricky quantiles algorithms are those that don't require sorting (they are actually faster than sorting).

    • @shivtyagi8572
      @shivtyagi8572 2 года назад +3

      all stem and leaf diagrams must be sorted... what are you on about

    • @HolgerBrandsmeier
      @HolgerBrandsmeier 2 года назад

      @@shivtyagi8572 from the video description "This method can be used for all types of data sets but is most valuable when you have a large amount of data such as in stem-and-leaf plots. ", if you have any dataset you first have to generate the stem and leave diagram which costs much more time than the quantiles algorithm (O(n log n) vs O(n)).

  • @DimphoTsaModimo
    @DimphoTsaModimo 3 года назад +2

    thanks a lot..God bless

  • @aaryoncareyjackson5526
    @aaryoncareyjackson5526 2 года назад +1

    Thank you so much you made this so much easier !

  • @shions3135
    @shions3135 7 лет назад +8

    Thank you so much!! This is a lifesaver for me

  • @sharifsircar
    @sharifsircar 7 лет назад +3

    Thank you, I was using this blindly with the thought that if it's even I shouldn't add a 1 when using either the 1/4*n or 3/4*n. I was getting the wrong answer and got me confused. Makes me wonder when should I not add the 1

  • @p2p2p2p2p2p
    @p2p2p2p2p2p 3 года назад +1

    what if you don't get a whole number?

  • @farhaanbeegoo5953
    @farhaanbeegoo5953 4 года назад

    Bro just came, dropped 3 immensely useful video, and DIPPED.

  • @Jamie-mm8cj
    @Jamie-mm8cj 4 года назад +1

    What if your median was 2 numbers and you had to add and divide them leaving you with a decimal ?

  • @CaribouDataScience
    @CaribouDataScience 2 года назад

    Thanks, that is very helpful.

  • @youtubeaccount0x073
    @youtubeaccount0x073 4 года назад +3

    Here is an even easier way:
    If the number of data points is even add 1 and multiply by 1/2 for mean, but if you are trying to find Q1 or Q3, add 2 to the even number of total data and multiply by 1/4(for Q1) or 3/4(for Q3). But if the number of total data are odd, then add 1 for median and quartiles

  • @zulaikhaeffendi9292
    @zulaikhaeffendi9292 3 года назад

    Thank youu so much,its help me doing my group assignment

  • @calvinyeap1889
    @calvinyeap1889 4 года назад

    Can this method use to median , Q1 and Q2 for group data(like in table form)?

  • @bun.8653
    @bun.8653 2 года назад

    Does this work for third quartile

  • @generaleternity2658
    @generaleternity2658 4 года назад +1

    AYE YO THANK YOU SO MUCH BROTHER!!!!!

  • @jasperley3256
    @jasperley3256 6 лет назад +1

    What if the number of data values is an odd???

    • @jasperley3256
      @jasperley3256 6 лет назад +1

      I mean an even data of values

    • @hellf1re99
      @hellf1re99 6 лет назад +1

      @@jasperley3256 If the number is even then after N+1 you will end up with an odd number. Half an odd number = X.5 th value, This just means that you need to average the number on either side of the the .5
      So if 1/2(10+1) = 5.5th number. You need to average the 5th and 6th value.
      He explains this at minute 5:35 in his video.

  • @gypsievisionary7699
    @gypsievisionary7699 2 года назад

    this is flipping insane wtfff thank youu

  • @joselino7133
    @joselino7133 3 года назад

    Thanks a lot, sir.

  • @buffalot35t1cles3
    @buffalot35t1cles3 6 лет назад +1

    What if its a decimal?

    • @luxgame246
      @luxgame246 6 лет назад

      Then you round to the nearest whole number.

  • @baller4life489
    @baller4life489 6 лет назад +1

    you magic creature you're majestic

  • @ryannathan5545
    @ryannathan5545 4 года назад

    your a life saver

  • @MotivationNation-sj1dy
    @MotivationNation-sj1dy 4 месяца назад

    thanks 😊

  • @TemiladeSoyoye
    @TemiladeSoyoye 9 лет назад +1

    Great video, thank u

  • @HanaYuki12
    @HanaYuki12 8 лет назад +1

    what is the difference between 1/4(n+1) and 1/2(n+1)?

    • @hscmadeeasy1455
      @hscmadeeasy1455  8 лет назад +1

      +Mr Pantsu some books say to use 1/4(n+1) to find Q1 but that won't give you an accurate answer. It's best to find Q2 first which will split the data in half and then use 1/2(n+1) on each half of the data to find Q1 and Q3.

    • @HanaYuki12
      @HanaYuki12 8 лет назад

      Ahhhh ok! Thanks a lot!!

  • @doomsdaycookie7034
    @doomsdaycookie7034 4 года назад

    you explained it well but I have a question , if zero is there do you count that

  • @ingritortiz3910
    @ingritortiz3910 3 года назад

    Thanks good man!

  • @AbhishekRameshanand
    @AbhishekRameshanand 7 лет назад +1

    thanks you this helps so much

  • @Daquarius_.
    @Daquarius_. 7 лет назад

    is calling q2 the inter-quartile correct?

  • @scarlett4678
    @scarlett4678 3 года назад

    tq bro

  • @bradley2100
    @bradley2100 6 лет назад

    Thank You

  • @ethansmith4509
    @ethansmith4509 6 лет назад

    You're the best

  • @bakina1443
    @bakina1443 3 года назад

    thanks cuz

  • @muddasirkhan1431
    @muddasirkhan1431 7 лет назад

    you're amazing man! appreciate it

  • @tahanita1
    @tahanita1 8 лет назад +1

    thank you :)

  • @fooksupachai7083
    @fooksupachai7083 6 лет назад

    Thank you very muchhh

  • @baotran3051
    @baotran3051 7 лет назад

    k thx

  • @zainulariffin344
    @zainulariffin344 5 лет назад

    Saya dr unikop

  • @marthapolitel1792
    @marthapolitel1792 4 года назад

    I DONT GET IT I DONT GET IT WHAT THE FECK

  • @h2mble
    @h2mble 6 месяцев назад +2

    STOP YAPPING

  • @p6660
    @p6660 4 года назад

    **th**

  • @themultiplayer1
    @themultiplayer1 8 лет назад +2

    Thank you so much for this video, the formula is very helpful and come in handy.