#include "Simulation/SimuSpectral.hpp"#include "Basic/Law.hpp"#include "Basic/VectorHelper.hpp"#include "Stats/Classical.hpp"#include "Matrix/MatrixRectangular.hpp"#include "Matrix/MatrixFactory.hpp"#include "Model/Model.hpp"#include <math.h>Functions | |
| int | simuSpectral (Db *dbin, Db *dbout, Model *model, int nbsimu, int seed, int ns, int nd, bool verbose, const NamingConvention &namconv) |
| 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
| dbin | Input Db where the conditioning data are read |
| dbout | Output Db where the results are stored |
| model | Model (should only contain covariances that can cope with spectral method) |
| ns | Number of spectral components |
| nbsimu | Number of simulations processed simultaneously |
| seed | Seed used for the Random number generator |
| verbose | Verbose flag |
| nd | Number of discretization steps (used for the Spectrum on Sphere) |
| namconv | Naming Convention |