#include <Option_AutoFit.hpp>
This class defines the options and parameters used during the Variogram Fitting. All the parameters described hereafter are either available in the construction, or can be set using a specific get() function.
Public Member Functions | |
| Option_AutoFit () | |
| Option_AutoFit (const Option_AutoFit &m) | |
| Option_AutoFit & | operator= (const Option_AutoFit &m) |
| virtual | ~Option_AutoFit () |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| double | getEpsdelta () const |
| double | getInitdelta () const |
| Id | getMaxiter () const |
| double | getTolred () const |
| double | getTolsigma () const |
| double | getTolstop () const |
| bool | getVerbose () const |
| Id | getWmode () const |
| void | setEpsdelta (double epsdelta) |
| void | setInitdelta (double initdelta) |
| void | setMaxiter (Id maxiter) |
| void | setTolred (double tolred) |
| void | setTolsigma (double tolsigma) |
| void | setTolstop (double tolstop) |
| void | setVerbose (bool verbose) |
| void | setWmode (Id wmode) |
Public Member Functions inherited from gstlrn::AStringable | |
| AStringable () | |
| AStringable (const AStringable &r) | |
| AStringable & | operator= (const AStringable &r) |
| virtual | ~AStringable () |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| virtual void | display (Id level) const final |
| gstlrn::Option_AutoFit::Option_AutoFit | ( | ) |
| gstlrn::Option_AutoFit::Option_AutoFit | ( | const Option_AutoFit & | m | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Option_AutoFit & gstlrn::Option_AutoFit::operator= | ( | const Option_AutoFit & | m | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
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
| wmode | type of weighting function (0, 1, 2 or 3, see above) |
|
overridevirtual |
Reimplemented from gstlrn::AStringable.