#include "gstlearn_export.hpp"
#include "geoslib_define.h"
#include "Enum/ESPDECalcMode.hpp"
#include "Basic/NamingConvention.hpp"
#include "API/SPDEParam.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 useCholesky=-1, SPDEParam params=SPDEParam(), bool verbose=false, bool showStats=false, const NamingConvention &namconv=NamingConvention("KrigingSPDE")) |
GSTLEARN_EXPORT int | simulateSPDE (Db *dbin, Db *dbout, Model *model, int nbsimu=1, const AMesh *mesh=nullptr, int useCholesky=-1, SPDEParam params=SPDEParam(), int seed=121423, bool verbose=false, bool showStats=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 | useCholesky, | ||
SPDEParam | params, | ||
bool | verbose, | ||
bool | showStats, | ||
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) |
useCholesky | Define the choice regarding Cholesky |
params | Set of parameters |
verbose | Verbose flag |
showStats | Show statistics for Linear Operations |
namconv | Naming convention |
GSTLEARN_EXPORT int simulateSPDE | ( | Db * | dbin, |
Db * | dbout, | ||
Model * | model, | ||
int | nbsimu, | ||
const AMesh * | mesh, | ||
int | useCholesky, | ||
SPDEParam | params, | ||
int | seed, | ||
bool | verbose, | ||
bool | showStats, | ||
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) |
useCholesky | Define the choice regarding Cholesky |
params | Set of parametes |
seed | Seed used for the Random Number generator |
verbose | Verbose flag |
showStats | Show statistics for Linear Operations |
namconv | Naming convention |