Search for the difference between covariance and correlation and you'll find 1000 confused "answers". Finally, here is the answer in this video. If I'm understanding it correctly, they are essentially measuring the same thing (hence the confusion) but the correlation coefficient is a way to orient this property in a way that makes intuitive sense for humans (a range between -1 and 1 vs. an arbitrary number meaning who knows what out of context).
@chrisxed thanks, that is correct. Both are linear co-movement. As covariance is rendered in the same awkward format as variance (i.e., units^2 or returns^2), correlation translates it into a unitless (intuitive) format.
Another thing that I believe may be tripping people up here is that you forgot to put (n) into the denominator of the equation for covariance (where shown)... unless my eyes are failing me.
Thank you so much for this video. Your explanations are very clear, and simple but quite detailed. I finally understand correlation. This was previously a concept that was very difficult for me to grasp. I apprecitate your contribution very much!!!!!
Great set of videos! Thanks for making the time to create them!
One question. You say to get the correlation coefficient you divide the covariance by the product of the standard deviations. 0.67 / (0.67*0.67) does not equal 1. Am I missing something?
@04274108 The standard deviations (ie., volatilities) are SQRT(0.67) not 0.67, so correlation = 0.67 / SQRT(0.67)*SQRT(0.67), and since SQRT(0.67)*SQRT(0.67) = 0.67, we have 0.67/0.67.
@bionicturtledotcom Wait a sec, the std(x) = 1 and the std(y) = 1 and not the sqr(0.67), unless you are considering the standar deviation of a sample formula, in that case is sqrt(0.67) where 0.67 should be the variance but it is not, is just merely coincidence that 0.67 is the product of (x-ux)(y-uy) and then consider the std(x) = sqrt(0.67). Maybe I need a better explanation, thanks for posting
@hawaypg there are no sample statistics here, these are (to keep it simple) merely illustrating "population" -based correlation. As the Average(X) = 3, the (population) variance of X = average[0^2, 1^2, 1^2] = 0.67, such that the StdDev(X) = SQRT(0.67). Similarly, (pop) var(Y) = avg[0,1,1]. It's not meant to be coincident, i just didn't show the StdDev calcs. Hope that explains, thanks, David
Awesome video! This might be a irrelevant question, but what is the reason behind dividing with the product of the standard deviation in order to translate the covariance to correlation?
I don't understand how stdev(X) = 0.67??? As you said you take the stdev (X) x stdev(Y), but if I compute it, it gives stdev(X)=1 (stdev(3,4,2)) and stdev(Y)=1, so cov(X,Y) / (stdev(X) x stdev(Y)) should equal to 0.67 and not 1. Could you please clarify. Thx
@meyero90 The example shows the standard deviations to be the square root of 0.67, not 0.67.
Use the series 0, -1, 1 in the STDEVP 'population' function and you'll get his result.
I'd guess you either used the STDEV 'sample' function or you used the wrong series. Or both maybe. Be sure to use the deviations from the mean as the series in standard deviation calculations.
Would there be a bionicturtle complete course which takes the individual through a complete dissertation of these statistical quantities, and then translates them into practical use by application to 'the greeks' components in options?
How to arrive at -ve correlation. Since both sides are squared, there is no possibility of arriving a negative correlation. So, it will fluctuate between 1 to 0.
Missed a tutorial on covariance, found that the suggested reading only made it more difficult, your video on the other hand, was fantastic.
Solved and completed my work in no time at all. Thanks.
Although saying that - I did get a question wrong.
I had a question where the covariance was 0, and it then proceeded to ask if X and Y were independant, i thought yes, but that's apparently incorrect. Do you have any videos explaining why this is?
I already passed statistics 10 years ago, but I have been asked to tutor. Of course I forgot almost everything, but if your tutorial continues in this direction as some previous I've checked, I might actually remember everything an learn it even better as before.
I only my professor would have thought us in this way. My grade would've been so much better.
Thank you, for making the efford of uploading the videos!
patrickrueegg:........... you are right that at first glance it confuse but we can not say that video is wrong. he written that sqr rout..... sqr rout mean it that when we take square rout of 0.67 and 0.67 and the make product i come 0.67.....
Think that you'd very much enjoy my paper that derives a formula for calculating average covariance for all combinations of treatment pairs in a randomized block design, then divides that by the average treatment variation across blocks - I call this the r value or the coefficient of covariance (for randomized blocks). The idea is that the r value will vary between 1 and 0 depending on the orientation of blocks (if no sampling errors) in a gradient - or just strength of linear correlation
Even though your aim was financial math, you kept the theory discussion nicely generalized. Great job! What you're saying is that the correlation (functional) is the normalization of the covariance (i.e. makes it a dimensionless metric). I'm certain that the term covariance refers to complimentary-variance similar to the cosine being a complimentary-sine. Is this correct?
The .67 divided by .67 is one though-he didn't multiply it he divided the two numbers at the end. Remember the equation sigma xy over sigma x and sigma y?
I mean the standart division of x and y is 0.816497 each. and NOT 0.67 as he wrote !! The variance of each one is 0.67, but not SD as he wrote in the movie.
and 0.816497 x 0.816497 = 0.67
I think this is quite confusing and took 30 minutes of my sleep now.
He should correct this mistake. Do you get what I mean?
Actually the standard deviation of both X and Y is 1. However, the variance of both is 0.81649658.
As you have correctly pointed out 0.816497 x 0.816497 = 0.67. The covariance coefficient and the final correlation coefficient remains the same but the denominator he discusses in the correlation formula is entirely wrong. The correlation formula should read: Cov(X,Y) / (σx * σy)
quick question... if two variables have a strong coefficient of correlation, does it mean that there is a causation relationship (one causes the other one)??? thanks...!!!
no, not even, correlation is merely a measure of observed *linear* relationship between two variables. Says nothing about causality; e.g., a third variable can cause them both. Further, it's just linear - variables can be dependent but non-linear. A limited metric.
if it isn't 1, it means that the relationship resembles a straight line, that is, that you can model it as a linear relationship. The point about causality is very important to understand, by the way, and a lot of people confuse that.
Search for the difference between covariance and correlation and you'll find 1000 confused "answers". Finally, here is the answer in this video. If I'm understanding it correctly, they are essentially measuring the same thing (hence the confusion) but the correlation coefficient is a way to orient this property in a way that makes intuitive sense for humans (a range between -1 and 1 vs. an arbitrary number meaning who knows what out of context).
chrisxed 6 days ago
@chrisxed thanks, that is correct. Both are linear co-movement. As covariance is rendered in the same awkward format as variance (i.e., units^2 or returns^2), correlation translates it into a unitless (intuitive) format.
bionicturtledotcom 6 days ago
Thank you for making this intuitive, makes a lot more sense now.
onlnr 1 week ago
Another thing that I believe may be tripping people up here is that you forgot to put (n) into the denominator of the equation for covariance (where shown)... unless my eyes are failing me.
MrKernkraft4000 1 month ago in playlist Statistics: Introduction
Thank you!
NVRMR08 1 month ago
You described it as a piece of cake!
boodai88 2 months ago
he speaks too slowly! I have a test tomorrow I need this info fast
abxvistro 3 months ago
@abxvistro dude, you're so fucked.
heraclesX 1 month ago
Thank you so much for this video. Your explanations are very clear, and simple but quite detailed. I finally understand correlation. This was previously a concept that was very difficult for me to grasp. I apprecitate your contribution very much!!!!!
leonriv 3 months ago
I found it very useful
sniparag 3 months ago
saved me, thanks man
szlazer 4 months ago
U have no idea how much u just helped me. Thanks!!
lol8789 4 months ago
You explained very simply.......thanx a lot !
galgotias 4 months ago
Seriously saved me! I was struggling so much! Thank you!!!
Theccarr25 4 months ago
Thank you. You saved my life :)
waem1 4 months ago
great explanation! Thanks a lot!!
ntang92 4 months ago
you simply rock dude!! keep it up
TheBigNicko 4 months ago
you sound like the chef guy from foodwishes! 8D
debbidoots 5 months ago
Perfect! Thanks for the clarification! Cheers mate!
04274108 5 months ago
Great set of videos! Thanks for making the time to create them!
One question. You say to get the correlation coefficient you divide the covariance by the product of the standard deviations. 0.67 / (0.67*0.67) does not equal 1. Am I missing something?
04274108 5 months ago
@04274108 The standard deviations (ie., volatilities) are SQRT(0.67) not 0.67, so correlation = 0.67 / SQRT(0.67)*SQRT(0.67), and since SQRT(0.67)*SQRT(0.67) = 0.67, we have 0.67/0.67.
Thanks for your kind words!
bionicturtledotcom 5 months ago
@bionicturtledotcom Wait a sec, the std(x) = 1 and the std(y) = 1 and not the sqr(0.67), unless you are considering the standar deviation of a sample formula, in that case is sqrt(0.67) where 0.67 should be the variance but it is not, is just merely coincidence that 0.67 is the product of (x-ux)(y-uy) and then consider the std(x) = sqrt(0.67). Maybe I need a better explanation, thanks for posting
hawaypg 2 months ago
@hawaypg there are no sample statistics here, these are (to keep it simple) merely illustrating "population" -based correlation. As the Average(X) = 3, the (population) variance of X = average[0^2, 1^2, 1^2] = 0.67, such that the StdDev(X) = SQRT(0.67). Similarly, (pop) var(Y) = avg[0,1,1]. It's not meant to be coincident, i just didn't show the StdDev calcs. Hope that explains, thanks, David
bionicturtledotcom 2 months ago
Its not 0.67 / (0.67*0.67) .It is 0.67 /sqrt(0.67)*sqrt(0.67) which equals 1.Hope it helps.
adithyani4 2 months ago
i have been browsing around for something like this--very helpful. statistics suffers from somewhat clunky notation
anzatzi 6 months ago
I hate why Statistics professors don't teach like this, in this patient way!!!!!!...
jimmyjmv 7 months ago
Awesome video! This might be a irrelevant question, but what is the reason behind dividing with the product of the standard deviation in order to translate the covariance to correlation?
HRSDKK 8 months ago
this is good if weights of X and Y are equal (i.e. 1/3 in this example) , but what about covariance of X,Y with different weights?
aida19751000 8 months ago
Outstanding. Thank you!!!
karatepopcorndefendr 8 months ago
Thank you, thank you, thank you! This was a great help tying covariance and correlation together. Clear and to the point, can't thank you enough!
jenffemtp 8 months ago
6 people are dumbasses.. excellent vid, visual aid was fantastic :)
potatopeelingparty 8 months ago
What the heck?
sovietamerican2 9 months ago
sooooooo easy to understand this solve all of my problems in understanding portfolio. Thank you very much sir.
ganuongtoi 9 months ago
thank u! very good explaination!
tooposh1 9 months ago
you've made some points very, very clear. thank you!
ThaFacka 10 months ago
awesome.... its very helpful
deeejey1 10 months ago
thanks
irfaanfr1 11 months ago
awesome dude, you are making a great contribution to society.
halfstep007 11 months ago 2
@halfstep007 Here, here. This guy deserves a medal.
the11diesel 10 months ago
wow that was helpful, thanks!
krishnasmurf 1 year ago
thank you so much, i now understand
siddyt1 1 year ago
Thank you. Knowledge is golden!
SkyHiRider 1 year ago
Amazing Explanation..cant thank you enough :)
1Gaggi 1 year ago
This has been flagged as spam show
Better idea about Russain women gettop5.info
criseldaprangehkg 1 year ago
I don't understand how stdev(X) = 0.67??? As you said you take the stdev (X) x stdev(Y), but if I compute it, it gives stdev(X)=1 (stdev(3,4,2)) and stdev(Y)=1, so cov(X,Y) / (stdev(X) x stdev(Y)) should equal to 0.67 and not 1. Could you please clarify. Thx
meyero90 1 year ago
@meyero90 The example shows the standard deviations to be the square root of 0.67, not 0.67.
Use the series 0, -1, 1 in the STDEVP 'population' function and you'll get his result.
I'd guess you either used the STDEV 'sample' function or you used the wrong series. Or both maybe. Be sure to use the deviations from the mean as the series in standard deviation calculations.
Hope that helps.
WGS669 9 months ago
Would there be a bionicturtle complete course which takes the individual through a complete dissertation of these statistical quantities, and then translates them into practical use by application to 'the greeks' components in options?
MrSyCoe 1 year ago
thank you so much for this!
rclcryan 1 year ago
thank you so much for this!
rclcryan 1 year ago
Thank you for a clear explanation!
MaritimeGuru 1 year ago
This has been flagged as spam show
Chat with Russian women ** leefoxnow.info **
LilyahPolki 1 year ago
Wow, thank you very much. I'm studying for CFA and this helped a lot.
gambart2002 1 year ago
thank that makes things so clear for me now !
looneycubstar 1 year ago
This is a great explanation and interpretation. Most tutorials neglect to give the numbers meaning in-context.
jtottonb 1 year ago
GREAT! Keep it up!!
ap2402 1 year ago
You definitely made my day. My Investment Analysis class confused me...but you clarified it for me. Wish more professors could teach like you.
rquinatoa 1 year ago
This has been flagged as spam show
Seriously you have no idea how much you have helped. I wish everyone taught it this way.
aishkarbeta 1 year ago
Seriously you have no idea how much you have helped. I wish everyone taught it this way.
aishkarbeta 1 year ago
This has been flagged as spam show
Chat with Russian women ** leefoxnow.info **
bvnbmklopvcxzas 1 year ago
How to arrive at -ve correlation. Since both sides are squared, there is no possibility of arriving a negative correlation. So, it will fluctuate between 1 to 0.
balnagendra 1 year ago
Thanks so much! This has been very helpful :)
immagathu20 1 year ago
Missed a tutorial on covariance, found that the suggested reading only made it more difficult, your video on the other hand, was fantastic.
Solved and completed my work in no time at all. Thanks.
Although saying that - I did get a question wrong.
I had a question where the covariance was 0, and it then proceeded to ask if X and Y were independant, i thought yes, but that's apparently incorrect. Do you have any videos explaining why this is?
Thanks x
TSkillaaa 1 year ago
just worked out why - thanks a lot. x
TSkillaaa 1 year ago
very very well put please come teach my finance class!
zhsimko88 1 year ago
This has been flagged as spam show
Naughty women in the lane benaughtyman.info
nikinilakmali 1 year ago
Why couldn't my teacher have put it like that? Been struggling over this for weeks, huge THANKYOU!
71318elmo71318 1 year ago
Allah bless YOU and USA.
Thanks alot
McMahbouba 1 year ago
@ bionicturtledotcom
Thanks a lot brother. It was such a wonderful & simpest explanation. i was confused before; but not any more now. bundle of thanks again.
MAY GOD ALMIGHTY bless you. (Amen)
pakpride1947 1 year ago
I already passed statistics 10 years ago, but I have been asked to tutor. Of course I forgot almost everything, but if your tutorial continues in this direction as some previous I've checked, I might actually remember everything an learn it even better as before.
I only my professor would have thought us in this way. My grade would've been so much better.
Thank you, for making the efford of uploading the videos!
aandreya 1 year ago
You did an excellent job here! Your explanation was clear and concise, who could ask for more.
Chris
B.Nice™
PS If I had to ask for more it would be some formulas that we could copy.
bnicetm 1 year ago
You did an excellent job here! Your explanation was clear and concise, who could ask for more.
Chris
B.Nice™
bnicetm 1 year ago
Really great videos!! Thank you very much!
elpa98 1 year ago
Fantastic explanation! Thank you :)
The relationship with finance adds a useful perspective that I hadn't considered before too.
kdkdoiew 1 year ago
Amazing explanation, keep it up
abyagowi7 1 year ago
You have no idea how much you helped! Thank you.
scottbroadway 1 year ago 14
@scottbroadway my pleasure, thanks for you kind feedback, makes my day!
bionicturtledotcom 1 year ago 2
@bionicturtledotcom : How to prove cov(ki,kj) = - n pi pj
leotakesleo 1 year ago
Thank you! You explained this wonderfully!
ProgressivPositivity 1 year ago
Thank you soo much - Perfect explanation of relationships
jim8z3 1 year ago
@jim8z3 thank you, for such kind feedback
bionicturtledotcom 1 year ago
Thank you soo much - Perfect explanation of relationships
jim8z3 1 year ago
Thank you very much , what a great expalanation !
Suliman , Kuwait
boodai88 1 year ago
very helpful !
shizakhan1 1 year ago
patrickrueegg:........... you are right that at first glance it confuse but we can not say that video is wrong. he written that sqr rout..... sqr rout mean it that when we take square rout of 0.67 and 0.67 and the make product i come 0.67.....
sasmalik 1 year ago
nice explanation!
wengohung 1 year ago
Think that you'd very much enjoy my paper that derives a formula for calculating average covariance for all combinations of treatment pairs in a randomized block design, then divides that by the average treatment variation across blocks - I call this the r value or the coefficient of covariance (for randomized blocks). The idea is that the r value will vary between 1 and 0 depending on the orientation of blocks (if no sampling errors) in a gradient - or just strength of linear correlation
cusanusnicolas 2 years ago
Even though your aim was financial math, you kept the theory discussion nicely generalized. Great job! What you're saying is that the correlation (functional) is the normalization of the covariance (i.e. makes it a dimensionless metric). I'm certain that the term covariance refers to complimentary-variance similar to the cosine being a complimentary-sine. Is this correct?
69erthx1138 2 years ago
The .67 divided by .67 is one though-he didn't multiply it he divided the two numbers at the end. Remember the equation sigma xy over sigma x and sigma y?
best explanation over
prettykitty00 2 years ago
hmm.. the end wasn't clear to me. The product of 0.67 x 0.67 is not 0.67. Then the correlation wouldn't be 1 ?
patrickrueegg 2 years ago
He made the following calculation: sqrt(0.67) x sqrt(0.67) / 0.67 , which produces a 1, since (sqrt(x) x sqrt(x))^2=1.
exobr 2 years ago
yes, you're right, but its written wrong !!
I mean the standart division of x and y is 0.816497 each. and NOT 0.67 as he wrote !! The variance of each one is 0.67, but not SD as he wrote in the movie.
and 0.816497 x 0.816497 = 0.67
I think this is quite confusing and took 30 minutes of my sleep now.
He should correct this mistake. Do you get what I mean?
patrickrueegg 2 years ago
@patrickrueegg
Actually the standard deviation of both X and Y is 1. However, the variance of both is 0.81649658.
As you have correctly pointed out 0.816497 x 0.816497 = 0.67. The covariance coefficient and the final correlation coefficient remains the same but the denominator he discusses in the correlation formula is entirely wrong. The correlation formula should read: Cov(X,Y) / (σx * σy)
KettlePal 1 year ago
so cool.. top man for this
w201cosworth 2 years ago
THANK YOU!!! This is the best explanation EVER!
kjfksfhk 2 years ago
i love you, worked for building my foundation understanding in econometrics!
alcowhorelication 2 years ago
thank you, best explanation of covariance!
alan4cult 2 years ago 9
i appreciate that, thanks for your support!
bionicturtledotcom 2 years ago
thx u so much
costas020287 2 years ago
NICE! Thank you so much!
obesejim 2 years ago
Thank you so much. I received an A on statistics thanks to you!!!!!
jtcra555 2 years ago
Thank u sooooooooo much...
believerofunity 2 years ago
Comment removed
guggaman 2 years ago
this guy has a talent to teach
daridaist 2 years ago 21
thank you, it`s much simple now
SteVidz 2 years ago
Wow, thank you, I was really about to rip a piece of my hair out because of my econometrics homework.
Shadyhunter04 3 years ago
really well donne, keep going.
Thaks
lalojefe 3 years ago
P.S Greetings from London, UK
gobi20 3 years ago
Thank you - Thank you, Sooooo much ! Please do no stop. You do a great JOB!
gobi20 3 years ago
100%
rfvo 3 years ago
1.0
bionicturtledotcom 3 years ago 2
quick question... if two variables have a strong coefficient of correlation, does it mean that there is a causation relationship (one causes the other one)??? thanks...!!!
JulesUCO 3 years ago
no, not even, correlation is merely a measure of observed *linear* relationship between two variables. Says nothing about causality; e.g., a third variable can cause them both. Further, it's just linear - variables can be dependent but non-linear. A limited metric.
bionicturtledotcom 3 years ago
that means, if the correlation between X and Y is 1, so X=aY+b
what happens with a relationship between X and Y, if the correlation isnt 1, for example its near 1?
How could the relationship look?
thankss!
rize1337 3 years ago
if it isn't 1, it means that the relationship resembles a straight line, that is, that you can model it as a linear relationship. The point about causality is very important to understand, by the way, and a lot of people confuse that.
trr12 3 years ago
thanks so much for posting =D
joolzxx 3 years ago
Thanks Mr. Harper, My sshool needs you!! Regards, Rhett at National Taiwan University
rhettintaipei 3 years ago
Love all of your videos
MarkaRoxx 4 years ago
Thanks for your vids, better than my professor, haha
mikeair171 4 years ago