#include "gstlearn_export.hpp"#include "geoslib_define.h"#include "Calculators/ACalcInterpolator.hpp"#include "Enum/EKrigOpt.hpp"Classes | |
| class | CalcKrigingFactors |
Functions | |
| GSTLEARN_EXPORT int | krigingFactors (Db *dbin, Db *dbout, Model *model, ANeigh *neigh, const EKrigOpt &calcul=EKrigOpt::fromKey("POINT"), const VectorInt &ndiscs=VectorInt(), bool flag_est=true, bool flag_std=true, const NamingConvention &namconv=NamingConvention("KD")) |
| GSTLEARN_EXPORT int krigingFactors | ( | Db * | dbin, |
| Db * | dbout, | ||
| Model * | model, | ||
| ANeigh * | neigh, | ||
| const EKrigOpt & | calcul, | ||
| const VectorInt & | ndiscs, | ||
| bool | flag_est, | ||
| bool | flag_std, | ||
| 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] | calcul | Type of estimate (from EKrigopt) |
| [in] | ndiscs | Discretization parameters (or empty) |
| [in] | flag_est | Option for the storing the estimation |
| [in] | flag_std | Option for the storing the standard deviation |
| [in] | namconv | Naming convention |