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 File Reference
Interface de la classe URANIE::Modeler::TGPLooCostFunction. More...
Include dependency graph for TGPLooCostFunction.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | URANIE::Modeler::TGPLooCostFunction |
Description of the class TGPLooCostFunction. More... | |
Namespaces | |
namespace | URANIE |
ROOT. | |
namespace | URANIE::Modeler |
Functions | |
int | gpLoo0 (double *K, double *y, int n, double *loo) |
int | gpLooh (double *H, double *K, double *y, int n, int p, double *loo) |
int | gpLoohBayes (double *BetaPrior, double *QPrior, double *H, double *K, double *y, int n, int p, double *loo) |
Detailed Description
Interface de la classe URANIE::Modeler::TGPLooCostFunction.
- Date
Function Documentation
◆ gpLoo0()
int gpLoo0 | ( | double * | K, |
double * | y, | ||
int | n, | ||
double * | loo | ||
) |
Referenced by ClassImp().
◆ gpLooh()
int gpLooh | ( | double * | H, |
double * | K, | ||
double * | y, | ||
int | n, | ||
int | p, | ||
double * | loo | ||
) |
Referenced by ClassImp().
◆ gpLoohBayes()
int gpLoohBayes | ( | double * | BetaPrior, |
double * | QPrior, | ||
double * | H, | ||
double * | K, | ||
double * | y, | ||
int | n, | ||
int | p, | ||
double * | loo | ||
) |
Referenced by ClassImp().