64 #include <reliability/domain/components/RandomVariable.h> 95 void Print(std::ostream &s,
int flag =0)
const;
96 double getPDFvalue(
double rvValue);
97 double getCDFvalue(
double rvValue);
98 double getInverseCDFvalue(
double probValue);
99 const std::string getType(
void);
102 double getParameter1();
103 double getParameter2();
104 double getParameter3();
105 double getParameter4();
106 double getStartValue();
Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: GumbelRV.cpp:119
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Gumbel distribution random variable.
Definition: GumbelRV.h:75