Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TMaternIICorrFunction.h
Go to the documentation of this file.
Interface de la classe URANIE::Modeler::TCorrelationFunction.
int gpCorMaternII(double *X1, double *X2, int n1, int n2, int d, double *lc, double nu, double *C)
Description of the class TCorrelationFunction.
Definition TCorrelationFunction.h:53
Description of the class TMaternIICorrFunction.
Definition TMaternIICorrFunction.h:58
virtual ~TMaternIICorrFunction()
Default destructor.
TMaternIICorrFunction(Int_t nbDim, Double_t nu=1.5, Double_t *corrLength=NULL)
Default constructor.
virtual void printLog(Option_t *option="")
Double_t getParameterNu()
Returns the regularity coefficients .
Definition TMaternIICorrFunction.h:90
void setParameterNu(Double_t nu)
Sets the correlation length parameter.
Double_t _dNu
regularity coefficient
Definition TMaternIICorrFunction.h:63
virtual void setParameters(Double_t *newParams)
Sets the parameters of the MaternII correlation function.
void setCorrLengths(Double_t *corrLength)
Sets the correlation length parameter.
virtual TCorrelationFunction * clone()
Return a clone of the correlation function.
virtual void eval(Int_t n1, Double_t *x1, Int_t n2, Double_t *x2, Double_t *C)
Compute the correlation between x1 and x2.