1.1.0
CCC
 
CalcKrigingFactors.cpp File Reference
#include "geoslib_old_f.h"
#include "Db/DbGrid.hpp"
#include "Db/Db.hpp"
#include "Estimation/KrigingSystem.hpp"
#include "Estimation/CalcKrigingFactors.hpp"
#include "Anamorphosis/AAnam.hpp"

Functions

int krigingFactors (Db *dbin, Db *dbout, Model *model, ANeigh *neigh, const EKrigOpt &calcul, const VectorInt &ndiscs, bool flag_est, bool flag_std, const NamingConvention &namconv)
 

Function Documentation

int krigingFactors ( Db dbin,
Db dbout,
Model model,
ANeigh neigh,
const EKrigOpt &  calcul,
const VectorInt ndiscs,
bool  flag_est,
bool  flag_std,
const NamingConvention namconv 
)

Disjunctive Kriging

Returns
Error return code
Parameters
[in]dbininput Db structure (containing the factors)
[in]dboutoutput Grid Db structure
[in]modelModel structure
[in]neighANeigh structure
[in]calculType of estimate (from EKrigopt)
[in]ndiscsDiscretization parameters (or empty)
[in]flag_estOption for the storing the estimation
[in]flag_stdOption for the storing the standard deviation
[in]namconvNaming convention
Remarks
When the change of support is defined through the Anamorphosis
the 'calcul' option must be set to POINT and 'ndisc' does not
have to be defined