#include "geoslib_old_f.h"#include "Basic/NamingConvention.hpp"#include "Basic/OptDbg.hpp"#include "Estimation/CalcSimpleInterpolation.hpp"#include "Neigh/NeighMoving.hpp"#include "Db/DbGrid.hpp"#include "Db/Db.hpp"#include "Drifts/DriftFactory.hpp"#include "Model/Model.hpp"Functions | |
| int | inverseDistance (Db *dbin, Db *dbout, double exponent, bool flag_expand, double dmax, bool flag_est, bool flag_std, Model *model, const NamingConvention &namconv) |
| GSTLEARN_EXPORT int | movingAverage (Db *dbin, Db *dbout, ANeigh *neigh, bool flag_est, bool flag_std, Model *model, const NamingConvention &namconv) |
| GSTLEARN_EXPORT int | movingMedian (Db *dbin, Db *dbout, ANeigh *neigh, bool flag_est, bool flag_std, Model *model, const NamingConvention &namconv) |
| GSTLEARN_EXPORT int | nearestNeighbor (Db *dbin, Db *dbout, bool flag_est, bool flag_std, Model *model, const NamingConvention &namconv) |
| GSTLEARN_EXPORT int | leastSquares (Db *dbin, Db *dbout, ANeigh *neigh, int order, const NamingConvention &namconv) |
| int inverseDistance | ( | Db * | dbin, |
| Db * | dbout, | ||
| double | exponent, | ||
| bool | flag_expand, | ||
| double | dmax, | ||
| bool | flag_est, | ||
| bool | flag_std, | ||
| Model * | model, | ||
| const NamingConvention & | namconv | ||
| ) |
Inverse distance estimation
| [in] | dbin | Input Db structure |
| [in] | dbout | Output Db structure |
| [in] | exponent | exponent of the inverse distance |
| [in] | flag_expand | True for expansion option (if dbin is Grid) |
| [in] | dmax | Maximum search radius (if dbin is Points) |
| [in] | flag_est | True if the estimation must be calculated |
| [in] | flag_std | True if the St. Dev. must be calculated |
| [in] | model | Model structure (used for St. Dev.) |
| [in] | namconv | Naming convention |
| GSTLEARN_EXPORT int leastSquares | ( | Db * | dbin, |
| Db * | dbout, | ||
| ANeigh * | neigh, | ||
| int | order, | ||
| const NamingConvention & | namconv | ||
| ) |
| GSTLEARN_EXPORT int movingAverage | ( | Db * | dbin, |
| Db * | dbout, | ||
| ANeigh * | neigh, | ||
| bool | flag_est, | ||
| bool | flag_std, | ||
| Model * | model, | ||
| const NamingConvention & | namconv | ||
| ) |
Moving Average estimation
| GSTLEARN_EXPORT int movingMedian | ( | Db * | dbin, |
| Db * | dbout, | ||
| ANeigh * | neigh, | ||
| bool | flag_est, | ||
| bool | flag_std, | ||
| Model * | model, | ||
| const NamingConvention & | namconv | ||
| ) |
Moving Median estimation
| GSTLEARN_EXPORT int nearestNeighbor | ( | Db * | dbin, |
| Db * | dbout, | ||
| bool | flag_est, | ||
| bool | flag_std, | ||
| Model * | model, | ||
| const NamingConvention & | namconv | ||
| ) |