Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Optimizer v4.9.0
|
TBestEstimate.h
Go to the documentation of this file.
Description of the class TBestEstimate.
Definition TBestEstimate.h:62
void setParameterResponseCovMatrix(TMatrixD matrix)
TMatrixD getParameterCovMatrix()
Definition TBestEstimate.h:213
TMatrixD getBestEstResponsesCovMatrix()
Definition TBestEstimate.h:242
Int_t getNTimeStepsInputParameter()
Definition TBestEstimate.h:270
void setLog()
Print the state of the algorithm of optimization.
Definition TBestEstimate.h:296
void runBestEstimate()
TMatrixD getBestEstParameterMatrix()
Definition TBestEstimate.h:230
TDataServer * getOATSamplingData()
Definition TBestEstimate.h:184
void setSensitivityMatrix(TMatrixD matrix)
void buildSensitivityMatrix()
TMatrixD getMeasureCovMatrix()
Definition TBestEstimate.h:217
void setResponseData(TDataServer *tds)
TMatrixD getParameterMatrix()
Definition TBestEstimate.h:201
void buildMatrices()
void setParameterData(TDataServer *tds)
virtual void printLog(Option_t *option="")
TBestEstimate(TDataServer *tdsParam, TDataServer *tdsMeasures, TDataServer *tdsResponses, TMatrixD sMatrix, TMatrixD carMatrix)
Constructor with a user given sensitivity matrix.
Int_t getNTimeStepsResponses()
Definition TBestEstimate.h:275
TDataServer * getResponseData()
Definition TBestEstimate.h:178
Int_t getNInputParameter()
Definition TBestEstimate.h:260
TMatrixD getBestEstParameterCovMatrix()
Definition TBestEstimate.h:238
Double_t getConsistencyMeasure()
Definition TBestEstimate.h:255
TDataServer * getMeasureData()
Definition TBestEstimate.h:172
Int_t _nParamTimeSteps
Definition TBestEstimate.h:76
TBestEstimate(TDataServer *tdsParam, TDataServer *tdsMeasures, TDataServer *tdsResponses, TDataServer *tdsOATSampling, TMatrixD carMatrix)
Constructor with results of an OAT design instead of a sensitivity matrix.
TMatrixD getDifferencesCovMatrix()
Definition TBestEstimate.h:225
void setOATSamplingData(TDataServer *tds)
TMatrixD getBestEstResponseMatrix()
Definition TBestEstimate.h:234
TMatrixD getBestEstParameterResponsesCovMatrix()
Definition TBestEstimate.h:246
TBestEstimate(Int_t nParam, TMatrixD a, Int_t nResp, TMatrixD m, TMatrixD r, TMatrixD ca, TMatrixD cm, TMatrixD s, TMatrixD car)
Constructor with only matrices.
TDataServer * getParameterData()
Definition TBestEstimate.h:166
TMatrixD getSensitivityMatrix()
Definition TBestEstimate.h:190
void setMeasureData(TDataServer *tds)
TMatrixD getResponsesCovMatrix()
Definition TBestEstimate.h:221
TMatrixD getParameterResponseCovMatrix()
Definition TBestEstimate.h:196
TMatrixD getResponseMatrix()
Definition TBestEstimate.h:209
TMatrixD getMeasureMatrix()
Definition TBestEstimate.h:205
Rosenbrock's function (n=2) with first and second order derivatives.
Definition TBestEstimate.h:58