gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
#include "geoslib_old_f.h"
#include "Basic/NamingConvention.hpp"
#include "Estimation/CalcSimpleInterpolation.hpp"
#include "Db/DbGrid.hpp"
#include "Db/Db.hpp"
Functions | |
int | inverseDistance (Db *dbin, Db *dbout, double exponent, bool flag_expand, double dmax, const NamingConvention &namconv) |
GSTLEARN_EXPORT int | movingAverage (Db *dbin, Db *dbout, ANeighParam *neighparam, const NamingConvention &namconv) |
int | leastSquares (Db *dbin, Db *dbout, ANeighParam *neighparam, int order, const NamingConvention &namconv) |
int inverseDistance | ( | Db * | dbin, |
Db * | dbout, | ||
double | exponent, | ||
bool | flag_expand, | ||
double | dmax, | ||
const NamingConvention & | namconv | ||
) |
Inverse distance estimation
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 |