expected correlation / transitivity ?

hi,
i have an "experimental correlation" between A and B (coefficient c1), and a "control correlation" between A and B' (coefficient c2).
the problem is, B' is correlated with A' with coefficient c3 and A' is correlated with A with coefficient c4.
so, is there a relation between c2, c3 and c4 ?
thank you laurie

댓글 수: 1

the cyclist
the cyclist 2012년 6월 2일
This is not a MATLAB question. You might have a better chance of having it answered on a math or statistics forum.

댓글을 달려면 로그인하십시오.

 채택된 답변

Tom Lane
Tom Lane 2012년 6월 2일

0 개 추천

It seems like you are saying [1 c4 c2; c4 1 c3; c2 c3 1] is the correlation matrix of A,A',B'. This is a valid correlation for some combinations of (c2,c3,c4) but not others. You could use MATLAB to investigate which combinations are valid, by determining which lead to a matrix whose smallest eigenvalue is non-negative. For example, you could set c4 equal to some value and draw a contour plot of the smallest eigenvalue. That will show you the legal combinations of c2 and c3.

댓글 수: 1

laurie
laurie 2012년 6월 6일
thanks. i gave up trying to solve this though ! math really isnt my strong suit. maybe someone else will be able to fully appreciate your answer ;-)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Linear Algebra에 대해 자세히 알아보기

태그

질문:

2012년 6월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by