This file contains a class that represents the bayes global operation. More...
#include "../../common/Exception.h"
#include "../../common/Translator.h"
#include "../../common/progress/TaskProgress.h"
#include "../../dataaccess/datasource/DataSource.h"
#include "../../dataaccess/datasource/DataSourceManager.h"
#include "../../dataaccess/utils/Utils.h"
#include "../../datatype/SimpleProperty.h"
#include "../../geometry/Geometry.h"
#include "../../geometry/GeometryProperty.h"
#include "../../memory/DataSet.h"
#include "../../memory/DataSetItem.h"
#include "BayesGlobalOperation.h"
#include "Utils.h"
#include <cassert>
Go to the source code of this file.
This file contains a class that represents the bayes global operation.
Adapted from TerraLib4.
Mapping Disease and Mortality Rates Using Empirical Bayes Estimators Roger J. Marshall
Definition in file BayesGlobalOperation.cpp.