Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sensitivity v4.9.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;
162 (*_fLogger) << Endl << " TRegression::getR2A() :: this method returns the latest R2A computed, disregarding the algorithm used and if a vector has been analysed." << Endl;
Interface of class URANIE::Sensitivity::TSensitivity.
TString _sCompleteMethod
Definition TRegression.h:68
URANIE::DataServer::TDataServer * _fake
Definition TRegression.h:69
Double_t _dSumOfSquareIndexes
The sum of square indexes .
Definition TRegression.h:63
TMatrixD _mmatCorrRank
Matrix of rank correlation to be used for coefficient calculation.
Definition TRegression.h:66
Double_t getR2()
get the coefficient of determination R2
Definition TRegression.h:153
int _nMethod
The type of method. Changed to int for convenience (see setMethod)
Definition TRegression.h:59
void clearMethod()
Clear the method index.
Definition TRegression.h:105
void evaluateIndexes(Option_t *option="")
Evaluates the index from a Specific TDataServer.
virtual void printLog(Option_t *option="")
Double_t getR2A()
get the adjuested coefficient of determination R2A
Definition TRegression.h:160
URANIE::DataServer::UMessageLogger * _fLogger
Message logger.
Definition TRegression.h:67
TMatrixD _mmatCorr
Matrix of correlation to be used for coefficient calculation.
Definition TRegression.h:65
TRegression(URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, Option_t *option="src")
Default constructor with the TDataServer.
Double_t _dr2
The R2 define by the formula.
Definition TRegression.h:61
void generateSample(Option_t *option="")
Definition TRegression.h:122
Double_t getSumOfSquareIndexes()
Get the sum of square indexes.
Definition TRegression.h:173
int getMethod()
Gets the transform function.
Definition TRegression.h:110
void getUncertaintyFromRhoTransformation(double &rho, double &CImin, double &CImax)
Compute the CI from the rho estimation (handmade)
void setMethod(EMethod nmethod)
Sets the method.
Definition TRegression.h:100
Double_t _dr2A
The R2A define by the formula.
Definition TRegression.h:62
Description of the class TSensitivity.
Definition TSensitivity.h:112