![]() |
1.7.3
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
Class containing the ModelCovList Information describing the formal Spatial (or Temporal) Characteristics of the (set of) random variable(s) under study. More...
#include <ModelCovList.hpp>
Class containing the ModelCovList Information describing the formal Spatial (or Temporal) Characteristics of the (set of) random variable(s) under study.
The ModelCovList is essentially a container with two main contents:
Public Member Functions | |
ModelCovList (const CovContext &ctxt=CovContext()) | |
ModelCovList (const ModelCovList &m) | |
ModelCovList & | operator= (const ModelCovList &m) |
virtual | ~ModelCovList () |
const CovList * | getCovList () const |
CovList * | getCovListModify () const |
FORWARD_METHOD_NON_CONST (getCovListModify, setCovFiltered) | |
void | setCovList (CovList *covs) |
virtual void | addCov (const CovBase *cov) |
![]() | |
ModelGeneric (const CovContext &ctxt=CovContext()) | |
ModelGeneric (const ModelGeneric &r) | |
ModelGeneric & | operator= (const ModelGeneric &r) |
virtual | ~ModelGeneric () |
const ACov * | getCov () const |
const CovContext * | getContext () const |
const DriftList * | getDriftList () const |
ACov * | _getCovModify () |
ICloneable interface. | |
CovContext * | _getContextModify () |
DriftList * | _getDriftListModify () |
void | setField (double field) |
bool | isValid () const |
void | setCov (ACov *cova) |
void | setDriftList (const DriftList *driftlist) |
void | setDriftIRF (int order=0, int nfex=0) |
void | addDrift (const ADrift *drift) |
void | setDrifts (const VectorString &driftSymbols) |
double | computeLogLikelihood (const Db *db, bool verbose=false) |
![]() | |
ICloneable () | |
virtual | ~ICloneable () |
virtual ICloneable * | clone () const =0 |
ModelCovList::ModelCovList | ( | const CovContext & | ctxt = CovContext() | ) |
ModelCovList::ModelCovList | ( | const ModelCovList & | m | ) |
|
virtual |
|
virtual |
ModelCovList::FORWARD_METHOD_NON_CONST | ( | getCovListModify | , |
setCovFiltered | |||
) |
|
inline |
|
inline |
ModelCovList & ModelCovList::operator= | ( | const ModelCovList & | m | ) |
void ModelCovList::setCovList | ( | CovList * | covs | ) |