Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Modeler
v4.10.0
|
TGPLooCostFunction.h
Go to the documentation of this file.
58 int gpLoohBayes(double *BetaPrior, double *QPrior, double *H, double *K, double *y, int n, int p, double *loo);
113 virtual Int_t eval(vector<URANIE::DataServer::UEntry*> *, vector<URANIE::DataServer::UEntry*> *, int=0);
int gpLoohBayes(double *BetaPrior, double *QPrior, double *H, double *K, double *y, int n, int p, double *loo)
virtual URANIE::Relauncher::TEval * rebuild(int rank, Bool_t chef=kTRUE)
virtual Bool_t unbuild()
Double_t * _QPrior
pointer to the a priori covariance matrix of the deterministic trend parameters (size: _n * _n) ...
Definition: TGPLooCostFunction.h:73
virtual Int_t eval(Double_t *theta, Double_t *res, int=0)
Evaluate the cost function.
virtual ~TGPLooCostFunction()
Default destructor.
Interface de la classe URANIE::Modeler::TGPCostFunction.
Description of the class TGPCostFunction.
Definition: TGPCostFunction.h:57
int gpLooh(double *H, double *K, double *y, int n, int p, double *loo)
Interface de la classe URANIE::Modeler::TGPBuilder.
TGPLooCostFunction(TGPBuilder *gpb)
Standard constructor.
Double_t * _BetaPrior
pointer to the a priori means of the deterministic trend parameters (size: _n * _p) ...
Definition: TGPLooCostFunction.h:72
Description of the class TGPLooCostFunction.
Definition: TGPLooCostFunction.h:67
int gpLoo0(double *K, double *y, int n, double *loo)