This is the complete list of members for Model, including all inherited members.
| _castInCovAnisoList(int icov=-1) | Model | |
| _castInCovLMCAnamorphosis() | Model | |
| _castInCovLMCTapering() | Model | |
| _castInCovLMGradient() | Model | |
| _getContextModify() | ModelGeneric | inline |
| _getCovModify() | ModelGeneric | inline |
| _getDriftListModify() | ModelGeneric | inline |
| addCov(const CovBase *cov) | ModelCovList | virtual |
| addCovAniso(const CovAniso *cov) | Model | |
| addCovFromParam(const ECov &type, double range=EPSILON6, double sill=1., double param=1., const VectorDouble &ranges=VectorDouble(), const MatrixSymmetric &sills=MatrixSymmetric(), const VectorDouble &angles=VectorDouble(), bool flagRange=true) | Model | |
| addCovFromParamOldStyle(const ECov &type, double range=EPSILON6, double sill=1., double param=1., const VectorDouble &ranges=VectorDouble(), const VectorDouble &sills=VectorDouble(), const VectorDouble &angles=VectorDouble(), bool flagRange=true) | Model | |
| addDrift(const ADrift *drift) | ModelGeneric | |
| ASerializable() | ASerializable | |
| ASerializable(const ASerializable &r) | ASerializable | |
| ASerializable(ASerializable &&r) noexcept | ASerializable | |
| AStringable() | AStringable | |
| AStringable(const AStringable &r) | AStringable | |
| attachNoStatDb(const Db *db) | ModelGeneric | |
| buildFileName(int status, const String &filename, bool ensureDirExist=false) | ASerializable | static |
| buildVmapOnDbGrid(DbGrid *dbgrid, const NamingConvention &namconv=NamingConvention("VMAP")) const | ModelGeneric | |
| calculateStDev(Db *db1, int iech1, Db *db2, int iech2, bool verbose=false, double factor=1., const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| castInCovAnisoListConst(int icov=-1) const | Model | |
| castInCovLMCAnamorphosisConst() const | Model | |
| castInCovLMCTaperingConst() const | Model | |
| castInCovLMGradientConst() const | Model | |
| clone() const =0 | ICloneable | pure virtual |
| cloneShared() const | ICloneable | inline |
| cloneUnique() const | ICloneable | inline |
| coefficientOfVariation(const Db *db, double volume, double mean, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const | ModelGeneric | |
| computeDrift(const Db *db, int ib, int iech) const | ModelGeneric | |
| computeLogLikelihood(const Db *db, bool verbose=false) | ModelGeneric | |
| copyCovContext(const CovContext &ctxt) | ModelGeneric | |
| create(const CovContext &ctxt=CovContext()) | Model | static |
| createFillRandom(int ndim, int nvar, const std::vector< ECov > &types=ECov::fromKeys({"SPHERICAL"}), double hmax=1, int order=-1, int nfex=0, int seed=13242) | Model | static |
| createFromDb(const Db *db) | Model | static |
| createFromEnvironment(int nvar, int ndim=2) | Model | static |
| createFromNF(const String &NFFilename, bool verbose=true) | Model | static |
| createFromParam(const ECov &type=ECov::fromKey("NUGGET"), double range=1., double sill=1., double param=1., const VectorDouble &ranges=VectorDouble(), const MatrixSymmetric &sills=MatrixSymmetric(), const VectorDouble &angles=VectorDouble(), const ASpaceSharedPtr &space=ASpaceSharedPtr(), bool flagRange=true) | Model | static |
| createFromParamOldStyle(const ECov &type=ECov::fromKey("NUGGET"), double range=1., double sill=1., double param=1., const VectorDouble &ranges=VectorDouble(), const VectorDouble &sills=VectorDouble(), const VectorDouble &angles=VectorDouble(), const ASpaceSharedPtr &space=ASpaceSharedPtr(), bool flagRange=true) | Model | static |
| createFromVario(Vario *vario, const VectorECov &types=ECov::fromKeys({"SPHERICAL"}), const Constraints &constraints=Constraints(), const Option_VarioFit &optvar=Option_VarioFit(), const Option_AutoFit &mauto=Option_AutoFit(), bool verbose=false) | Model | static |
| createListParams(std::shared_ptr< ListParams > &lp) | ModelGeneric | static |
| createNugget(int nvar, int ndim=2, double sill=1.) | Model | static |
| createReduce(const VectorInt &validVars) const | Model | |
| delAllCov() | ModelCovList | |
| delAllDrifts() | ModelGeneric | |
| delCov(int icov) | ModelCovList | |
| delDrift(unsigned int rank) | ModelGeneric | |
| deleteFitSills() const | ModelCovList | |
| display(const AStringFormat *strfmt=nullptr) const final | AStringable | virtual |
| display(int level) const final | AStringable | virtual |
| dumpToNF(const String &NFFilename, const EFormatNF &format=EFormatNF::fromKey("DEFAULT"), bool verbose=false) const | ASerializable | |
| duplicate() const | Model | |
| envelop(const VectorDouble &hh, int ivar=0, int jvar=0, int isign=1, VectorDouble codir=VectorDouble(), const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| eval0(int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | virtual |
| eval0Mat(const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalAverageDbToDb(const Db *db1, const Db *db2, int ivar=0, int jvar=0, double eps=0., int seed=434132, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalAverageIncrToIncr(const VectorVectorDouble &d1, const VectorVectorDouble &d2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalAveragePointToDb(const SpacePoint &p1, const Db *db2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalCov(const SpacePoint &p1, const SpacePoint &p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalCovFromIncr(const VectorDouble &incr, int icov=0, const ECalcMember &member=ECalcMember::fromKey("LHS")) const | Model | |
| evalCovGrad(const SpacePoint &p1, const SpacePoint &p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) | ModelGeneric | |
| evalCovMat(const Db *db1, const Db *db2=nullptr, int ivar0=-1, int jvar0=-1, const VectorInt &nbgh1=VectorInt(), const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr, bool cleanOptim=true) const | ModelGeneric | |
| evalCovMat0(const Db *db, int iech, const KrigOpt &krigopt=KrigOpt()) const | ModelGeneric | |
| evalCovMat0InPlace(MatrixSymmetric &mat, const Db *db, int iech, const KrigOpt &krigopt=KrigOpt()) const | ModelGeneric | |
| evalCovMatInPlace(MatrixDense &mat, const Db *db1, const Db *db2=nullptr, int ivar0=-1, int jvar0=-1, const VectorInt &nbgh1=VectorInt(), const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr, bool cleanOptim=true) const | ModelGeneric | |
| evalCovMatInPlaceFromIdx(MatrixDense &mat, const Db *db1, const Db *db2, const VectorVectorInt &index1, const VectorVectorInt &index2, const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr, bool cleanOptim=true) const | ModelGeneric | |
| evalCovMatOptimInPlace(MatrixDense &mat, const Db *dbin, const RankHandler &rankhandler, const KrigOpt &krigopt, const ECalcMember &calcMember, VectorDouble &tabwork, double lambda=1.) const | ModelGeneric | |
| evalCovMatRHSInPlaceFromIdx(MatrixDense &mat, const Db *db1, const Db *db2, const VectorVectorInt &index1, const int iech2=-1, const KrigOpt &krigopt=KrigOpt(), bool cleanOptim=true) const | ModelGeneric | |
| evalCovMatSparse(const Db *db1_arg, const Db *db2_arg=nullptr, int ivar0=-1, int jvar0=-1, const VectorInt &nbgh1=VectorInt(), const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr, bool cleanOptim=true, double eps=EPSILON3) const | ModelGeneric | |
| evalCovMatSym(const Db *db1, const VectorInt &nbgh1=VectorInt(), int ivar0=-1, const CovCalcMode *mode=nullptr, bool cleanOptim=true) const | ModelGeneric | |
| evalCovMatSymInPlace(MatrixSymmetric &mat, const Db *db1, const VectorInt &nbgh1=VectorInt(), int ivar0=-1, const CovCalcMode *mode=nullptr, bool cleanOptim=true) const | ModelGeneric | |
| evalCovMatSymInPlaceFromIdx(MatrixSymmetric &mat, const Db *db1, const VectorVectorInt &index1, const CovCalcMode *mode=nullptr, bool cleanOptim=true) const | ModelGeneric | |
| evalCovVecRHSInPlace(vect vect, const RankHandler &rank, int iech2, const KrigOpt &krigopt, SpacePoint &pin, SpacePoint &pout, VectorDouble &tabwork, double lambda=1., const ECalcMember &calcMember=ECalcMember::RHS) const | ModelGeneric | |
| evalCvv(const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalCvvM(const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalCvvShift(const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &shift, const VectorDouble &angles=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalCxv(const SpacePoint &p1, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalCxvM(const SpacePoint &p1, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalDrift(const Db *db, int iech, int il, const ECalcMember &member=ECalcMember::fromKey("LHS")) const | ModelGeneric | |
| evalDriftBySample(const Db *db, int iech, const ECalcMember &member=ECalcMember::fromKey("LHS")) const | ModelGeneric | |
| evalDriftBySampleInPlace(const Db *db, int iech, const ECalcMember &member, VectorDouble &drftab) const | ModelGeneric | |
| evalDriftCoef(const Db *db, int iech, const VectorDouble &coeffs) const | ModelGeneric | |
| evalDriftMat(const Db *db, const VectorInt &nbgh=VectorInt(), const ECalcMember &member=ECalcMember::fromKey("LHS")) const | ModelGeneric | |
| evalDriftMatByRanks(const Db *db, const VectorVectorInt &sampleRanks=VectorVectorInt(), const ECalcMember &member=ECalcMember::fromKey("LHS")) const | ModelGeneric | |
| evalDriftMatByRanksInPlace(MatrixDense &mat, const Db *db, const VectorVectorInt &sampleranks=VectorVectorInt(), const ECalcMember &member=ECalcMember::fromKey("LHS")) const | ModelGeneric | |
| evalDriftMatByTargetInPlace(MatrixDense &mat, const Db *db, int iech2, const KrigOpt &krigopt=KrigOpt()) const | ModelGeneric | |
| evalDriftMatInPlace(MatrixDense &mat, const Db *db, const VectorInt &nbgh=VectorInt(), const ECalcMember &member=ECalcMember::fromKey("LHS")) const | ModelGeneric | |
| evalDriftValue(const Db *db, int iech, int ivar, int ib, const ECalcMember &member=ECalcMember::fromKey("LHS")) const | ModelGeneric | |
| evalDriftVarCoef(const Db *db, int iech, int ivar, const VectorDouble &coeffs) const | ModelGeneric | |
| evalDriftVarCoefs(const Db *db, const VectorDouble &coeffs, bool useSel=false) const | ModelGeneric | |
| evalIvarIpas(double step, const VectorDouble &dir=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalIvarNlag(const VectorDouble &vec_step, const VectorDouble &dir=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalMeanVecByRanks(const Db *db, const VectorVectorInt &sampleRanks=VectorVectorInt()) const | ModelGeneric | |
| evalNvarIpas(double step, const VectorDouble &dir=VectorDouble(), const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalNvarIpasIncr(const VectorDouble &dincr, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalPointToDb(VectorDouble &values, const SpacePoint &p1, const Db *db2, int ivar=0, int jvar=0, bool useSel=true, const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalPointToDbAsSP(VectorDouble &values, const std::vector< SpacePoint > &p1s, const SpacePoint &p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evaluateMatInPlace(const CovInternal *covint, const VectorDouble &d1, MatrixSquare &covtab, bool flag_init=false, double weight=1., const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evaluateOneGeneric(const CovInternal *covint, const VectorDouble &d1=VectorDouble(), double weight=1., const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evaluateOneIncr(double hh, const VectorDouble &codir=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| evalZAndGradients(const SpacePoint &p1, const SpacePoint &p2, double &covVal, VectorDouble &covGp, VectorDouble &covGG, const CovCalcMode *mode=nullptr, bool flagGrad=false) const | Model | |
| extensionVariance(const Db *db, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const | ModelGeneric | |
| extractCova(int icov) const | Model | |
| fit(Vario *vario, const VectorECov &types=ECov::fromKeys({"SPHERICAL"}), const Constraints &constraints=Constraints(), const Option_VarioFit &optvar=Option_VarioFit(), const Option_AutoFit &mauto=Option_AutoFit(), bool verbose=false) | Model | |
| fitFromCovIndices(Vario *vario, const VectorECov &types=ECov::fromKeys({"EXPONENTIAL"}), const Constraints &constraints=Constraints(), const Option_VarioFit &optvar=Option_VarioFit(), const Option_AutoFit &mauto=Option_AutoFit(), bool verbose=false) | Model | |
| fitFromVMap(DbGrid *dbmap, const VectorECov &types=ECov::fromKeys({"SPHERICAL"}), const Constraints &constraints=Constraints(), const Option_VarioFit &optvar=Option_VarioFit(), const Option_AutoFit &mauto=Option_AutoFit(), bool verbose=false) | Model | |
| fitNew(const Db *db=nullptr, Vario *vario=nullptr, const DbGrid *dbmap=nullptr, Constraints *constraints=nullptr, const ModelOptimParam &mop=ModelOptimParam(), int nb_neighVecchia=30, bool verbose=false, bool trace=false) | ModelGeneric | |
| fitSills(Vario *vario=nullptr, const DbGrid *dbmap=nullptr, Constraints *constraints=nullptr, const ModelOptimParam &mop=ModelOptimParam(), bool verbose=false, bool trace=false) | ModelCovList | |
| generateListParams() const | ModelGeneric | |
| getActiveFactor() const | Model | virtual |
| getAnam() const | Model | virtual |
| getAnamHermite() const | Model | |
| getAnamNClass() const | Model | virtual |
| getAngles(int icov) const | Model | |
| getBallRadius() const | Model | |
| getContext() const | ModelGeneric | inline |
| getCov() const | ModelGeneric | inline |
| getCovAniso(int icov) const | Model | |
| getCovAniso(int icov) const | Model | |
| getCovAnisoList() const | Model | |
| getCovAnisoListModify() | Model | |
| getCovar0() const | ModelGeneric | |
| getCovBase(int icov) const | ModelCovList | inline |
| getCovList() const | ModelCovList | inline |
| getCovListModify() const | ModelCovList | inline |
| getCovMinIRFOrder() const | Model | |
| getCovMode() const | Model | |
| getCovName(int icov) const override | Model | |
| getCovType(int icov) const override | Model | |
| getDrift(int il) const | ModelGeneric | |
| getDriftList() const | ModelGeneric | inline |
| getDriftMaxIRFOrder() const | ModelGeneric | |
| getDrifts(const Db *db, bool useSel=true) const | ModelGeneric | |
| getField() const | ModelGeneric | |
| getFileIdentity(const String &filename, bool verbose=false) | ASerializable | static |
| getFitSills() const | ModelCovList | |
| getGradients() | ModelGeneric | inline |
| getMaximumDistance() const | Model | |
| getMean(int ivar) const | ModelGeneric | |
| getMeans() const | ModelGeneric | |
| getNCov(bool skipNugget=false) const | Model | |
| ModelCovList::getNCov() const | ModelCovList | |
| getNDim(int ispace=-1) const | ModelGeneric | |
| getNDrift() const | ModelGeneric | |
| getNDriftEquation() const | ModelGeneric | |
| getNExtDrift() const | ModelGeneric | |
| getNGradParam(int icov) const | Model | |
| getNVar() const | Model | |
| getParam(int icov) const | Model | |
| getPrefixName() | ASerializable | static |
| getRange(int icov) const | Model | |
| getRanges(int icov) const | Model | |
| getRankFex(int il) const | ModelGeneric | |
| getRankNugget() const | Model | |
| getSill(int icov, int ivar, int jvar) const | ModelCovList | |
| getSills(int icov) const | ModelCovList | |
| getSpace() const | ModelGeneric | |
| getTotalSill(int ivar=0, int jvar=0) const | ModelCovList | virtual |
| getTotalSills() const | ModelCovList | |
| gofDisplay(double gof, bool byValue=true, const VectorDouble &thresholds={2., 5., 10., 100}) | Model | static |
| gofToVario(const Vario *vario, bool verbose=true) const | ModelGeneric | |
| hasAnam() const | Model | virtual |
| hasDrift() const | ModelGeneric | |
| hasExternalCov() const | Model | |
| hasNugget() const | Model | |
| ICloneable() | ICloneable | inline |
| initCovList(const VectorInt &covranks) | Model | static |
| initParams(const MatrixSymmetric &vars, double href=1.) | ModelGeneric | |
| isAllActiveCovList() const | ModelCovList | |
| isChangeSupportDefined() const | Model | |
| isDriftDefined(const VectorInt &powers, int rank_fex=0) const | ModelGeneric | |
| isDriftDifferentDefined(const VectorInt &powers, int rank_fex=-1) const | ModelGeneric | |
| isDriftFiltered(int i) const | ModelGeneric | |
| isDriftSampleDefined(const Db *db, int ib, int nech, const VectorInt &nbgh, const ELoc &loctype) const | ModelGeneric | |
| isFlagGradient() const | Model | |
| isFlagGradientFunctional() const | Model | |
| isFlagGradientNumerical() const | Model | |
| isFlagLinked() const | ModelGeneric | |
| isNoStat() const | ModelGeneric | |
| isValid() const | Model | |
| makeAngleNoStatDb(int icov, const String &namecol, int idim=0) | Model | |
| makeAngleNoStatFunctional(int icov, const AFunctional *func, int idim=0) | Model | |
| makeAngleStationary(int icov, int idim=0) | Model | |
| makeParamNoStatDb(int icov, const String &namecol) | Model | |
| makeParamNoStatFunctional(int icov, const AFunctional *func) | Model | |
| makeParamStationary(int icov) | Model | |
| makeRangeNoStatDb(int icov, const String &namecol, int idim=0) | Model | |
| makeRangeNoStatFunctional(int icov, const AFunctional *func, int idim=0) | Model | |
| makeRangeStationary(int icov, int idim=0) | Model | |
| makeScaleNoStatDb(int icov, const String &namecol, int idim=0) | Model | |
| makeScaleNoStatFunctional(int icov, const AFunctional *func, int idim=0) | Model | |
| makeScaleStationary(int icov, int idim=0) | Model | |
| makeSillNoStatDb(int icov, const String &namecol, int ivar=0, int jvar=0) | ModelCovList | |
| makeSillNoStatFunctional(int icov, const AFunctional *func, int ivar=0, int jvar=0) | ModelCovList | |
| makeSillsStationary(int icov, bool silent=false) | ModelCovList | |
| makeSillStationary(int icov, int ivar=0, int jvar=0) | ModelCovList | |
| makeStationary() | ModelGeneric | |
| makeTensorNoStatDb(int icov, const String &namecol, int idim=0, int jdim=0) | Model | |
| makeTensorNoStatFunctional(int icov, const AFunctional *func, int idim=0, int jdim=0) | Model | |
| makeTensorStationary(int icov, int idim, int jdim) | Model | |
| manage(const Db *db1, const Db *db2) const | ModelGeneric | |
| Model(const CovContext &ctxt=CovContext()) | Model | |
| Model(int nvar, int ndim=2) | Model | |
| Model(const Model &m) | Model | |
| ModelCovList(const CovContext &ctxt=CovContext()) | ModelCovList | |
| ModelCovList(const ModelCovList &m) | ModelCovList | |
| ModelGeneric(const CovContext &ctxt=CovContext()) | ModelGeneric | |
| ModelGeneric(const ModelGeneric &r) | ModelGeneric | |
| normalize(double sill=1., int ivar=0, int jvar=0) | ModelCovList | |
| operator=(const Model &m) | Model | |
| AStringable::operator=(const AStringable &r) | AStringable | |
| ASerializable::operator=(const ASerializable &r) | ASerializable | |
| ASerializable::operator=(ASerializable &&r) noexcept | ASerializable | |
| ModelCovList::operator=(const ModelCovList &m) | ModelCovList | |
| ModelGeneric::operator=(const ModelGeneric &r) | ModelGeneric | |
| optimizationPostProcess() const | ModelGeneric | |
| optimizationPreProcessForData(const Db *db1=nullptr) const | ModelGeneric | |
| resetFromDb(const Db *db) | Model | |
| sample(const VectorDouble &h, const VectorDouble &codir=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr, const CovInternal *covint=nullptr) const | ModelGeneric | |
| sampleUnitary(const VectorDouble &hh, int ivar=0, int jvar=0, VectorDouble codir=VectorDouble(), const CovCalcMode *mode=nullptr) const | ModelGeneric | |
| samplingDensityVariance(const Db *db, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const | ModelGeneric | |
| setActiveFactor(int) | Model | virtual |
| setAnam(const AAnam *anam, const VectorInt &strcnt=VectorInt()) | Model | |
| setBetaHat(const VectorDouble &betaHat) | ModelGeneric | |
| setContext(const CovContext &ctxt) | ModelGeneric | |
| setCov(const ACov *cova) | ModelGeneric | |
| setCovAnisoList(const CovAnisoList *covalist) | Model | |
| setCovar0(int ivar, int jvar, double covar0) | ModelGeneric | |
| setCovar0s(const VectorDouble &covar0) | ModelGeneric | |
| setCovFiltered(int icov, bool filtered) | ModelCovList | |
| setCovList(const CovList *covs) | ModelCovList | |
| setDefaultFormatNF(const EFormatNF &format) | ASerializable | |
| setDriftIRF(int order=0, int nfex=0) | ModelGeneric | |
| setDriftList(const DriftList *driftlist) | ModelGeneric | |
| setDrifts(const VectorString &driftSymbols) | ModelGeneric | |
| setField(double field) | ModelGeneric | |
| setField(double field) | ModelGeneric | |
| setFiltered(const VectorBool &filtered) | ModelGeneric | |
| setFitSills(AModelFitSills *amopts) const | ModelCovList | |
| setFlagLinked(bool flagLinked) | ModelGeneric | |
| setMarkovCoeffs(int icov, const VectorDouble &coeffs) | Model | |
| setMean(const double mean, int ivar=0) | ModelGeneric | |
| setMeans(const VectorDouble &mean) | ModelGeneric | |
| setOptimEnabled(bool enabled) const | ModelGeneric | virtual |
| setPrefixName(const String &prefixName) | ASerializable | static |
| setRangeIsotropic(int icov, double range) | Model | |
| setSill(int icov, int ivar, int jvar, double value) | ModelCovList | |
| setSills(int icov, const MatrixSymmetric &sills) | ModelCovList | |
| setTapeRange(double range) | Model | |
| specificVolume(const Db *db, double mean, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const | ModelGeneric | |
| specificVolumeFromCoV(Db *db, double cov, double mean, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), int ivar=0, int jvar=0) const | ModelGeneric | |
| stabilize(double percent, bool verbose=false) | Model | |
| standardize(bool verbose=false) | Model | |
| switchToGradient() | Model | |
| toString(const AStringFormat *strfmt=nullptr) const override | Model | virtual |
| unsetAnam() | Model | |
| unsetPrefixName() | ASerializable | static |
| updateModel() | ModelGeneric | |
| ~ASerializable() | ASerializable | virtual |
| ~AStringable() | AStringable | virtual |
| ~ICloneable() | ICloneable | inlinevirtual |
| ~Model() | Model | virtual |
| ~ModelCovList() | ModelCovList | virtual |
| ~ModelGeneric() | ModelGeneric | virtual |