![]() |
1.7.0
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
#include "Db/DbGrid.hpp"
#include "Db/Db.hpp"
#include "Estimation/KrigingSystem.hpp"
#include "Estimation/CalcKrigingFactors.hpp"
#include "Anamorphosis/AAnam.hpp"
#include "Model/Model.hpp"
Functions | |
int | krigingFactors (Db *dbin, Db *dbout, Model *model, ANeigh *neigh, bool flag_est, bool flag_std, const KrigOpt &krigopt, const NamingConvention &namconv) |
int krigingFactors | ( | Db * | dbin, |
Db * | dbout, | ||
Model * | model, | ||
ANeigh * | neigh, | ||
bool | flag_est, | ||
bool | flag_std, | ||
const KrigOpt & | krigopt, | ||
const NamingConvention & | namconv | ||
) |
Disjunctive Kriging
[in] | dbin | input Db structure (containing the factors) |
[in] | dbout | output Grid Db structure |
[in] | model | Model structure |
[in] | neigh | ANeigh structure |
[in] | flag_est | Option for the storing the estimation |
[in] | flag_std | Option for the storing the standard deviation |
[in] | krigopt | Krigopt structure |
[in] | namconv | Naming convention |