Tutorial 32- All About P Value,T test,Chi Square Test, Anova Test and When to Use What?

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • 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
    Please do subscribe my other channel too
    / @krishnaikhindi
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------
    Many people has asked me about various products and tech gadgets that I use for recording purpose. Here I have put up all the products. Definitely check it out :)
    💻Primary Laptop : amzn.to/3AuKL8z
    💻Secondary Laptop: amzn.to/3wrznrb
    🎧 Headphones for streaming: amzn.to/3hdbzCS
    🎧 Wireless Earbuds: amzn.to/3wg6aiD
    💺 Chair for Studio: amzn.to/2TuJ0Ia
    🖥️ Monitors : amzn.to/3AvQkD....
    📷 HD Webcam: amzn.to/3hvqBmm
    📋 Pen Tablet For Writing: amzn.to/3xdkGsN
    🧸 Soft-Toy: amzn.to/3hDUyk8
    📷 DSLR Camera: amzn.to/3dKnsxR
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

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

  • @tanvirshakir
    @tanvirshakir 3 года назад +19

    Amazing, its like my 5-6 hour online class video merged into a 12 minute video.

  • @abhinavraghunandankannan3546
    @abhinavraghunandankannan3546 4 года назад +98

    Good job !! Some parts of the explanation can be improved, especially your point about ANOVA test when a categorical variable has more than 2 possible values. Consider slowly down and collecting your thoughts together and your videos will be even more effective.

    • @tehminakakar8753
      @tehminakakar8753 8 месяцев назад

      Yeah, I have the question, when he takes Gender and Age Group, then he used Chi-Square test, but later said when a category containing multiple values (not binary) then we use ANOVA.

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

      Sir I wish to watch all your vedios ..I subscribed it.. pl send all liks regarding Excell,data types, hypothesis testing,

  • @tulasikrishna5429
    @tulasikrishna5429 3 года назад +43

    Typically you reject Null Hypothesis or You Fail to reject Null Hypothesis. "Accepting" H0 or Ha term is typically not used..

    • @RANJEETSINGH-tr4ko
      @RANJEETSINGH-tr4ko 3 года назад +1

      I had the same point, either we reject Null hypothesis or we fail to reject it.

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

      Take null - *they are independent*and then proceed.

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

      Exactly. You don't accept either alternate or null hypothesis.

  • @BiancaAguglia
    @BiancaAguglia 4 года назад +58

    This was a good overview of the different hypothesis tests. Looking forward to seeing more videos from you in this series. 😊

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

      Thanks SAR

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

      You cannot take up any test, like if you want to use a binomial test, then your question should follow that binomial distribution.

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

    This video clear 80% of our Hypothesis testing concepts. It's a very good explanation.

    • @sanjeetsingh-iz1rb
      @sanjeetsingh-iz1rb 3 года назад +1

      What about the remaining 20% of the concepts

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

      @@sanjeetsingh-iz1rb significance level is 20% in this case

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

    Explanation was very good. I would like to know if my assumptions mentioned below are valid. Hope you acknowledge this.
    1. select k best can be applied on both classification and regression problems
    2. T-Test can be applied on a categorical feature which has only 2 distinct categories and when sample size is < 30
    3. Z-Test is same as T-Test but is applied when sample size > 30
    4. ANOVA Test is applied to categorical feature which has more than 2 distinct categories
    5. T-test, Z-Test & ANOVA tests are applied only when target has continuous values .
    I.e, when we are working on regression model
    6. Pierson Co-relation Co-eff can be applied only on numerical features. It can be applied between a feature & target and also between features
    If we find 2 features that are not co-related, we can remove one of them.
    7. Co-relation matrix can be applied only on numerical features
    8. Chi sqr test can be applied only on categorical features

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

      2. T-test applied on one or 2 numerical features.
      t-test and ANOVA work on numerical and continuous values.. yet in classification, we are using dummies the dependent feature(target column). Hence it can be applied.

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

      @@mooventhc1686 Thanks much. Correct me again please. T-Test, Z-Test & Anova-Test are used when our target column is having continuous values. I agree. But what should be the type of input feature ? Categorical / Numerical ? On which input feature type T test and ANOVA tests are applied ? Thanks in advance

  • @rajatchaturvedi9332
    @rajatchaturvedi9332 4 года назад +8

    Watching you hustle...i push my limits 🙏
    Thanks you so much Sir.

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

      Hey its three year's, what were you hustling, did you achieve that?

  • @VVV-wx3ui
    @VVV-wx3ui 4 года назад +4

    I think the starting point of Data Science is the Analysis of Data and these tests determine the Algorithm and the Regularization method to implement to minimize the cost function (RSS).
    Read recently that
    1) Co-variance and Multi-Collinearity would have impact on the Coefficients and NO impact on predictions
    2) There are L1 and L2 Norm regularization methods. A study (Mark Schmidt CS542B Project Report December 2005) says that L1 with Optimizing Least Squares is better than L2. Reason being that L2 does not address Parsimony (sparsity) of the model and Interpretability of the coefficients values and all it aims is Shrinking the Coefficients. L1 regularization has many benefits of the L2 and yet, sparsity and interpreting coefficients is easy.
    While above two are understandable in English but not as Statistics. May I request you to cover these, if possible, in your next session.
    Its so nice to see "whys" and "whens" in this video, which I think is the matter for Data Scientist. Great Work Krish. Please keep it going with more Whys and Whens.

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

    One category Feature --> One sample proportional test or Z test
    Two Category Features --> Chi-Squared Test
    One Continoues feature --> T -test
    Two continoues variable --> Co-realtion plus t test
    numberical plus category variables--> annova

  • @estherlalrindiki8067
    @estherlalrindiki8067 2 месяца назад +1

    I have watch more than 5 videos and still could not understand and finally sir videos has made it so comprehensible.....watching this video just 2 hrs before my exam😂

  • @abhishektyagi101
    @abhishektyagi101 4 года назад +8

    Amazing video sir...
    It has cleared my doubt on one of contradictory topic.
    Thank you very much for this teaching........

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

    1. Test on : One categorical feature - Two subclass : One Sample Proportion Test
    2. Test on : Two categorical features : Chi-Square Test
    3. Test on : One continous(Numerical) feature : T-Test
    4. Test on : Two continous features : T-Test (Correlation used here)
    5. Test on : One continous feature and One categorical feature with only Two subclass : T Test
    6. Test on : One continous feature and One categorical feature with More than Two subclass : ANOVA Test
    In All Cases, Reject H0 if p_value(significance value)

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

      What about z-test...when the sample size is greater than 30?

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

      It comes under similar categories as that of T test and used when sample size is large

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

    The p-value is the likelihood of the observed data, given that the null hypothesis is true. The more it is low, the more we are confident to reject H0

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

    Q- why we use P=0.05 or 5%?
    A- From experience or we can say from previous experiments we have concluded that from a population about 5% outcome is defective or we can say we have to reject that amount of data that falls within or equal to 5%.

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

    You're doing a great job, sir. Understanding these concepts is as important as knowing how to code.

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

    Thank you so much Sir...now i learned and understand the difference in between the T test, correlation, ANOVA.. P value significance ...etc

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

    You need a correction: Rejecting the null hypothesis does not mean that we accept the alternate hypothesis.
    We never accept the alternate hypothesis. We only reject the numm hypothesis or fail to reject. We don't do anything with the alternate hypothesis.

    • @Darklord-uk6yi
      @Darklord-uk6yi 11 месяцев назад

      could you point to some more references of what you have said, cause till now even i thought that if we reject H0 we accept H1, if not references then maybe explain a bit more as to why. thank you!

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

    best channel for learning statistics i've found so far. Great job

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

    Annova test--
    when we have one numerical variable and categorical variable
    where categorical variable has more than two categories
    T-test--
    when we have one categorical variable and one numerical variable
    where categorical variable has only two categories or one continuous variable
    one sample praportional test--
    when we want to campare values from only one sample(sample is categorical)
    chi-square test--
    when we have two categorical sample
    correlation test--
    when we have two numerical variable

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

    best playlist i have seen ever

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

    We can only reject null hypothesis but never accept alternate hypothesis. Based on test we can only conclude that we either have evidence in favor of null hypothesis or not.

  • @peacefulvibes1089
    @peacefulvibes1089 11 месяцев назад

    Great explanation, much better than the education I received in the last three months combined.

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

    You speak very fast! thank you for explaining so well

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

    p-value
    Given a chance model that embodies the null hypothesis, the p-value is the probability
    of obtaining results as unusual or extreme as the observed results.
    Alpha
    The probability threshold of “unusualness” that chance results must surpass for
    actual outcomes to be deemed statistically significant.

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

    THIS IS YOUR BEST VIDEO SO FAR !

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

    It's the best overview of tests I have seen on RUclips.
    Awesome dear sir.... Thank you.

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

    Hi. I don't know much details about the different hypothesis tests but I have learned in my probability class that if the correlation between two variables is zero never say that the two variables are independent but if the two variables are independent, then the correlation must be zero. So How could you apply the correlation test to find the dependency? It will be really helpful if you explain further. However, Thank you so much for your dedication to providing these videos free of cost.

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

      Correlation is the test done to check if two variables are related or not, if yes then how strong is the relationship. We do something called Hypothesis testing in order to check if the relation shown by the variable for it's respective sample(which we used to compute the correlation) is significant for the population data too. By doing this test we come to know if the correlation shown by the variables are significant or caused by chance or due to sampling error

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

    I am grateful for the brief information for the various test in the hypo & null hypo. helpful

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

    Super krish naik jeee crystal clear explanation …..preparing for PhD
    It’s helping me a lot thank you once again

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

    Thank you very much, Krish. Tomorrow I have a mock interview on Machine Learning. a lot of thanks to you.

  • @adarshtiwari6742
    @adarshtiwari6742 4 года назад +5

    Oh my god Krish got angry 7:02😂😂😂,jokes apart you are gr8 teacher.

  • @ranga-bashyam
    @ranga-bashyam Год назад +1

    sir! really blessed to watch your videos!! ur passion towords it make me feel enlightned 💯🙏

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

    Very nice video.
    Learning points of this video:
    1. Test on : One continues features , Hypothesis on : mean , Comes under : One Sample Test , Name of Test : One Sample T-Test , Accept & Rejection hypothesis criteria on what scale comparison : p value
    2. Test on : One categorical features - Two subclass , Hypothesis on : proportion between two class , Comes under : One Sample Test , Name of Test : One Sample Proportion Test , Accept & Rejection hypothesis criteria on what scale comparison : p value
    3. Test on : Two continues features , Hypothesis on : correlation , Comes under : Two Sample Test , Name of Test : Correlation with T-Test , Accept & Rejection hypothesis criteria on what scale comparisons : correlation & p value
    4. Test on : Two categorical features , Hypothesis on : proportion between two class based on other class , Comes under : Two Sample Test , Name of Test : Chi-Square Test , Accept & Rejection hypothesis criteria on what scale comparison : p value
    5. Test on : One categorical feature - Two subclass & One continues feature , Hypothesis on : Difference of mean between two class(variance) , Comes under : Two Sample Test , Name of Test : Two Sample T-Test , Accept & Rejection hypothesis criteria on what scale comparison : p value
    6. Test on : One categorical feature - More than two subclass & One continues feature , Hypothesis on : Difference of mean between more than two class(variance) , Comes under : Two Sample Test , Name of Test : ANOVA , Accept & Rejection hypothesis criteria on what scale comparison : p value

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

    Super and Great, This was what I was waiting for long time, Thank you again 🙏

  • @shivambhayre5056
    @shivambhayre5056 4 года назад +5

    Krish we understand the concept but don't know how to implement it in real dataset on python or R please make video on that by doing in jupyter notebook or rstudio.

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

    4:18 📖
    5:56 📖
    7:09 📖
    8:51 📖

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

    Thank you so much for putting it all together in this concise video.

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

    love real whiteboard lessons like yours..... my professors are dull and just run powerpoints during lectures half asleep.

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

    Excellent teaching

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

    Thank you so much. I love your method and pace of teaching.

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

    Conclusion:
    One category Feature --> One sample proportional test or Z test
    Two Category Features --> Chi-Squared Test
    One Continoues feature --> T -test
    Two continoues variable --> Co-realtion plus t test
    numberical plus category variables--> annova

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

    Your explanation creating interest to learn statistics

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

    t-test is actually more suitable for comparison of two populations samples. Analysis of variance (ANOVA) is a statistical technique that is used to check if the means of two or more groups are significantly different from each other by analyzing comparisons of variance estimates. But Krish mentioned in this video, t-test can be used when you have one numerical variable at around 8:20[ 8 minute, 20 seconds ], is it true statement or is it just mistake in flow? Thank you so much for investing your personal time in advancing the common good in our community, God bless you.

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

      i think you are right.

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

      The t-test is a statistical test used to determine if there is a significant difference between the mean Value of two groups. It is commonly used when working with """numerical or continuous """ variables.
      ANOVA is typically used when working with numerical or continuous variables.if there are significant differences between the means of three or more groups.

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

      t test is applied if there is one categorical and one numerical value but here you told that for t test only one numerical value is seen.

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

    Best explanation.. 👍👍

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

    this guy came 4 years too late for me! thanks for this

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

    P is low
    Null will go
    P is high
    Null will fly

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

    Thank You sir... It was very knowledge full

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

    krish, I have observed that you mentioned to use T - test for two numerical variables and again you mentioned correlation test.

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

    Wonderful explanation, thank you very much for making it so easy and interesting

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

    Amazing this has given me a clear understanding.

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

    A candidate sat in recruitment tests for the job of data scientists by one of the top leading firms of US. He was confused whether the salary in the company is good or not. So, what he did was that he took a survey of 14 employees working there. Their salaries would be given as input and candidates would like to test the hypothesis whether there is no significant mean difference in salary of data scientists given input mean. We have to return True if we can decline the hypothesis else False (Take threshold of 0.05) plz solve this question

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

    Crisp and to the point. Good one Krish.

  • @mboe94
    @mboe94 11 месяцев назад

    "Eldaly" Haha, made my day

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

    Thanks for the compacted video & all the tests at one place. I don't think so there is any other video on you tube explaining all the tests in such short & meaningful way. Nice video.
    Also, just got a doubt what test do we need when there is a categorical & numeric variable combination?

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

      If I'm not mistaken, acc to what he say if there are combination of categorical and numerical where both categorical and numerical variables has more than two distinct sets of value or group then Anova test should be apply.

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

    we can't say that the t-test and chi^2 is used only for the categorical variable. We can use it or analysis of mean, variance etc.

  • @orangemegamind
    @orangemegamind Месяц назад

    Very informative video!!😃

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

    Sir you explained it very well, in a very easy to understand way. The only problem was audio quality. Else everything was perfect.

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

    Thanks for the lucid explanation.

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

    thank you for doing this video. it is a very useful and good explanation with a simple example.

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

    Very well explained Krish

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

    Excellent Teaching. Thanks

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

    Very good video again as earlier. The way of connecting different concepts together is the difficult part for beginners and students. Your approach to answering the above issues are excellent Krish. Thank you very much. Please continue your good job for this world.

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

    Its great to seea good video on hypothesis testing.... good going..

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

    I expected the series as a playlist,
    I directly reached this video from you tube, and I dont know what to do with this series next
    No i button, no playlist, I wont go to your page @krish and search for the series now, you need your content to be more accessible !
    maybe an intro to the series before every video, quick 10 seconds..so that its easy to locate, for someone who would want to go to your page

  • @gajendrap.s.raghava6421
    @gajendrap.s.raghava6421 3 года назад

    Excellent video, describe concept clearly

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

    Helpful explanation.

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

    Thank you for your effort sire

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

    thank you so much!! you make things easier!!

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

    big thanks Krish!

  • @nishantkotnala7278
    @nishantkotnala7278 26 дней назад

    MaNY Thanks bro , you sorted me out!!

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

    Thank u so much sir it really helped me a lot to understand this concept

  • @user-qb9qf5mb5s
    @user-qb9qf5mb5s Год назад

    Thanks a lot. Thanks for excellent explaination

  • @sadhnasingh877
    @sadhnasingh877 4 года назад +5

    Hi Krish, thanks for this amazing video. Could you explain this using python with the sample data set.

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

    Indias own Andrew NG is krish naik ji.... Rather krish NG

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

    Please enhance the audio quality rest things are very nice and informative

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

    Excellent Class Sir ....

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

    Thanks Krish

  • @user-en5yv3iu2p
    @user-en5yv3iu2p 3 года назад

    Very good explaining sir. Thank u ❤

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

    You sir are amazing! Thank you for this video!

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

    watching the video for second time for revision. Thanks

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

    Thank you so much for this nice explanation

  • @PradeepKumar-ql5cz
    @PradeepKumar-ql5cz 3 года назад

    Simply superb

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

    Hello Krish/ Subscribes of Krish ,
    Kris mentioned T test can be used only for continuous variable in the beginning , but in the end at 11:11 Krish is saying it can be used when we have one continuous variable and one categorical variable( i.e only 2 categories), please reply me i am confused after this krish.

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

    Awesome explanation thank you

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

    Great video!

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

    Hello,
    Can you please add a video implementing the pipelining technique for ensembling more than two different algorithms together.

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

    Thank you for the amazing explanation sir. If we are comparing continuous variables we use corelation, wt if we are comparing 2 continuous variables in 2 groups as in comparison of newborn anthropometry (length and wt) in anemic and non anemic group. Kindly guide me. Thank you

  • @NavdeepSingh-bm8or
    @NavdeepSingh-bm8or 3 года назад

    very nicely explained. Thank you

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

    Very nicely explained

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

    Easy to understand.. You have enlightened me :D

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

    Thanks Krishh for the awesome video.

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

    Thank You, very clear explanation

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

    You teach awesome sir

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

    God Bless you Sir ...

  • @user-ih2xc1dg2c
    @user-ih2xc1dg2c 3 года назад

    Very helpful thanks

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

    superb well explained appreciated

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

    wonderful explanation

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

    Well explained!
    Thanks

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

    Excellent tutorial

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

    when it comes to correlation, do we have to use T test again?

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

      We simply see the correlation value between two variables. Close to 0 means no correlation.