Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
TCorrelationFunction.h
Go to the documentation of this file.
Description of the class TCorrelationFunction.
Definition TCorrelationFunction.h:53
Double_t * parameters
array containing the values of the function parameters. Correlation lengths are stored last.
Definition TCorrelationFunction.h:59
Int_t nbDimensions
number of dimensions of the input space
Definition TCorrelationFunction.h:61
TCorrelationFunction()
Default constructor.
void changeLog()
Definition TCorrelationFunction.h:183
virtual void setParameters(Double_t *newParams)=0
Set the values of the function's parameters.
Int_t getNDimensions()
Return the number of dimensions of the input space.
Definition TCorrelationFunction.h:91
Bool_t _blog
Boolean to decide if the log information is shown or not.
Definition TCorrelationFunction.h:58
virtual void setCorrLengths(Double_t *corrLength)=0
Sets the values of the correlation lengths.
Int_t getNParameters()
Return the number of parameters of the correlation function.
Definition TCorrelationFunction.h:85
virtual void printLog(Option_t *option="")
Double_t * getParameters()
Returns an array containing the parameters of the function.
Definition TCorrelationFunction.h:103
virtual void eval(Int_t n1, Double_t *x1, Int_t n2, Double_t *x2, Double_t *C)=0
Compute the correlation between x1 and x2.
virtual ~TCorrelationFunction()
Default destructor.
Int_t nbParameters
total number of parameters
Definition TCorrelationFunction.h:62
Int_t getNCorrLengths()
Return the number of correlation lengths.
Definition TCorrelationFunction.h:97
Int_t nbCorrLengths
number of correlation lengths
Definition TCorrelationFunction.h:63
virtual TCorrelationFunction * clone()=0
Return a clone of the correlation function.
Double_t * _lCorrLengths
array containing only the correlation lengths.
Definition TCorrelationFunction.h:60
Double_t * getCorrLengths()
Returns an array containing only the correlation lengths.
Definition TCorrelationFunction.h:109