English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Sampler: TPlackettCopula.h Source File
Uranie / Sampler v4.9.0
/* @license-end */
TPlackettCopula.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
59#ifndef TPLACKETTCOPULA_H
60#define TPLACKETTCOPULA_H
61
63#include "TArchimedianCopula.h"
64#include "UExceptions.h"
65
66namespace URANIE
67{
68namespace Sampler
69{
71{
72private:
73public:
74 //---------------------------------------------
78
79 TPlackettCopula(URANIE::DataServer::TDataServer *tds, Double_t dparam,
80 Int_t nCalcul);
84
85 //---------------------------------------------
89
93 void generateUMatrix(Option_t *option);
95
96 //---------------------------------------------
100 virtual void printLog(Option_t *option = "");
102
103 ClassDef(URANIE::Sampler::TPlackettCopula, ID_SAMPLER)
104 // TPlackettCopula Class
105};
106
107} // Fin du namespace Sampler
108} // Fin du namespace URANIE
109#endif
Interface of the class URANIE::Sampler::TArchimedianCopula.
Description of the class TArchimedianCopula.
Definition TArchimedianCopula.h:54
Description of the class TPlackettCopula.
Definition TPlackettCopula.h:71
virtual void printLog(Option_t *option="")
Prints the log.
void generateUMatrix(Option_t *option)
Generates the matrix of U.
virtual ~TPlackettCopula()
Default destructor.
TPlackettCopula(URANIE::DataServer::TDataServer *tds, Double_t dparam, Int_t nCalcul)
Default constructor.
Definition TAMHCopula.h:60