#include <Option_AutoFit.hpp>
Option_AutoFit::Option_AutoFit |
( |
| ) |
|
Option_AutoFit::~Option_AutoFit |
( |
| ) |
|
|
virtual |
double Option_AutoFit::getEpsdelta |
( |
| ) |
const |
|
inline |
int Option_AutoFit::getFlagIntrinsic |
( |
| ) |
const |
|
inline |
double Option_AutoFit::getInitdelta |
( |
| ) |
const |
|
inline |
int Option_AutoFit::getMaxiter |
( |
| ) |
const |
|
inline |
double Option_AutoFit::getTolred |
( |
| ) |
const |
|
inline |
double Option_AutoFit::getTolsigma |
( |
| ) |
const |
|
inline |
double Option_AutoFit::getTolstop |
( |
| ) |
const |
|
inline |
bool Option_AutoFit::getVerbose |
( |
| ) |
const |
|
inline |
int Option_AutoFit::getWmode |
( |
| ) |
const |
|
inline |
void Option_AutoFit::setEpsdelta |
( |
double |
epsdelta | ) |
|
|
inline |
void Option_AutoFit::setFlagIntrinsic |
( |
int |
flagIntrinsic | ) |
|
|
inline |
void Option_AutoFit::setInitdelta |
( |
double |
initdelta | ) |
|
|
inline |
void Option_AutoFit::setMaxiter |
( |
int |
maxiter | ) |
|
|
inline |
void Option_AutoFit::setTolred |
( |
double |
tolred | ) |
|
|
inline |
void Option_AutoFit::setTolsigma |
( |
double |
tolsigma | ) |
|
|
inline |
void Option_AutoFit::setTolstop |
( |
double |
tolstop | ) |
|
|
inline |
void Option_AutoFit::setVerbose |
( |
bool |
verbose | ) |
|
|
inline |
void Option_AutoFit::setWmode |
( |
int |
wmode | ) |
|
|
inline |
Set the type of the weighting function used in the fitting procedure. This function is defined in the case of several directional experimental variograms, calculated in a multivariate case: 0: The weight is constant 1: The weight is proportional to the number of pairs 2: The weight is proportional to the number of pairs and inverse proportional to the distance 3: The weight is inverse proportional to the number of lags for each direction
- Parameters
-
wmode | type of weighting function (0, 1, 2 or 3, see above) |
- Note
- The default value for wmode is 2
The documentation for this class was generated from the following files: