1.3.2
CCC
 
CovBesselK Class Reference

#include <CovBesselK.hpp>

Inheritance diagram for CovBesselK:
ACovFunc AStringable

Public Member Functions

 CovBesselK (const CovContext &ctx)
 
 CovBesselK (const CovBesselK &r)
 
CovBesselKoperator= (const CovBesselK &r)
 
virtual ~CovBesselK ()
 
virtual String getFormula () const override
 ACovFunc Interface. More...
 
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, int ndim) 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
 
- Public Member Functions inherited from ACovFunc
 ACovFunc (const ECov &type, const CovContext &ctxt)
 
 ACovFunc (const ACovFunc &r)
 
ACovFuncoperator= (const ACovFunc &r)
 
virtual ~ACovFunc ()
 
virtual String toString (const AStringFormat *strfmt=nullptr) const override
 AStringable Interface. More...
 
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 bool isConsistent () const
 Test consistency with the current context. More...
 
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 CovContextgetContext () const
 
double getParam () const
 
void copyCovContext (const CovContext &ctxt)
 
- Public Member Functions inherited from AStringable
 AStringable ()
 
 AStringable (const AStringable &r)
 
AStringableoperator= (const AStringable &r)
 
virtual ~AStringable ()
 
virtual void display (const AStringFormat *strfmt=nullptr) const final
 
virtual void display (int level) const final
 

Constructor & Destructor Documentation

◆ CovBesselK() [1/2]

CovBesselK::CovBesselK ( const CovContext ctx)

◆ CovBesselK() [2/2]

CovBesselK::CovBesselK ( const CovBesselK r)

◆ ~CovBesselK()

CovBesselK::~CovBesselK ( )
virtual

Member Function Documentation

◆ computeCorrec()

void CovBesselK::computeCorrec ( int  ndim)
overridevirtual

Reimplemented from ACovFunc.

◆ computeMarkovCoeffs()

void CovBesselK::computeMarkovCoeffs ( int  dim)
overridevirtual

Reimplemented from ACovFunc.

◆ evaluateSpectrum()

double CovBesselK::evaluateSpectrum ( double  freq,
int  ndim 
) const
overridevirtual

Reimplemented from ACovFunc.

◆ getCompatibleSpaceR()

bool CovBesselK::getCompatibleSpaceR ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ getCompatibleSpaceS()

bool CovBesselK::getCompatibleSpaceS ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ getCorrec()

double CovBesselK::getCorrec ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ getCovName()

String CovBesselK::getCovName ( ) const
inlineoverridevirtual

Implements ACovFunc.

◆ getFormula()

String CovBesselK::getFormula ( ) const
overridevirtual

ACovFunc Interface.

Reimplemented from ACovFunc.

◆ getMarkovCoeffs()

VectorDouble CovBesselK::getMarkovCoeffs ( ) const
overridevirtual

Reimplemented from ACovFunc.

◆ getMinOrder()

int CovBesselK::getMinOrder ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ getParMax()

double CovBesselK::getParMax ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ getScadef()

double CovBesselK::getScadef ( ) const
overridevirtual

Reimplemented from ACovFunc.

◆ hasMarkovCoeffs()

bool CovBesselK::hasMarkovCoeffs ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ hasParam()

bool CovBesselK::hasParam ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ hasSpectrumOnRn()

bool CovBesselK::hasSpectrumOnRn ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ hasSpectrumOnSphere()

bool CovBesselK::hasSpectrumOnSphere ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ isValidForSpectral()

bool CovBesselK::isValidForSpectral ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ isValidForTurningBand()

bool CovBesselK::isValidForTurningBand ( ) const
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ operator=()

CovBesselK & CovBesselK::operator= ( const CovBesselK r)

◆ setCorrec()

void CovBesselK::setCorrec ( double  val)
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ setMarkovCoeffs()

void CovBesselK::setMarkovCoeffs ( VectorDouble  coeffs)
inlineoverridevirtual

Reimplemented from ACovFunc.

◆ simulateSpectralOmega()

MatrixRectangular CovBesselK::simulateSpectralOmega ( int  nb) const
overridevirtual

Reimplemented from ACovFunc.

◆ simulateTurningBand()

double CovBesselK::simulateTurningBand ( double  t0,
TurningBandOperate operTB 
) const
overridevirtual

Reimplemented from ACovFunc.


The documentation for this class was generated from the following files: