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