This file contains a virtual class that represents the geostatistical model. More...
#include "../Config.h"
#include "../Enums.h"
#include <memory>
#include <boost/numeric/ublas/matrix.hpp>
Go to the source code of this file.
Classes | |
class | te::sa::GeostatisticalModel |
The empirical variogram cannot be computed at every lag distance h and due to variation in the estimation it is not ensured that it is a valid variogram, as defined above. However some Geostatistical methods such as kriging need valid semivariograms. In applied geostatistics the empirical variograms are thus often approximated by model function ensuring validity (Chiles&Delfiner 1999). More... | |
Namespaces | |
te | |
TerraLib. | |
te::sa | |
Namespace for the TerraLib SA module. | |
This file contains a virtual class that represents the geostatistical model.
\reference Adapted from TerraLib4.
Definition in file GeostatisticalModel.h.