61 #ifndef ExponentialRV_h 62 #define ExponentialRV_h 64 #include <reliability/domain/components/RandomVariable.h> 99 void Print(std::ostream &s,
int flag =0)
const;
100 double getPDFvalue(
double rvValue);
101 double getCDFvalue(
double rvValue);
102 double getInverseCDFvalue(
double probValue);
103 const std::string getType(
void);
106 double getParameter1();
107 double getParameter2();
108 double getParameter3();
109 double getParameter4();
110 double getStartValue();
Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: ExponentialRV.cpp:108
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Exponential distribution random variable.
Definition: ExponentialRV.h:75