Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

It seems to me that in literature these terms are used synonymously.

Does spatial autocorrelation strictly refer to linear dependence, or does spatial autocorrelation refer to the set of measures of spatial dependence (moran's i,...)?

Do you know of any precise definition of both terms?

Thank you very much

share|improve this question
It may be too much to expect universal agreement. In specific cases, authors will clearly distinguish particular mathematical forms of spatial correlation from statistical dependence, but there is a well-established tradition of doing just the opposite. E.g., Noel Cressie (in Statistics for Spatial Data, 1991) writes "...correlated ( i.e., cannot be modeled as statistically independent)" [p. 3]. Therefore you should anticipate that several different answers to this question are possible. Perhaps you have a specific subset of the "literature" in mind? – whuber Mar 28 '12 at 15:47

1 Answer

Correlation is a specific type of dependence--first order--thus dependence subsumes correlation. Furthermore, two random variables can be dependent without being correlated. Basic examples:

Auto-correlation: $R_X(\mathbf x_1, \mathbf x_2) = h_1(\| \mathbf x_1 - \mathbf x_2 \|)$

Cross-correlation: $R_{XY}(\mathbf x, \mathbf y) = h_2(\| \mathbf x - \mathbf y \|)$

Dependence: $f_{XY}(\mathbf x, \mathbf y) \neq f_X(\mathbf x) f_Y(\mathbf y)$

share|improve this answer
What do $R$, $h_1$, $h_2$, and $f$ mean? – whuber Mar 29 '12 at 0:49
1  
$h_1$ and $h_2$ are appropriate scalar functions, $f$ is a pdf, and $R$ is the correlation function, $X$ and $Y$ are random variables, $\mathbf{x}$ and $\mathbf{y}$ are vectors. – Emre Mar 29 '12 at 1:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.