60 #ifndef ShiftedExponentialRV_h 61 #define ShiftedExponentialRV_h 63 #include <reliability/domain/components/RandomVariable.h> 89 void Print(std::ostream &s,
int flag =0);
90 double getPDFvalue(
double rvValue);
91 double getCDFvalue(
double rvValue);
92 double getInverseCDFvalue(
double probValue);
93 const char * getType();
96 double getParameter1();
97 double getParameter2();
98 double getParameter3();
99 double getParameter4();
100 double getStartValue();
Definition: RandomVariable.h:67
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: ShiftedExponentialRV.cpp:115
Definition: ShiftedExponentialRV.h:66
================================================================================
Definition: ContinuaReprComponent.h:34