Jump to content

Talk:Partial correlation: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Illia Connell (talk | contribs)
m Stats rating using AWB
Craniator (talk | contribs)
Line 54: Line 54:


Self-explanatory <small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Jbell sci|Jbell sci]] ([[User talk:Jbell sci|talk]] • [[Special:Contributions/Jbell sci|contribs]]) 12:44, 5 December 2012 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
Self-explanatory <small><span class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Jbell sci|Jbell sci]] ([[User talk:Jbell sci|talk]] • [[Special:Contributions/Jbell sci|contribs]]) 12:44, 5 December 2012 (UTC)</span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->

== "Using linear regression": Z defined as scalar random variable but z_i used as vector ==

In the section "Using Linear Regression", Z is defined as scalar random variable, but then z_i used as vector in scalar product expressions. Am I missing something?

Revision as of 13:33, 25 April 2015

WikiProject iconStatistics Start‑class High‑importance
WikiProject iconThis article is within the scope of WikiProject Statistics, a collaborative effort to improve the coverage of statistics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
HighThis article has been rated as High-importance on the importance scale.

partial correlation is standardized regression coefficient...

Shouldn't it be mentioned that the partial correlation coefficient is equivalent to the coefficient of a regression Y = a + b_0*X + b*Z + e where Y, X and Z are standardized to mean zero and unit variance? —Preceding unsigned comment added by Aenus (talkcontribs) 13:51, 16 November 2010 (UTC)[reply]

I don't think this is true. Please elaborate. Skbkekas (talk) 14:40, 16 November 2010 (UTC)[reply]
I've checked this out by hand -- it's not true, but something similar and more symmetric is true: If you also regress X = c + d_0*Y + f*Z + u, then the square root of the product of the estimates of b_0 and d_0 equals the partial correlation coefficient (even if you don't standardize the variables). This makes sense to me, because I have previously seen the same result for the correlation coefficient in the absence the other variable Z. Duoduoduo (talk) 16:49, 19 November 2010 (UTC)[reply]
Thank you for helping out - the problem was a misunderstanding from my part. User:Aenus (17:41, 29 November 2010 (UTC)[reply]


Relation to formula in Multiple correlation article

The article on multiple correlation gives the following formula for the R2 of a multiple regression:

R2 = c'Rxx−1c

where the elements of the vector c are the correlations between right-side variables Xi and the left-side variable Y, and Rxx is a matrix whose ij element is the correlation between the i and j right-side variables. Now if we write Rxx−1 as equal to PP', we have R2 = the sum of the squared elements of the vector c'P .

Question: Is the ith element of c'P equal to the partial correlation of Y with Xi conditional on the other X's? If so, maybe this should go in the article. Duoduoduo (talk) 18:06, 18 November 2010 (UTC)[reply]

Partial distance correlation

Removed a sentence about partial distance correlation from the Partial correlation article. Partial distance correlation section has been entirely removed from distance correlation and the term partial distance correlation as of now is undefined.Mathstat (talk) 19:55, 5 January 2011 (UTC)[reply]

Terminology (scalar product / dot product)

I found the odd syntax for the dot product slightly confusing: Let the scalar product between the vectors v and w. Can't we just use a dot? The angle brackets (in my field at least) are often associated with the average of a random variable/function. Just a thought? (I might be wrong - just wondering what the consensus is?) Thanks for the useful article though! Lionfish0 (talk) 09:39, 10 March 2011 (UTC)[reply]

Computation using regression

The matlab implementation includes the constant term (that I've just mentioned in the article). I'm not sure how to cite it, but it's in the code!

z1 = [ones(n,1) z];
resid = x - z1*(z1 \ x);

on lines 192 and 193 in my version of matlab's stat's toolbox. Where z is the matrix of other variables, z1 is the matrix once the constant term is added and x is the variable being predicted by the regression. resid is the residual.

I've spent several hours today wondering why my code returned a different partial correlation! I feel other people might like this info on the wiki page. Lionfish0 (talk) 13:23, 10 March 2011 (UTC)[reply]

interpretation

It would be useful to include a section discussing what one does with a partial correlation. Why is someone interested in this quantity? What conclusions can be drawn from it? How is the partial correlation of x and y controlling for z different from the regression of y on x and z, and when should one use each of the two approaches? Thank you.— Preceding unsigned comment added by 165.124.241.177 (talk) 19:39, 9 November 2011 (UTC)[reply]

help updating citation

I'm not sure if it's temporary, but the Springer link at See Also... to the Mathematics encyclopedia isn't working. I found the article at: http://www.encyclopediaofmath.org/index.php?title=Partial_correlation_coefficient&oldid=14288 ... Is this a problem with the template used to make the citations? If someone with more expertise than me could make the edit, that would be super cool; it's a bit outside my skill level so far. Thanks in advance 216.59.115.74 (talk) 21:30, 4 January 2012 (UTC)[reply]

Fixed. Encyclopedia of Mathematics reorganised their site a while back so the all the links went stale. The template {{SpringerEOM}} still works but the id parameter has to be changed by hand. Thanks for pointing out the problem. Qwfp (talk) 17:04, 5 January 2012 (UTC)[reply]

Please add an example that most people could understand

Self-explanatory — Preceding unsigned comment added by Jbell sci (talkcontribs) 12:44, 5 December 2012 (UTC)[reply]

"Using linear regression": Z defined as scalar random variable but z_i used as vector

In the section "Using Linear Regression", Z is defined as scalar random variable, but then z_i used as vector in scalar product expressions. Am I missing something?