1.5.1
CCC
 
SimuSpectral.hpp File Reference
#include "gstlearn_export.hpp"
#include "ACalcSimulation.hpp"
#include "Basic/VectorNumT.hpp"
#include "Basic/NamingConvention.hpp"

Classes

struct  spSim
 
class  SimuSpectral
 

Functions

GSTLEARN_EXPORT int simuSpectral (Db *dbin=nullptr, Db *dbout=nullptr, Model *model=nullptr, int nbsimu=1, int seed=43431, int ns=100, int nd=100, bool verbose=false, const NamingConvention &namconv=NamingConvention("Simu"))
 

Function Documentation

◆ simuSpectral()

GSTLEARN_EXPORT int simuSpectral ( Db dbin,
Db dbout,
Model model,
int  nbsimu,
int  seed,
int  ns,
int  nd,
bool  verbose,
const NamingConvention namconv 
)

Perform a series of simulations (on Rn or on the Spehere) using Spectral Method

Parameters
dbinInput Db where the conditioning data are read
dboutOutput Db where the results are stored
modelModel (should only contain covariances that can cope with spectral method)
nsNumber of spectral components
nbsimuNumber of simulations processed simultaneously
seedSeed used for the Random number generator
verboseVerbose flag
ndNumber of discretization steps (used for the Spectrum on Sphere)
namconvNaming Convention
Note
The conditional version is not yet available