60 #ifndef ShiftedRayleighRV_h 61 #define ShiftedRayleighRV_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: ShiftedRayleighRV.cpp:119
================================================================================
Definition: ContinuaReprComponent.h:34
Definition: ShiftedRayleighRV.h:66