61 #ifndef ShiftedExponentialRV_h 62 #define ShiftedExponentialRV_h 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: ShiftedExponentialRV.cpp:115
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Shifted exponential distribution random variable.
Definition: ShiftedExponentialRV.h:70