Covariance in Statistics

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

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

  • @sandipansarkar9211
    @sandipansarkar9211 4 года назад +17

    Thanks Krish .Now I am understanding why statistics is important in data science .People often miss this fact and suffer later while on the job.Thanks once again

  • @tanviiyengar4146
    @tanviiyengar4146 5 лет назад +43

    Your videos are good. Please use different colour combination. It's a bit difficult to read.

  • @sunilc8684
    @sunilc8684 4 года назад +4

    Best explanation of co-variance in youtube

  • @sandeepsahni360
    @sandeepsahni360 4 года назад +6

    Sir from today you are a "clarity of powerhouse". Sir what a amazing video it is. God bless you. Keep going higher and higher.

  • @pauloferreira2560
    @pauloferreira2560 5 месяцев назад

    I think that a simpler way to say is that the covariance is the multiplication of our standard deviations by the number of data.
    Thanks for your explanation, it helped a lot.

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

    00:10 Covariance
    4:50 Importance of Covariance
    10:29 Drawbacks

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

    Powerhouse of clarity you are.....such a amazing voice also...thank you so much

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

    To summarise; if the Covariance is positive, both the variables(size,price) are heading in same direction ie. both are increasing or decreasing. If the Covariance is negative, both are heading in opposite direction ie. one is increasing while the other is decreasing.

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

    Explaination in all your videos is top knotch , I will suggest everybody watching this video to read blogs or articles on same topics , this will boost your clarity abt concepts their applications and examples

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

    You guys can simply understand Covariance by remembering this rules:
    X*Y
    POSITIVE * POSITIVE = POSITIVE(+)
    NEGATIVE * NEGATIVE = POSITIVE(+)
    POSITIVE * NEGATIVE = NEGATIVE(-)
    NEGATIVE * POSITIVE = NEGATIVE(-)

  • @vgaurav3011
    @vgaurav3011 4 года назад +2

    Beautiful video! Going through the entire playlist to revise my fundamentals!

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

    Thanks for video Krish. It was helpful

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

    you are a great teacher krish !!!

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

    @krish When we substitute values in the covariance formula, we do get a finite number (strength) which can either be positive or negative (direction). Because in Pearson's Correlation Coefficient, we take the variance and divide it by SD of X and Y.. when we get the value from covariance, why exactly we need Pearson's Correlation Coefficient?

    • @lokeshrathi5500
      @lokeshrathi5500 4 года назад +4

      Covariance doesn't tell us how much are the two variables related, it just mentions +ve and -ve relation between 2 variables.
      Correlation not only tells us the relationship between 2 variables(+ve / -ve), it also tells us the value of relationships between the two, which might help in determining whether we should keep the Variable or we can exclude them for modeling purposes.
      I hope this was useful!

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

      ​@@lokeshrathi5500 i have a little understanding in these concepts. my question is, if we are having a number, then it can have a sign (+ve or -ve) indicating the direction. we cannot have a sign without the magnitude.. this im still not clear.. correct me if im wrong..

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

    Beautiful explanation

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

    great explanation, thanks a lot.

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

    Thanks Krish

  • @kajalkapasiya4557
    @kajalkapasiya4557 5 лет назад +4

    Hi Krish,
    Can you please implement covariance in python by taking a dataset.

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

      In Python you can store any dataset in a pandas dataframe and use the .corr() method in order to see the Person's correlation between all the features. This method will display all the coefficients of every feature by comparing each individual with any other in the dataset.

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

      @@Artificial_Intelligence_AI that .corr() method which you seggested makes the correlation matrix, she was asking how to make the co-variance matrix? I'm not sure, I think there is a .cov() method in numpy

  • @dipayanroy8357
    @dipayanroy8357 5 лет назад +1

    Hi Krish,
    Thanks for the explanation. I noticed the python cov method divides the variance by (n-1) instead of n, as u have given in the formula for covariance. Can you please tell me why do we consider n for a population covariance and (n-1) for a sample covariance?

    • @lakshmitejaswi7832
      @lakshmitejaswi7832 5 лет назад +1

      Because we have sample data not the whole population

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

      @@lakshmitejaswi7832 sample from population which is always less than populaion

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

    what an easily understandable video!!! Thanks a lot>>>>>>

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

    Thanks for the video, you explained well ! It helped me a lot.

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

    This is amazing series 💯

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

    Hey Krish, i did not find video on Pearson Correlation coefficient.thanks.

    • @NiharSanghvi
      @NiharSanghvi 5 лет назад +1

      ruclips.net/video/6fUYt1alA1U/видео.html

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

      @@NiharSanghvi Hi, Did you find Krish videos on Inferential Statistics or Hypothesis ?....plz respond

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

    Hi, Thank you very much for this video. I really like your videos. I have a question:
    Cov(A, B)= (1/n)* Sum[(A- avg A)*(B- Avg B)] ==> this is for population or sample ?? If It is sample then a) n =n-1 and b) while calculating the person coefficient the standard deviation formulae should also be n-1 or not? as my person coefficient value is going beyond -1 in a dataset which is not feasible. can you please clear this doubt.

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

      Nice catch.I do have the same question.whether it is 1/n or 1/n-1?Please clarify Krish

    • @jagdishsahu1118
      @jagdishsahu1118 4 года назад +2

      For population it will be 1/n and for sample it will be 1/(1-n)

    • @saketedgerd8729
      @saketedgerd8729 4 года назад +2

      According to me and Krish sir's first video in this particular video, he is talking about "population Mean" reason-> he is denoting through "mu" in this particular video!

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

      @@saketedgerd8729 Yes exactly

  • @rambabuchamakuri1780
    @rambabuchamakuri1780 5 лет назад +1

    Hi Krish, we are looking for Pearson Correlation Coefficient video

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

    Most easy explanation

  • @manojkumarandol
    @manojkumarandol 5 лет назад +1

    No video on Pearson corr

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

    Hi Krish. Thanks for the video. I request you to please sequence the videos per the content so that we can follow along the playlist

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

    Awesome sir thank you

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

    Thank you sir 🙂

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

    we should memorise this equations of statistics? Is it required in ML?

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

    Thanks. To the point. Hit the spot.

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

    Please arrange this playlist in order sir 🙏

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

    Very well explained...

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

    Ok but it will give correct answer in linear case only right. when the data is non linear, it can not quantify, right?

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

    Keep up with the great work!

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

    Just Brilliant !!

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

    Hi..thank you for explaining covariance. Just one question: +ve covariance means X is positively related to y and -ve covariance means X is negatively affecting y. But how can we say that X is NOT affecting y. In your example suppose someone trying to get covariance of floor number and park(just a vague example)

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

      if x and y are independent of each other then the cov will be 0

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

      NOTE: even if the relationship is increasing and then decreasing the cov will be 0 as they cancel out

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

    can we have a zero covariance? if yes, then what would it mean?

  • @shreyasb.s3819
    @shreyasb.s3819 4 года назад

    So what's difference between correlation and covariance?

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

      Covariance indicates the direction of the linear relationship between variables. Correlation measures both the strength and direction of the linear relationship

  • @oliullah.mahmud
    @oliullah.mahmud 2 года назад

    nice video

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

    make one video to find covariance with datasets

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

    but variance have different formula right ..number of observations minus 1 ..

  • @1millonstories790
    @1millonstories790 4 года назад

    Show example with dataset

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

    For covariance denominator must be n-1 rather than n

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

    Nice

  • @learningchamp7169
    @learningchamp7169 5 лет назад +1

    sir can you please make a video on how distribution is helpful in data science??????????? i know normal , gaussian distribution from your video but how these are helpful i dont know any real time scenario how should id use?

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

    great

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

    🙏

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

    ❤💫

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

    wrong explanation: cov() not eqaul to var(), total destroyed the statistics

    • @ananthkumar8901
      @ananthkumar8901 7 месяцев назад

      Can you explain further how it is not equal?

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

    Epic

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

    Thank you sir 🙂