28 #ifndef __TERRALIB_SA_INTERNAL_GEOSTATISTICALMODELGAUSSIAN_H
29 #define __TERRALIB_SA_INTERNAL_GEOSTATISTICALMODELGAUSSIAN_H
60 virtual boost::numeric::ublas::matrix<double>
calculate(boost::numeric::ublas::matrix<double> matrix);
This file contains a virtual class that represents the geostatistical model.
Class that represents the geostatistical gaussian model.
virtual ~GeostatisticalModelGaussian()
Virtual destructor.
virtual boost::numeric::ublas::matrix< double > calculate(boost::numeric::ublas::matrix< double > matrix)
Function to calculate the geostatistical information from model.
GeostatisticalModelGaussian()
Default constructor.
The empirical variogram cannot be computed at every lag distance h and due to variation in the estima...
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.