English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Modeler: TGPLooCostFunction.h File Reference
Uranie / Modeler v4.9.0
/* @license-end */
TGPLooCostFunction.h File Reference

Interface de la classe URANIE::Modeler::TGPLooCostFunction. More...

#include "Modeler.h"
#include "TGPBuilder.h"
#include "TShareEval.h"
#include "TGPCostFunction.h"
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

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().