|
| | CovLMCTapering (const ETape &tapetype, double taperange, const ASpace *space=nullptr) |
| |
| | CovLMCTapering (const CovLMCTapering &r) |
| |
| CovLMCTapering & | operator= (const CovLMCTapering &r) |
| |
| virtual | ~CovLMCTapering () |
| |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| | ICloneable interface. More...
|
| |
| virtual double | eval0 (int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const override |
| | ACov interface. More...
|
| |
| virtual double | eval (const SpacePoint &p1, const SpacePoint &p2, int ivar, int jvar, const CovCalcMode *mode=nullptr) const override |
| | Calculate the covariance between two variables and two points (general case) More...
|
| |
| virtual void | eval0MatInPlace (MatrixSquareGeneral &mat, const CovCalcMode *mode=nullptr) const override |
| | Calculate the matrix of covariances for 0-distance (stationary case) More...
|
| |
| virtual void | evalMatInPlace (const SpacePoint &p1, const SpacePoint &p2, MatrixSquareGeneral &mat, const CovCalcMode *mode=nullptr) const override |
| | Calculate the matrix of covariances between two points (general case) More...
|
| |
| virtual bool | isOptimEnabled () const override |
| | Tell if the use of Optimization is enabled or not. More...
|
| |
| int | init (const ETape &tapetype, double taperange) |
| |
| const String & | getName () const |
| |
| double | getTapeRange () const |
| |
| void | setTapeRange (double range) |
| |
| | CovLMC (const ASpace *space=nullptr) |
| |
| | CovLMC (const CovLMC &r) |
| |
| | CovLMC (const ACovAnisoList &r) |
| |
| CovLMC & | operator= (const CovLMC &r) |
| |
| virtual | ~CovLMC () |
| |
| | ACovAnisoList (const ASpace *space=nullptr) |
| |
| | ACovAnisoList (const ACovAnisoList &r) |
| |
| ACovAnisoList & | operator= (const ACovAnisoList &r) |
| |
| virtual | ~ACovAnisoList () |
| |
| virtual bool | isConsistent (const ASpace *space) const override |
| | ICloneable interface. More...
|
| |
| virtual int | getNVariables () const override |
| | Interface for ACov. More...
|
| |
| virtual void | addCov (const CovAniso *cov) |
| | ACovAnisoList Interface. More...
|
| |
| virtual bool | hasAnam () const |
| |
| virtual const AAnam * | getAnam () const |
| |
| virtual void | setActiveFactor (int) |
| |
| virtual int | getActiveFactor () const |
| |
| virtual int | getAnamNClass () const |
| |
| void | addCovList (const ACovAnisoList *covs) |
| |
| void | delCov (unsigned int i) |
| |
| void | delAllCov () |
| |
| void | setFiltered (unsigned int i, bool filtered) |
| |
| int | getCovNumber () const |
| |
| bool | isFiltered (unsigned int i) const |
| |
| bool | hasRange () const |
| |
| bool | isStationary () const |
| |
| double | getMaximumDistance () const |
| |
| double | getTotalSill (int ivar, int jvar) const |
| |
| MatrixSquareGeneral | getTotalSill () const |
| |
| void | normalize (double sill=1., int ivar=0, int jvar=0) |
| |
| VectorInt | getActiveCovList () const |
| |
| const CovAniso * | getCova (int icov) const |
| | TODO : to be removed (encapsulation) More...
|
| |
| CovAniso * | getCova (int icov) |
| |
| void | setCova (int icov, CovAniso *covs) |
| |
| const ECov & | getType (int icov) const |
| |
| String | getCovName (int icov) const |
| |
| double | getParam (unsigned int icov) const |
| |
| const MatrixSquareSymmetric & | getSill (unsigned int icov) const |
| |
| double | getSill (unsigned int icov, int ivar, int jvar) const |
| |
| int | getGradParamNumber (unsigned int icov) const |
| |
| void | setSill (unsigned int icov, int ivar, int jvar, double value) |
| |
| void | setType (unsigned int icov, const ECov &type) |
| |
| CovAniso | extractCova (int icov) const |
| |
| int | getMinOrder () const |
| |
| void | optimizationPreProcess (const std::vector< SpacePoint > &vec) const |
| |
| void | optimizationPostProcess () const |
| |
| void | optimizationSetTarget (const SpacePoint &pt) const |
| |
| void | evalOptimInPlace (VectorDouble &res, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| void | evalMatOptimInPlace (int iech1, int iech2, MatrixSquareGeneral &mat, const CovCalcMode *mode=nullptr) const |
| |
| VectorVectorDouble | evalCovMatrixOptim (const Db *db1, const Db *db2, int ivar, int jvar, const CovCalcMode *mode) const |
| |
| void | copyCovContext (const CovContext &ctxt) |
| |
| bool | hasNugget () const |
| |
| const ACovAnisoList * | reduce (const VectorInt &validVars) const |
| |
| | ACov (const ASpace *space=nullptr) |
| |
| | ACov (const ACov &r) |
| |
| ACov & | operator= (const ACov &r) |
| |
| virtual | ~ACov () |
| |
| virtual double | evalCovOnSphere (double, int, bool) const |
| |
| virtual double | evalSpectrum (const VectorDouble &, int, int) const |
| |
| void | setIsOptimEnabled (bool isOptimEnabled) |
| |
| VectorDouble | eval (const std::vector< SpacePoint > &vec_p1, const std::vector< SpacePoint > &vec_p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| MatrixSquareGeneral | eval0Mat (const CovCalcMode *mode=nullptr) const |
| |
| MatrixSquareGeneral | evalMat (const SpacePoint &p1, const SpacePoint &p2, const CovCalcMode *mode=nullptr) const |
| |
| double | evalIvarIpas (double step, const VectorDouble &dir, int ivar=0, int jvar=0, const VectorDouble ¢er=VectorDouble(), const CovCalcMode *mode=nullptr) const |
| |
| double | evalIvarIpasIncr (const VectorDouble &dincr, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| VectorDouble | evalIvarNpas (const VectorDouble &vec_step, const VectorDouble &dir=VectorDouble(), int ivar=0, int jvar=0, const VectorDouble ¢er=VectorDouble(), const CovCalcMode *mode=nullptr) const |
| |
| MatrixSquareGeneral | evalNvarIpas (double step, const VectorDouble &dir, const VectorDouble ¢er=VectorDouble(), const CovCalcMode *mode=nullptr) const |
| |
| MatrixSquareGeneral | evalNvarIpasIncr (const VectorDouble &dincr, const CovCalcMode *mode=nullptr) const |
| |
| double | evalIsoIvarIpas (double step, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| VectorDouble | evalIsoIvarNpas (const VectorDouble &vec_step, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| MatrixSquareGeneral | evalIsoNvarIpas (double step, const CovCalcMode *mode=nullptr) const |
| |
| double | evalCvv (const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| double | 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 |
| |
| MatrixSquareGeneral | evalCvvM (const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const CovCalcMode *mode=nullptr) const |
| |
| double | 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 |
| |
| double | evalCxv (const Db *db, 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 |
| |
| MatrixSquareGeneral | evalCxvM (const SpacePoint &p1, const VectorDouble &ext, const VectorInt &ndisc, const VectorDouble &angles=VectorDouble(), const VectorDouble &x0=VectorDouble(), const CovCalcMode *mode=nullptr) const |
| |
| VectorDouble | evalPointToDb (const SpacePoint &p1, const Db *db2, int ivar=0, int jvar=0, bool useSel=true, const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr) const |
| |
| VectorDouble | evalPointToDbAsSP (const std::vector< SpacePoint > &p1s, const SpacePoint &p2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| double | evalAverageDbToDb (const Db *db1, const Db *db2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| double | evalAverageIncrToIncr (const VectorVectorDouble &d1, const VectorVectorDouble &d2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| double | evalAveragePointToDb (const SpacePoint &p1, const Db *db2, int ivar=0, int jvar=0, const CovCalcMode *mode=nullptr) const |
| |
| MatrixRectangular | evalCovMatrix (const Db *db1, const Db *db2=nullptr, int ivar=0, int jvar=0, const VectorInt &nbgh1=VectorInt(), const VectorInt &nbgh2=VectorInt(), const CovCalcMode *mode=nullptr) const |
| |
| double | 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 |
| |
| double | 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 |
| |
| double | 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 |
| |
| double | 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 |
| |
| double | 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 |
| |
| | ASpaceObject (const ASpace *space=nullptr) |
| |
| | ASpaceObject (const ASpace &space) |
| |
| | ASpaceObject (const ASpaceObject &r) |
| |
| ASpaceObject & | operator= (const ASpaceObject &r) |
| |
| virtual | ~ASpaceObject () |
| |
| const ASpace * | getSpace () const |
| | Accessor to the current object space context. More...
|
| |
| bool | isConsistent () const |
| | Indicate if I am consistent with my current space context. More...
|
| |
| VectorDouble | getUnitaryVector () const |
| | Return unitary vector for the current space context. More...
|
| |
| unsigned int | getNDim () const |
| | Shortcuts to ASpace methods. More...
|
| |
| const VectorDouble & | getOrigin () const |
| | Return the current space context origin coordinates. More...
|
| |
| double | getDistance (const SpacePoint &p1, const SpacePoint &p2) const |
| | Return the distance between two space points for the current space context. More...
|
| |
| VectorDouble | getIncrement (const SpacePoint &p1, const SpacePoint &p2) const |
| | Return the increment vector between two space points for the current space context. More...
|
| |
| | AStringable () |
| |
| | AStringable (const AStringable &r) |
| |
| AStringable & | operator= (const AStringable &r) |
| |
| virtual | ~AStringable () |
| |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| |
| virtual void | display (int level) const final |
| |
| | ICloneable () |
| |
| virtual | ~ICloneable () |
| |
| virtual ICloneable * | clone () const =0 |
| |