61 #ifndef Type3SmallestValueRV_h 62 #define Type3SmallestValueRV_h 64 #include <reliability/domain/components/RandomVariable.h> 102 void Print(std::ostream &s,
int flag =0)
const;
103 double getPDFvalue(
double rvValue);
104 double getCDFvalue(
double rvValue);
105 double getInverseCDFvalue(
double probValue);
106 const std::string getType(
void);
109 double getParameter1();
110 double getParameter2();
111 double getParameter3();
112 double getParameter4();
113 double getStartValue();
Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: Type3SmallestValueRV.cpp:114
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Type III generalized extreme value distribution random variable.
Definition: Type3SmallestValueRV.h:76