#include "geoslib_f_private.h"
#include "geoslib_old_f.h"
#include "Db/DbGrid.hpp"
#include "Db/Db.hpp"
#include "Basic/Law.hpp"
#include "Basic/VectorHelper.hpp"
#include "Matrix/Table.hpp"
#include "Anamorphosis/CalcAnamTransform.hpp"
#include "Anamorphosis/AnamContinuous.hpp"
#include "Anamorphosis/AnamHermite.hpp"
#include "Anamorphosis/AnamDiscreteIR.hpp"
#include "Anamorphosis/AnamDiscreteDD.hpp"
#include <math.h>
Functions | |
int | DisjunctiveKriging (Db *db, AAnam *anam, Selectivity *selectivity, const VectorString &name_est, const VectorString &name_std, const NamingConvention &namconv) |
int | ConditionalExpectation (Db *db, AAnam *anam, Selectivity *selectivity, const String &name_est, const String &name_std, bool flag_OK, double proba, int nbsimu, const NamingConvention &namconv) |
int | UniformConditioning (Db *db, AAnam *anam, Selectivity *selectivity, const String &name_est, const String &name_varz, const NamingConvention &namconv) |
int ConditionalExpectation | ( | Db * | db, |
AAnam * | anam, | ||
Selectivity * | selectivity, | ||
const String & | name_est, | ||
const String & | name_std, | ||
bool | flag_OK, | ||
double | proba, | ||
int | nbsimu, | ||
const NamingConvention & | namconv | ||
) |
Calculate the Conditional Expectation
[in] | db | Db structure containing the factors (Z-locators) |
[in] | anam | Point anamorphosis |
[in] | selectivity | Selectivity structure |
[in] | name_est | Name of the Kriging estimate |
[in] | name_std | Name of the Kriging St. deviation |
[in] | flag_OK | 1 if kriging has ben performed in Ordinary Kriging |
[in] | proba | Probability |
[in] | nbsimu | Number of Simulation outcomes |
[in] | namconv | Naming convention |
int DisjunctiveKriging | ( | Db * | db, |
AAnam * | anam, | ||
Selectivity * | selectivity, | ||
const VectorString & | name_est, | ||
const VectorString & | name_std, | ||
const NamingConvention & | namconv | ||
) |
Calculate the recoveries (z,T,Q,m,B) starting from the factors
[in] | db | Db structure containing the factors (Z-locators) |
[in] | anam | Point anamorphosis |
[in] | selectivity | Selectivity structure |
[in] | name_est | Array of variable names for factor estimation |
[in] | name_std | Array of variable names for factor St. Dev. |
[in] | namconv | Naming convention |
int UniformConditioning | ( | Db * | db, |
AAnam * | anam, | ||
Selectivity * | selectivity, | ||
const String & | name_est, | ||
const String & | name_varz, | ||
const NamingConvention & | namconv | ||
) |
Calculate the Uniform Conditioning
[in] | db | Db structure containing the factors (Z-locators) |
[in] | anam | Point anamorphosis |
[in] | selectivity | Selectivity structure |
[in] | name_est | Name of the Kriging estimate |
[in] | name_varz | Name of the Variance of Kriging estimate |
[in] | namconv | Naming Convention |