Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TMatern32CorrFunction.h
Go to the documentation of this file.
Interface de la classe URANIE::Modeler::TCorrelationFunction.
int gpCorMatern32(double *X1, double *X2, int n1, int n2, int d, double *lc, double *C)
Description of the class TCorrelationFunction.
Definition TCorrelationFunction.h:53
Description of the class TMatern32CorrFunction.
Definition TMatern32CorrFunction.h:59
virtual void setParameters(Double_t *newParams)
Sets the parameters of the Matern 3/2 correlation function.
TMatern32CorrFunction(Int_t nbDim, Double_t *corrLength=NULL)
Default constructor.
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.
virtual ~TMatern32CorrFunction()
Default destructor.
void setCorrLengths(Double_t *corrLength)
Sets the correlation length parameter.
virtual void printLog(Option_t *option="")