64 #include <reliability/domain/components/RandomVariable.h> 91 void Print(std::ostream &s,
int flag =0)
const;
92 double getPDFvalue(
double rvValue);
93 double getCDFvalue(
double rvValue);
94 double getInverseCDFvalue(
double probValue);
95 const std::string getType(
void);
98 double getParameter1();
99 double getParameter2();
100 double getParameter3();
101 double getParameter4();
102 double getStartValue();
Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: RayleighRV.cpp:91
Rayleigh distribution random variable.
Definition: RayleighRV.h:75
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35