#include <CorrelModel.h>
Inheritance diagram for ExponentialCorrelModel::

Public Methods | |
| ExponentialCorrelModel (int nsd_) | |
| virtual real | spatialCorrelation (const Ptv(real) &x) |
NAME: ExponentialCorrelModel - exponential random field correlation model
DESCRIPTION:
This class is a subclass of "CorrelModel" for implementing an exponential spatial correlation model for random fields. The correlation expression is the exponential of minus the square root of the sum of each spatial coordinate divided by the corresponding integral scale.
|
|
|
|
|
this is the central virtual function in the hierarchy; it computes the value of the correlation function at a specified point. Reimplemented from CorrelModel. |