#include "geoslib_old_f.h"
#include "Db/DbGrid.hpp"
#include "Db/Db.hpp"
#include "Estimation/KrigingSystem.hpp"
#include "Estimation/CalcKrigingFactors.hpp"
#include "Anamorphosis/AAnam.hpp"
Functions | |
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) |
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 |