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