Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Parametre.h File Reference

#include <iostream.h>
#include <conio.h>
#include <stdlib.h>

Go to the source code of this file.

Compounds

struct  cell
 Type structuré. More...

class  Parametre
 Classe Parametre. More...


Typedefs

typedef cell CELL
 Type structuré. More...


Enumerations

enum  Loi {
  UniformeContinue, Exponentielle, LoiGamma, Chi2,
  Normale, Student, Beta1espece, Weibull,
  Lognormale, Pareto, GPD, StudentApprochee,
  StudentApprocheeTrans, GPDTrans, Beta2Prop, Import,
  Inconnue
}
 Type énuméré. More...

enum  Mode {
  PDF, CDF, Simul, INVCDF,
  Survie
}
 Type énuméré Mode. More...


Typedef Documentation

typedef struct cell CELL
 

Type structuré.

Définition d'un élément cell de la liste.


Enumeration Type Documentation

enum Loi
 

Type énuméré.

Type loi regroupant tous les noms de lois utilisées.

Enumeration values:
UniformeContinue 
Exponentielle 
LoiGamma 
Chi2 
Normale 
Student 
Beta1espece 
Weibull 
Lognormale 
Pareto 
GPD 
StudentApprochee 
StudentApprocheeTrans 
GPDTrans 
Beta2Prop 
Import 
Inconnue 

enum Mode
 

Type énuméré Mode.

un "Mode" de calcul est choisi selon ce qu'on veut effectuer. PDF : densité. CDF : fonction de répartition. Simul : simulation. INVCDF : fonction quantile. Survie : fonction de survie.

Enumeration values:
PDF 
CDF 
Simul 
INVCDF 
Survie 


Generated on Mon Jan 27 16:41:13 2003 for EXTREMES by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002