Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Sensitivity
v4.10.0
|
TRegression.h
Go to the documentation of this file.
81 \param varexpinput(const char*)[""] The list of input attributes to pass to the function separated by the caracter ":"
82 \param varexpoutput (const char *)[""] The list of output attributes separated by the caracter ":"
155 (*_fLogger) << Endl << " TRegression::getR2() :: this method returns the latest R2 computed, disregarding the algorithm used and if a vector has been analysed." << Endl;
156 (*_fLogger) << " ==> The proper results are now stored in the result tuple with flag __R2__ and __R2A__ " << Endl << Endl;
162 (*_fLogger) << Endl << " TRegression::getR2A() :: this method returns the latest R2A computed, disregarding the algorithm used and if a vector has been analysed." << Endl;
163 (*_fLogger) << " ==> The proper results are now stored in the result tuple with flag __R2__ and __R2A__ " << Endl << Endl;
Definition: TRegression.h:56
Double_t getR2()
get the coefficient of determination R2
Definition: TRegression.h:153
TMatrixD _mmatCorrRank
Matrix of rank correlation to be used for coefficient calculation.
Definition: TRegression.h:66
URANIE::DataServer::TDataServer * _fake
Definition: TRegression.h:69
Definition: TRegression.h:56
Definition: TRegression.h:56
void evaluateIndexes(Option_t *option="")
Evaluates the index from a Specific TDataServer.
Double_t getR2A()
get the adjuested coefficient of determination R2A
Definition: TRegression.h:160
Definition: TRegression.h:56
void clearMethod()
Clear the method index.
Definition: TRegression.h:105
void getUncertaintyFromRhoTransformation(double &rho, double &CImin, double &CImax)
Compute the CI from the rho estimation (handmade)
void generateSample(Option_t *option="")
Definition: TRegression.h:122
Description of the class TSensitivity.
Definition: TSensitivity.h:111
URANIE::DataServer::UMessageLogger * _fLogger
Message logger.
Definition: TRegression.h:67
Double_t getSumOfSquareIndexes()
Get the sum of square indexes.
Definition: TRegression.h:173
Double_t _dSumOfSquareIndexes
The sum of square indexes .
Definition: TRegression.h:63
virtual void printLog(Option_t *option="")
Double_t _dr2A
The R2A define by the formula.
Definition: TRegression.h:62
TString _sCompleteMethod
Definition: TRegression.h:68
Double_t _dr2
The R2 define by the formula.
Definition: TRegression.h:61
void setMethod(EMethod nmethod)
Sets the method.
Definition: TRegression.h:100
TMatrixD _mmatCorr
Matrix of correlation to be used for coefficient calculation.
Definition: TRegression.h:65
int _nMethod
The type of method. Changed to int for convenience (see setMethod)
Definition: TRegression.h:59
int getMethod()
Gets the transform function.
Definition: TRegression.h:110
Definition: TRegression.h:56
Interface of class URANIE::Sensitivity::TSensitivity.