Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sampler v4.9.0
|
TEllipticalCopula.h
Go to the documentation of this file.
Interface of the class URANIE::Sampler::TCopula.
Description of the class TEllipticalCopula.
Definition TEllipticalCopula.h:49
TEllipticalCopula(URANIE::DataServer::TDataServer *tds, Option_t *option, Int_t nCalcul)
Default constructor.
virtual ~TEllipticalCopula()
Default destructor.
TMatrixD _matCorrelation
The correlation matrix.
Definition TEllipticalCopula.h:52
void setUserCorrelation(Int_t indx, Int_t indy, double value)
Defines a correlation between two attributes given by their indexes.
virtual void printLog(Option_t *option="")
Prints the log.
void setUserCorrelation(TString xname, TString yname, double value)
Defines a correlation between two attributes given by their names.
void setUserCorrelation(URANIE::DataServer::TAttribute *x, URANIE::DataServer::TAttribute *y, Double_t value)
Defines a correlation between two attributes.
TMatrixD getCorrelationMatrix()
Retrieve the correlation matrix.
Definition TEllipticalCopula.h:102
Definition TAMHCopula.h:60