#include <Option_AutoFit.hpp>
◆ Option_AutoFit() [1/2]
| Option_AutoFit::Option_AutoFit |
( |
| ) |
|
◆ Option_AutoFit() [2/2]
◆ ~Option_AutoFit()
| Option_AutoFit::~Option_AutoFit |
( |
| ) |
|
|
virtual |
◆ getEpsdelta()
| double Option_AutoFit::getEpsdelta |
( |
| ) |
const |
|
inline |
◆ getFlagIntrinsic()
| int Option_AutoFit::getFlagIntrinsic |
( |
| ) |
const |
|
inline |
◆ getInitdelta()
| double Option_AutoFit::getInitdelta |
( |
| ) |
const |
|
inline |
◆ getMaxiter()
| int Option_AutoFit::getMaxiter |
( |
| ) |
const |
|
inline |
◆ getTolred()
| double Option_AutoFit::getTolred |
( |
| ) |
const |
|
inline |
◆ getTolsigma()
| double Option_AutoFit::getTolsigma |
( |
| ) |
const |
|
inline |
◆ getTolstop()
| double Option_AutoFit::getTolstop |
( |
| ) |
const |
|
inline |
◆ getVerbose()
| bool Option_AutoFit::getVerbose |
( |
| ) |
const |
|
inline |
◆ getWmode()
| int Option_AutoFit::getWmode |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setEpsdelta()
| void Option_AutoFit::setEpsdelta |
( |
double |
epsdelta | ) |
|
|
inline |
◆ setFlagIntrinsic()
| void Option_AutoFit::setFlagIntrinsic |
( |
int |
flagIntrinsic | ) |
|
|
inline |
◆ setInitdelta()
| void Option_AutoFit::setInitdelta |
( |
double |
initdelta | ) |
|
|
inline |
◆ setMaxiter()
| void Option_AutoFit::setMaxiter |
( |
int |
maxiter | ) |
|
|
inline |
◆ setTolred()
| void Option_AutoFit::setTolred |
( |
double |
tolred | ) |
|
|
inline |
◆ setTolsigma()
| void Option_AutoFit::setTolsigma |
( |
double |
tolsigma | ) |
|
|
inline |
◆ setTolstop()
| void Option_AutoFit::setTolstop |
( |
double |
tolstop | ) |
|
|
inline |
◆ setVerbose()
| void Option_AutoFit::setVerbose |
( |
bool |
verbose | ) |
|
|
inline |
◆ setWmode()
| 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
◆ toString()
◆ _epsdelta
| double Option_AutoFit::_epsdelta |
|
private |
◆ _flag_intrinsic
| int Option_AutoFit::_flag_intrinsic |
|
private |
◆ _initdelta
| double Option_AutoFit::_initdelta |
|
private |
◆ _maxiter
| int Option_AutoFit::_maxiter |
|
private |
◆ _tolred
| double Option_AutoFit::_tolred |
|
private |
◆ _tolsigma
| double Option_AutoFit::_tolsigma |
|
private |
◆ _tolstop
| double Option_AutoFit::_tolstop |
|
private |
◆ _verbose
| bool Option_AutoFit::_verbose |
|
private |
◆ _wmode
| int Option_AutoFit::_wmode |
|
private |
The documentation for this class was generated from the following files: