#include <KrigingSystemSimpleCase.hpp>
|
| KrigingSystemSimpleCase (Db *dbin, Db *dbout, const ModelGeneric *model, ANeigh *neigh) |
|
| KrigingSystemSimpleCase (const KrigingSystemSimpleCase &m)=delete |
|
KrigingSystemSimpleCase & | operator= (const KrigingSystemSimpleCase &m)=delete |
|
virtual | ~KrigingSystemSimpleCase () |
|
int | setKrigOptCalcul (const EKrigOpt &calcul) |
|
int | setKrigOptDataWeights (int iptrWeights, bool flagSet=true) |
|
int | setKrigOptFlagGlobal (bool flag_global) |
|
int | setKrigOptFlagLTerm (bool flag_lterm) |
|
int | updKrigOptEstim (int iptrEst, int iptrStd, int iptrVarZ, bool forceNoDual=false) |
|
bool | isReady () |
|
void | updateLHS (KrigingAlgebraSimpleCase &algebra, ModelGeneric &model) |
|
int | estimate (int iechout, SpacePoint &pin, SpacePoint &pout, VectorDouble &tabwork, KrigingAlgebraSimpleCase &algebra, ModelGeneric &model, ANeigh *neigh=nullptr) |
|
void | conclusion () |
|
KrigingAlgebraSimpleCase & | getAlgebra () |
|
int | getNDim () const |
|
int | getNVar () const |
|
VectorVectorDouble | getSampleCoordinates (KrigingAlgebraSimpleCase &algebra, int iechout) const |
|
double | getLTerm () const |
|
ModelGeneric * | getModel () const |
|
◆ KrigingSystemSimpleCase() [1/2]
KrigingSystemSimpleCase::KrigingSystemSimpleCase |
( |
Db * |
dbin, |
|
|
Db * |
dbout, |
|
|
const ModelGeneric * |
model, |
|
|
ANeigh * |
neigh |
|
) |
| |
◆ KrigingSystemSimpleCase() [2/2]
◆ ~KrigingSystemSimpleCase()
KrigingSystemSimpleCase::~KrigingSystemSimpleCase |
( |
| ) |
|
|
virtual |
◆ conclusion()
void KrigingSystemSimpleCase::conclusion |
( |
| ) |
|
◆ estimate()
◆ getAlgebra()
◆ getLTerm()
double KrigingSystemSimpleCase::getLTerm |
( |
| ) |
const |
|
inline |
◆ getModel()
◆ getMu()
◆ getNDim()
int KrigingSystemSimpleCase::getNDim |
( |
| ) |
const |
|
inline |
◆ getNVar()
int KrigingSystemSimpleCase::getNVar |
( |
| ) |
const |
|
inline |
◆ getSampleCoordinates()
Returns the coordinates of the neighboring samples
- Returns
- Array organized by Coordinate (minor) then by Sample (major)
◆ getWeights()
◆ isReady()
bool KrigingSystemSimpleCase::isReady |
( |
| ) |
|
Performs the last operations before launching the loop on Estimations
- Returns
◆ operator=()
◆ setKrigOptCalcul()
int KrigingSystemSimpleCase::setKrigOptCalcul |
( |
const EKrigOpt & |
calcul | ) |
|
◆ setKrigOptDataWeights()
int KrigingSystemSimpleCase::setKrigOptDataWeights |
( |
int |
iptrWeights, |
|
|
bool |
flagSet = true |
|
) |
| |
◆ setKrigOptFlagGlobal()
int KrigingSystemSimpleCase::setKrigOptFlagGlobal |
( |
bool |
flag_global | ) |
|
◆ setKrigOptFlagLTerm()
int KrigingSystemSimpleCase::setKrigOptFlagLTerm |
( |
bool |
flag_lterm | ) |
|
Ask for the specific calculation of Z * A-1 * Z
- Parameters
-
flag_lterm | Flag for asking this specific calculation |
- Returns
◆ updateLHS()
◆ updKrigOptEstim()
int KrigingSystemSimpleCase::updKrigOptEstim |
( |
int |
iptrEst, |
|
|
int |
iptrStd, |
|
|
int |
iptrVarZ, |
|
|
bool |
forceNoDual = false |
|
) |
| |
Set the calculation options
- Parameters
-
iptrEst | UID for storing the estimation(s) |
iptrStd | UID for storing the Standard deviations(s) |
iptrVarZ | UID for storing the Variance(s) of estimator |
forceNoDual | Force that the algebra is not using the Dual option |
- Returns
- Error returned code
The documentation for this class was generated from the following files: