English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Sampler: TGaussianCopula.h Source File
Uranie / Sampler v4.9.0
/* @license-end */
TGaussianCopula.h
Go to the documentation of this file.
1
2// Copyright (C) 2013-2024 CEA/DES
3//
4// This program is free software: you can redistribute it and/or modify
5// it under the terms of the GNU Lesser General Public License as published
6// by the Free Software Foundation, either version 3 of the License, or any
7// later version.
8//
9// This program is distributed in the hope that it will be useful,
10// but WITHOUT ANY WARRANTY; without even the implied warranty of
11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12// GNU Lesser General Public License for more details.
13//
14// You should have received a copy of the GNU Lesser General Public License
15// along with this program. If not, see <http://www.gnu.org/licenses/>.
18// $Id$
19// $Author$
20// $Date$
21// $Revision$
22// $State$
24
39#ifndef TGAUSSIANCOPULA_H
40#define TGAUSSIANCOPULA_H
41
43#include "TEllipticalCopula.h"
44#include "UExceptions.h"
45
46namespace URANIE
47{
48namespace Sampler
49{
51{
52private:
53public:
54 //---------------------------------------------
58
59 TGaussianCopula(URANIE::DataServer::TDataServer *tds, Option_t *option,
60 Int_t nCalcul);
64
65 //---------------------------------------------
69
73 void generateUMatrix(Option_t *option);
75
76 //---------------------------------------------
80 virtual void printLog(Option_t *option = "");
82
83 ClassDef(URANIE::Sampler::TGaussianCopula, ID_SAMPLER)
84 // TGaussianCopula Class
85};
86
87} // Fin du namespace Sampler
88} // Fin du namespace URANIE
89#endif
Interface of the class URANIE::Sampler::TEllipticalCopula.
Description of the class TEllipticalCopula.
Definition TEllipticalCopula.h:49
Description of the class TGaussianCopula.
Definition TGaussianCopula.h:51
virtual ~TGaussianCopula()
Default destructor.
void generateUMatrix(Option_t *option)
Generates the matrix of U.
virtual void printLog(Option_t *option="")
Prints the log.
TGaussianCopula(URANIE::DataServer::TDataServer *tds, Option_t *option, Int_t nCalcul)
Default constructor.
Definition TAMHCopula.h:60