필터 지우기
필터 지우기

Correlation nans

조회 수: 2 (최근 30일)
Mate 2u
Mate 2u 2012년 6월 1일
Hi all,
I have a very large matrix of 1's, -1's and 0's. When I do corrcoef sometimes I get nans. Is there a way I can avoid getting nans?

답변 (1개)

Oleg Komarov
Oleg Komarov 2012년 6월 1일
0/0
ans =
NaN
Since corr(A, B) = cov(A,B)/(std(A) *std(B)) when you have that the two segments are all zeros, then you will get NaN.
You cannot avoid it but you can decide that the NaN is informative in that case.

카테고리

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