gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
#include "gstlearn_export.hpp"
#include "geoslib_define.h"
#include "Calculators/ACalcInterpolator.hpp"
Classes | |
class | CalcSimpleInterpolation |
Functions | |
GSTLEARN_EXPORT int | inverseDistance (Db *dbin, Db *dbout, double exponent=2., bool flag_expand=true, double dmax=TEST, const NamingConvention &namconv=NamingConvention("InvDist")) |
GSTLEARN_EXPORT int | movingAverage (Db *dbin, Db *dbout, ANeighParam *neighparam, const NamingConvention &namconv=NamingConvention("MovAve")) |
GSTLEARN_EXPORT int | leastSquares (Db *dbin, Db *dbout, ANeighParam *neighparam, int order=0, const NamingConvention &namconv=NamingConvention("LstSqr")) |
GSTLEARN_EXPORT int inverseDistance | ( | Db * | dbin, |
Db * | dbout, | ||
double | exponent, | ||
bool | flag_expand, | ||
double | dmax, | ||
const NamingConvention & | namconv | ||
) |
Inverse distance estimation
GSTLEARN_EXPORT int leastSquares | ( | Db * | dbin, |
Db * | dbout, | ||
ANeighParam * | neighparam, | ||
int | order, | ||
const NamingConvention & | namconv | ||
) |
Polynomial estimation using Least Squares
[in] | dbin | Input Db structure |
[in] | dbout | Output Db structure |
[in] | neighparam | ANeighParam structure |
[in] | order | Order of the polynomial |
[in] | namconv | Naming Convention |
GSTLEARN_EXPORT int movingAverage | ( | Db * | dbin, |
Db * | dbout, | ||
ANeighParam * | neighparam, | ||
const NamingConvention & | namconv | ||
) |
Inverse distance estimation
[in] | dbin | Input Db structure |
[in] | dbout | Output Db structure |
[in] | neighparam | ANeighParam structure |
[in] | namconv | Naming convention |