|
| CovMatern (const CovContext &ctx) |
|
| CovMatern (const CovMatern &r) |
|
CovMatern & | operator= (const CovMatern &r) |
|
virtual | ~CovMatern () |
|
virtual String | getFormula () const override |
| ACovFunc Interface.
|
|
String | getCovName () const override |
|
int | getMinOrder () const override |
|
bool | getCompatibleSpaceR () const override |
|
bool | getCompatibleSpaceS () const override |
|
bool | hasParam () const override |
|
double | getParMax () const override |
|
double | getScadef () const override |
|
bool | hasSpectrumOnSphere () const override |
|
bool | hasSpectrumOnRn () const override |
|
bool | hasMarkovCoeffs () const override |
|
double | evaluateSpectrum (double freq) const override |
|
void | setMarkovCoeffs (VectorDouble coeffs) override |
|
VectorDouble | getMarkovCoeffs () const override |
|
double | getCorrec () const override |
|
void | computeCorrec (int ndim) override |
|
void | setCorrec (double val) override |
|
void | computeMarkovCoeffs (int dim) override |
|
bool | isValidForTurningBand () const override |
|
double | simulateTurningBand (double t0, TurningBandOperate &operTB) const override |
|
bool | isValidForSpectral () const override |
|
MatrixRectangular | simulateSpectralOmega (int nb) const override |
|
| ACovFunc (const ECov &type, const CovContext &ctxt) |
|
| ACovFunc (const ACovFunc &r) |
|
ACovFunc & | operator= (const ACovFunc &r) |
|
virtual | ~ACovFunc () |
|
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable Interface.
|
|
virtual bool | hasInt1D () const |
|
virtual bool | hasInt2D () const |
|
virtual int | hasRange () const |
|
virtual bool | hasCovDerivative () const |
|
virtual bool | hasCovOnRn () const |
|
virtual bool | hasCovOnSphere () const |
|
virtual double | normalizeOnSphere (int n=50, double scale=1.) const |
|
virtual bool | isConsistent () const |
| Test consistency with the current context.
|
|
virtual unsigned int | getMaxNDim () const |
|
void | setParam (double param) |
|
void | setField (double field) |
|
double | evalCov (double h) const |
|
double | evalCovDerivative (int degree, double h) const |
|
double | evalCovOnSphere (double alpha, double scale=1., int degree=50) const |
|
VectorDouble | evalSpectrumOnSphere (int n, double scale=1.) const |
|
VectorDouble | evalCovVec (const VectorDouble &vech) const |
|
VectorDouble | evalCovDerivativeVec (int degree, const VectorDouble &vech) const |
|
const ECov & | getType () const |
|
const CovContext & | getContext () const |
|
double | getParam () const |
|
void | copyCovContext (const CovContext &ctxt) |
|
| 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 |
|