English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Sampler: TArchimedianCopula.h Source File
Uranie / Sampler v4.9.0
/* @license-end */
TArchimedianCopula.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
45#ifndef TARCHIMEDIANCOPULA_H
46#define TARCHIMEDIANCOPULA_H
47#include "TCopula.h"
48
49namespace URANIE
50{
51namespace Sampler
52{
54{
55 // Attributes
56public:
57 Double_t _dparam;
58private:
59public:
60 //---------------------------------------------
64
65 TArchimedianCopula(URANIE::DataServer::TDataServer *tds, Double_t dparam,
66 Int_t nCalcul);
70
71 //---------------------------------------------
75 virtual void printLog(Option_t *option = "");
77
78 ClassDef(URANIE::Sampler::TArchimedianCopula, ID_SAMPLER)
79 // ArchimedianCopula Class
80};
81
82} // Fin du namespace Sampler
83} // Fin du namespace URANIE
84#endif
Interface of the class URANIE::Sampler::TCopula.
Description of the class TArchimedianCopula.
Definition TArchimedianCopula.h:54
TArchimedianCopula(URANIE::DataServer::TDataServer *tds, Double_t dparam, Int_t nCalcul)
Default constructor.
virtual ~TArchimedianCopula()
Default destructor.
Double_t _dparam
the parameter of the archimediam copula
Definition TArchimedianCopula.h:57
virtual void printLog(Option_t *option="")
Prints the log.
Description of the class TCopula.
Definition TCopula.h:59
Definition TAMHCopula.h:60