Correlation based on binary events

조회 수: 1 (최근 30일)
Sam Da
Sam Da 2013년 1월 31일
I have a system with 5 components. Every 10 seconds the signal travels to all of them and I know how many of them responded. I need to know there there is a correlation in response. So, my time series data looks something like:
A B C D E
-----------------------
1 0 1 1 1
1 1 1 1 1
1 0 0 0 1
1 0 1 0 1
............ there are about 10,000 rows
Can I use a simple correlation function to see if there is correlation between occurrences of the above 5. Or is there a better way for this?
Thanks guys

답변 (1개)

Shashank Prasanna
Shashank Prasanna 2013년 1월 31일
I suppose there are many ways to quantify, but you could try to compute the Mutual Information which gives a measure of the average amount of decrease of the randomness of say A by observing B.
  댓글 수: 2
Sam Da
Sam Da 2013년 1월 31일
Please explain what do you mean by above?
Thanks
Shashank Prasanna
Shashank Prasanna 2013년 1월 31일
This metric may or may not applicable to your use case but wikipedia has more information on what I am talking about:

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

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by