61 #ifndef ShiftedRayleighRV_h 62 #define ShiftedRayleighRV_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);
104 double getParameter1();
105 double getParameter2();
106 double getParameter3();
107 double getParameter4();
108 double getStartValue();
Float vector abstraction.
Definition: Vector.h:94
int setParameters(double mean, double stdv)
Set parameters.
Definition: ShiftedRayleighRV.cpp:184
Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: ShiftedRayleighRV.cpp:118
Shifted Rayleigh distribution random variable.
Definition: ShiftedRayleighRV.h:70
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
const Vector & getParameters()
Get parameters.
Definition: ShiftedRayleighRV.cpp:175