1.1.0
CCC
 
CalcKrigingFactors.hpp File Reference
#include "gstlearn_export.hpp"
#include "geoslib_define.h"
#include "Calculators/ACalcInterpolator.hpp"

Classes

class  CalcKrigingFactors
 

Functions

GSTLEARN_EXPORT int krigingFactors (Db *dbin, Db *dbout, Model *model, ANeigh *neigh, const EKrigOpt &calcul=EKrigOpt::fromKey("POINT"), const VectorInt &ndiscs=VectorInt(), bool flag_est=true, bool flag_std=true, const NamingConvention &namconv=NamingConvention("KD"))
 

Function Documentation

GSTLEARN_EXPORT 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