필터 지우기
필터 지우기

Correlation of Spatial Data

조회 수: 3 (최근 30일)
Shahid
Shahid 2013년 9월 17일
Hi, I have 2 data sets X1 and X2. Both data sets contain various entries of geo spatial data (latitude and longitude).
X1=[lat1,lon1; lat2,lon2; lat3,lon3; ....] X2 is just like X1 but different values.
X1 and X2 are different in length and I am not looking for something like row by row matching as the data is independent of the row number and only dependent on its location (latitude and longitude).
Now I need to find the spatial correlation between these data sets to show that presence of entries of data set X1 means that entries of X2 will also be in nearby location. Can some one suggest any matlab function which can help me with doing correlation of spatial data. Also if someone here has good knowledge in Statistics that can he also tell me, what sort of models and algorithms are used for such analysis.
Thanks.
  댓글 수: 2
Image Analyst
Image Analyst 2013년 9월 17일
편집: Image Analyst 2013년 9월 17일
Do X1 and X2 have the same number of rows? Are they expected to match up, like the n'th row of X1 is roughly the same location as the n'th row of X2? If so, maybe just use the RMS difference to get the "average" distance X2 is away from X1???
Shahid
Shahid 2013년 9월 17일
X1 and X2 are of different length. And the data is independent of the "index of row". i.e the entries are in random order.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Earth, Ocean, and Atmospheric Sciences에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by