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