gstlearn
0.3.3
CCC
|
#include "gstlearn_export.hpp"
#include "geoslib_define.h"
#include "Enum/ESPDECalcMode.hpp"
#include "Basic/NamingConvention.hpp"
#include "LinearOp/PrecisionOpCs.hpp"
#include "LinearOp/PrecisionOpMultiConditional.hpp"
Classes | |
class | SPDE |
Functions | |
GSTLEARN_EXPORT int | krigingSPDE (Db *dbin, Db *dbout, Model *model, bool flag_est=true, bool flag_std=false, bool flag_varz=false, const AMesh *mesh=nullptr, int refineK=11, int border=8, bool verbose=false, const NamingConvention &namconv=NamingConvention("KrigingSPDE")) |
GSTLEARN_EXPORT int | simulateSPDE (Db *dbin, Db *dbout, Model *model, int nbsimu=1, const AMesh *mesh=nullptr, int refineK=11, int refineS=18, int border=8, int seed=121423, bool verbose=false, const NamingConvention &namconv=NamingConvention("SimuSPDE")) |
GSTLEARN_EXPORT int krigingSPDE | ( | Db * | dbin, |
Db * | dbout, | ||
Model * | model, | ||
bool | flag_est, | ||
bool | flag_std, | ||
bool | flag_varz, | ||
const AMesh * | mesh, | ||
int | refineK, | ||
int | border, | ||
bool | verbose, | ||
const NamingConvention & | namconv | ||
) |
Perform the estimation by KRIGING under the SPDE framework
dbin | Input Db (must contain the variable to be estimated) |
dbout | Output Db where the estimation must be performed |
model | Model definition |
flag_est | True for the estimation |
flag_std | True for the standard deviation of estimation error |
flag_varz | True for the variance of the estimator |
mesh | Mesh description (optional) |
refineK | Refinement factor for building internal meshing for Kriging |
border | Number of nodes used for extending the internal grid |
verbose | Verbose flag |
namconv | Naming convention |
GSTLEARN_EXPORT int simulateSPDE | ( | Db * | dbin, |
Db * | dbout, | ||
Model * | model, | ||
int | nbsimu, | ||
const AMesh * | mesh, | ||
int | refineK, | ||
int | refineS, | ||
int | border, | ||
int | seed, | ||
bool | verbose, | ||
const NamingConvention & | namconv | ||
) |
Perform simulations under the SPDE framework
dbin | Input Db. If defined, the simulations are conditional; non conditional otherwise |
dbout | Output Db where the simulations must be performed |
model | Model definition |
nbsimu | Number of simulations |
mesh | Mesh description (optional) |
refineK | Refinement factor for building internal meshing for Kriging |
refineS | Refinement factor for building internal meshing for Simulations |
border | Number of nodes used for extending the internal grid |
seed | Seed used for the Random Number generator |
verbose | Verbose flag |
namconv | Naming convention |