Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sensitivity v4.9.0
|
TJohnsonRW.h
Go to the documentation of this file.
86 \param varexpinput(const char*)[""] The list of input attributes to pass to the function separated by the caracter ":"
87 \param varexpoutput (const char *)[""] The list of output attributes separated by the caracter ":"
160 cout << endl << " TJohnsonRW::getR2() :: this method returns the latest R2 computed, disregarding the algorithm used and if a vector has been analysed." << endl;
Interface of class URANIE::Sensitivity::TSensitivity.
bool _busingCorr
compute the weight from the correlation matrix.
Definition TJohnsonRW.h:58
TJohnsonRW(URANIE::DataServer::TDataServer *tds, void(*fcn)(Double_t *, Double_t *), const char *varexpinput, const char *varexpoutput, Int_t ns, Option_t *option="")
Default constructor with a pointer to a function.
void setCorrelationMatrix(TMatrixD corrMat)
Set the correlation matrix by hand.
TJohnsonRW(URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, Option_t *option="")
Default constructor with the TDataServer.
Double_t _dr2
The R2 define by the formula.
Definition TJohnsonRW.h:56
bool _bmatCorrSet
Set the correlation matrix by hand, not using empirical one;.
Definition TJohnsonRW.h:59
TMatrixD _mRxxInv
Inverse input correlation matrix from SVD.
Definition TJohnsonRW.h:64
void generateSample(Option_t *option="")
TMatrixD _mLambda
Lambda matrix from Johnson method.
Definition TJohnsonRW.h:66
void parseOption(Option_t *option="")
Read option specific to TJohnsonRW.
TJohnsonRW(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *code, Int_t ns, Option_t *option="")
Default constructor with TCode arg.
TMatrixD _mBetanoY
Beta matrix from Johnson method up to final output multiplication.
Definition TJohnsonRW.h:67
TJohnsonRW(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, Int_t ns, Option_t *option="")
Default constructor with TRun arg.
TMatrixD _mmatCorr
Matrix of correlation to be used for coefficient calculation.
Definition TJohnsonRW.h:63
TJohnsonRW(URANIE::DataServer::TDataServer *tds, const char *fcn, Int_t ns, const char *varexpinput="", const char *varexpoutput="", Option_t *option="")
Default constructor with the name of a function.
void evaluateIndexes(Option_t *option="")
Evaluates the index from a Specific TDataServer.
bool _busingSample
Using a sample provided by fileDataRead.
Definition TJohnsonRW.h:60
int _localYCounter
Local counter to know how many outputs there are.
Definition TJohnsonRW.h:69
virtual void printLog(Option_t *option="")
TString _sSampMethod
The sampling method.
Definition TJohnsonRW.h:61
Double_t getR2A()
get the adjuested coefficient of determination R2A
Definition TJohnsonRW.h:165
Double_t _dr2A
The R2A define by the formula.
Definition TJohnsonRW.h:57
Double_t getR2()
get the coefficient of determination R2
Definition TJohnsonRW.h:159
Description of the class TSensitivity.
Definition TSensitivity.h:112