Z Score And Its Applications- Important Stats Interview Question

Поделиться
HTML-код
  • Опубликовано: 23 авг 2024
  • ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for a few months and I love it! www.kite.com/g...
    Subscribe my vlogging channel
    / @krishnaikhindi
    Please donate if you want to support the channel through GPay UPID,
    Gpay: krishnaik06@okicici
    Telegram link: t.me/joinchat/...
    Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
    / @krishnaik06
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

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

  • @krishnaik06
    @krishnaik06  3 года назад +15

    Video kaisa laga?...bahut mehnat lagta hai video banane...so Like thoko and dont forget to subscribe :)

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

      Sir Aapke videos say Maine bahut kuch seekha. U are really inspiring . Aapne Jo data analyst pay roadmap banaya tha recent wala .. unmay Aapne Jo bhi skills bataay.. so how do I combine those skills to make my first project of data analysis . Uspay ek video banaay . Highly recommended sir . Thank u for your rich content ❤️

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

      Excellent explanation sir

  • @godse54
    @godse54 3 года назад +23

    In addition to this I would add that z score can also be used to find outliers and it can also tell the probability% of the datapoint in context to sigma rule

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

    Normalization typically means rescales the values into a range of [0,1]. Standardization typically means rescales data to have a mean of 0 and a standard deviation of 1 (unit variance).

  • @sethusaim1250
    @sethusaim1250 3 года назад +20

    Standardization is the process of bringing down the values to the same scale, where standard deviation is 1 and mean is 0 whereas Normalization is the process the bringing down the values to 0 and 1 in other terms re scaling the data to 0 and 1

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

      let us take X = [ 1,2,3,4,5,6,7,8,9] from this if we want to apply the standardization z = Xi - mu/sigma. for standardization we use mu is 0 and standard deviation is 1 which means if we apply X in z we get same value right please correct me if I am wrong, I am beginner and can't understand the concept.

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

      ​@@sathishk3494 this mu and sigma in formula z is nothing but the mean we've given (population), if we want to check that a random number (suppose 100) how far from our given data then we use the formula of z. Z is a formula to standardized our data in a scale so that the mean of our standardized data is 0 and std is 1.

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

      @@sathishk3494 for the example u have mentioned u need to calculate the mean and std as usual u calculate the values then use z score formula and scale down the values . For the standardised values now it's std and mean will be 1,0

  • @arindamghosh3787
    @arindamghosh3787 3 года назад +3

    Z-score is used to find how much standard deviation away from the mean our sample mean is and based on that we calculate the cumulative probability from the z-table.

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

    Feeling amazing with Krish Naik!

  • @mdshahzada693
    @mdshahzada693 Год назад +2

    Z-score is used to find variability/distance of a data point from the mean value e.g how many sigma away a data point is from from the mean.

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

    This is nothing but a good explanation sir

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

    As usual..neatly explained 😁👍..thank you 🙏

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

    That cricket example was Amazing!! 🔥🔥❤️

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

    Thank u now I really understand what Z score is use for and how it relate to normla distributions. It usually not explain well or only show us the formula.

  • @srinivasan.g9664
    @srinivasan.g9664 6 месяцев назад

    Thank you so much, because of this video , I got the clarity in Z score applications

  • @mdabidhussain8602
    @mdabidhussain8602 Год назад

    z-score basically use for standardize the data or make the data set unit less. when we make the data set unit less then it will easy to understand and got all the data in the same pattern. The standardize data lies between -3.4 to +3.4

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

    Hi Krish thanks for choosing this topics , actually i get confuse or find some complexity while implementing in DS or ML projects , and yes i have got role of Data Science Engineer for PWC by taking ideas from your and your belonging,s videos

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

    z-score is use to convert the outliers in 3rd standard deviation .
    and it is used for standardization using standardscaler()

  • @KapilSharma-co8xq
    @KapilSharma-co8xq 3 года назад +6

    How did you say India performed better in 2021.
    I want to ask how greater z score implying greater performance?

    • @AmandeepKaur-cs9xh
      @AmandeepKaur-cs9xh 2 года назад +3

      Consider the example of you getting marks. So, would you like your score to be near avg or above avg(mean)? Hence the higher the z score, the better the performance.

  • @Ligress
    @Ligress Год назад +1

    My understanding before watching the video :
    z score tells us how many standard dev is the value away from mean
    formula = x - mean/ Standard dev

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

    Z score is used to normalize the data in such a way that the mean will be 0 and std dev will be 1 also it is used for finding outliers. anything outside the 3rd std dev in gaussian distribution is detected as outliers

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

    Z score also used for Outlier detection apart from IQR technique....

  • @yellankinaveen2496
    @yellankinaveen2496 Год назад

    Standardization is used to decrease the value in between the 0 to 1 using the standard normal distribution and normalization used to decreases the value in between the o to 1

  • @prakhargarg4166
    @prakhargarg4166 6 месяцев назад

    Best videos on you tube
    by you

  • @shushantgambhir2002
    @shushantgambhir2002 6 месяцев назад

    Awesome explanation Krish Naik.

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

    Man, God made you a teacher!

  • @hdr-tech4350
    @hdr-tech4350 3 года назад

    Z score is the no. of standard deviations from the mean of normal distribution curve.
    Applications - To find the probability of particular value to be less than, greater than or equal to the mean of the population data.
    Example - IQ of a population is 100 and someone claims that a particular class of sample has more than 120 IQ higher the whole population than this kind of problem is solved by z - score.

  • @divyaalok5538
    @divyaalok5538 8 месяцев назад +1

    जय गीता जयंती

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

    Z-score is a one of technique where you scale the date in such a way that it's mean in 0 and unit standard deviation

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

    Superb explanation. Amazing

  • @engineeringnerds16
    @engineeringnerds16 Год назад

    I used it to find liquidity in cryptocurrency very helpful....!!! Z score cluster

  • @anivesh2225
    @anivesh2225 9 месяцев назад

    z score is used for oultier detection and it compensastion, used for handling the non weighted data set

  • @tusharsonar3516
    @tusharsonar3516 Год назад

    Kirsh you have explain edit very well

  • @venkatesh532
    @venkatesh532 Год назад

    very informative 🙏

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

    Thank you so much for this explanation ....

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

    neat and with a lot of ease

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

    Krish, thank you so much for another gem of a video. Could you please make a video explaining "Confounding Variables"?

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

    Nice and easy explanation.

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

    Z score use to find outliers. also can be used in error rate finding. easy formula.

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

    Nicely explained. 👍

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

    Neat explanation. ❤️ 💯

  • @shadiyapp5552
    @shadiyapp5552 Год назад

    Thank you sir🙂

  • @VasuBhalani
    @VasuBhalani 4 месяца назад

    thank you sir 😄

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

    we can convert normal distribution into standard normal distribution using z-score

  • @khizarakg
    @khizarakg 10 месяцев назад

    Whats the difference between Standard deviation index and z score? Are they same or different?

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

    Z score is difference between sample mean and population mean divided by the standard deviation. It is used reject for fail to reject null hypothesis.
    Z score is used to find out the p value using the z distribution which helps to test the hypothesis with sufficient significance.

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

    Amazing 🔥

  • @ZshaanKhan
    @ZshaanKhan 3 года назад +3

    Sir Please make a video on when to do normalisation and Standardisation?

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

      Normalization: scaling down to values between 0-1 -----using formula like {(x-x_min)/(x_max-x_min)}
      Standardization: scaling values to zero mean and standard deviation 1------- using formula {(x-mean)/standard deviation}

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

      Its already there go check his playlist.

  • @Mikkii
    @Mikkii Год назад

    I have a doubt if someone can answer
    So in 2nd example krish told gave us some value I understood meu(u) will be 181 and std deviation is 12 but how come he took 187 as an x- value ? X means number of sample or instance.

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

    Z- score can be used in Anamoly/Outlier Detection.

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

    Nice Krish

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

    Normalization : rescale values betn 0 and 1

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

    hi....
    krish sir, I watched video & its very informative.
    i need some help. how can I use z score technic for normalisation for data which is I am recording for every 5 min. means for every 5 min I update data & store . I made table of 72 column by recording data.
    My Std deviation ( range of 1st10 data) is changing for every column.
    Can you help me in this.
    🙏

  • @ksrinivas3450
    @ksrinivas3450 Год назад

    I have a doubt, how greater z-score is better in the cricket example?

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

    We can also use Z-score to find Outliers

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

    Z score is used in stardardization

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

    Normalizstion helps to converge faster in deep learning

  • @mohitkushwaha8974
    @mohitkushwaha8974 Год назад

    What does that std deviation reflects interms of cricket score????

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

    +Thanks Krish

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

    if the z-score value is more, mean better distribution?

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

    Does it mean that, the more farther the zscore is from mean the more it is good?

  • @niketankotadiya9542
    @niketankotadiya9542 Год назад

    sir can u explain chi- square distribution, . some what is know is that chi-square is squared summation of z score. really want to interpret what chi-square statistics convey.

  • @akshatsharma5426
    @akshatsharma5426 2 месяца назад

    Z score is used to find the outliers.

  • @RonaldoRewind-cr7
    @RonaldoRewind-cr7 2 года назад

    The legend

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

    Great

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

    Hello sir , kindly please make a video playlist on stock market trading analysis i want to learn it interest me

  • @chandrapalsingh3201
    @chandrapalsingh3201 Год назад

    What is use in pair trading

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

    so In Comparison scenario one with highest Z score is more preferable

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

    What does mean =0 means in standardization?

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

    how many deviations away a variable is from the mean 👍

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

    Sir why mock interview videos is not coming

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

    to find the outlier and zscore=n-mean/std

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

    Do u have new live paid sessions now??

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

    We can find outliers also with the help of Z score

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

    👍👍

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

    Nifty 200 momentum 30 index uses same Z score

  • @user-hy8me5cz2l
    @user-hy8me5cz2l 5 месяцев назад

    Z score tell us how much we far from mean

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

    Z score help us to find out the outlier if data out of six segma

  • @cutieaadi9599
    @cutieaadi9599 10 месяцев назад

    COnfusing video, as I know z score closer to mean represent
    good data quality and vice versa...

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

    2021

  • @divyaalok5538
    @divyaalok5538 8 месяцев назад +1

    जय श्री राम

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

    Hello sir... Plz talk about the recent talks that data science is getting automated and there are lot of autoML tools cmng in the market which are gng to make data scientists and ml engineers worthless in the future....

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

      Not really those tools are for base scores or for help in simpler problem.
      A data scientist can only pitch about the insights of data to stack holders and be responsible for decisions.
      Higher managment dont know how to use these tools and gain insights which can directly be used fir business application.
      Furthermore a model deployment and scaling the model to userbase is infrastructure problem which a tool won't directly be able. We would still need someone who can understand the requirements of the system.

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

    Ok so India is doing far better this year in cricket avg is way above that 182😂

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

    Sir want to connect you

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

    Thanks for the tutorial. Free Palestine 🇵🇸

  • @xcelminds.007
    @xcelminds.007 3 года назад

    2021 has lesser variance, hence 2021 India has played better

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

    If the z score value is away from the mean, how can we say that India performed better in 2021?

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

      In this case better means a higher score. The farther from the mean, the higher the score is. The second case 182-5-185 it means that 185 is 0.6 times farther than 182.
      So relatively it's a higher score than that of the first case where the best score (187) was 0.5 times farther than the mean (181).
      You're comparing two different bunch of scores from two different years.