contents next up previous
Next: Window Neighborhood Up: Basic concepts Previous: Geo-Value

Subsections


Neighborhood

Call f a binary predicate taking two geo-values as arguments. If u is a geo-value, a Neighborhood of u in $ \mathbb {U}$ is the set of geo-values V($ \bf u$) such that:

V($\displaystyle \bf u$) = {$\displaystyle \bf v$ $\displaystyle \in$ $\displaystyle \mathbb {U}$    /    f ($\displaystyle \bf u$,$\displaystyle \bf v$) = true}

u is called the center of the Neighborhood. A neighbor is, of course, an element of the Neighborhood. The neighborhood can be made to contain no more than a fixed number of neighbors, even if more geo-values actually satisfy criterion f. The retained geo-values could be selected according to their variogram distance from the center, or according to their ``nature'' (i.e. the geo-value's property is a ``hard datum'' or is a previously simulated value), etc.

In geostatistics two types of neighborhoods are often used: elliptical neighborhoods and window (or template) neighborhoods. An elliptical neighborhood is a neighborhood for which f ($ \bf u$,$ \bf v$) = true if v is inside a given ellipsoid centered on u. A window neighborhood, is defined by a set of vectors $ \bf h_{1}^{}$,...,$ \bf h_{n}^{}$ and:

f ($\displaystyle \bf u$,$\displaystyle \bf v$) = true    if    $\displaystyle \exists$ j $\displaystyle \in$ [1, n]    $\displaystyle \bf v$ = $\displaystyle \bf u$ + $\displaystyle \bf h_{j}^{}$





Refinement of

Container



Associated Types



Notations

A   A type that is a model of Neighborhood
a   Object of type A
I   A type the is a model of Forward Iterator
u   An object of a type that models Location



Valid Expressions



Models


contents next up previous
Next: Window Neighborhood Up: Basic concepts Previous: Geo-Value
nicolas
2002-05-07