Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TMaternICorrFunction.h
Go to the documentation of this file.
Interface de la classe URANIE::Modeler::TCorrelationFunction.
int gpCorMaternI(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 TMaternICorrFunction.
Definition TMaternICorrFunction.h:59
TMaternICorrFunction(Int_t nbDim, Double_t *nu=NULL, Double_t *corrLength=NULL)
Default constructor.
Double_t * _lNu
array of regularity coefficients
Definition TMaternICorrFunction.h:64
void setParameterNu(Double_t *nu)
Sets the correlation length parameter.
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.
virtual ~TMaternICorrFunction()
Default destructor.
Double_t * getParameterNu()
Returns the array of regularity coefficients .
Definition TMaternICorrFunction.h:93
virtual TCorrelationFunction * clone()
Return a clone of the correlation function.
virtual void setParameters(Double_t *newParams)
Sets the parameters of the MaternI correlation function.
void setCorrLengths(Double_t *corrLength)
Sets the correlation length parameter.
virtual void printLog(Option_t *option="")