#include "gstlearn_export.hpp"#include "geoslib_define.h"#include "Calculators/ACalcInterpolator.hpp"Classes | |
| class | CalcKrigingFactors |
Functions | |
| GSTLEARN_EXPORT int | krigingFactors (Db *dbin, Db *dbout, Model *model, ANeigh *neigh, bool flag_est=true, bool flag_std=true, const KrigOpt &krigopt=KrigOpt(), const NamingConvention &namconv=NamingConvention("KD")) |
| GSTLEARN_EXPORT 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 |