61 #ifndef UserDefinedRV_h 62 #define UserDefinedRV_h 64 #include <reliability/domain/components/RandomVariable.h> 65 #include <utility/matrix/Vector.h> 80 void Print(std::ostream &s,
int flag =0)
const;
81 double getPDFvalue(
double rvValue);
82 double getCDFvalue(
double rvValue);
83 double getInverseCDFvalue(
double probValue);
84 const std::string getType(
void);
87 double getParameter1();
88 double getParameter2();
89 double getParameter3();
90 double getParameter4();
91 double getStartValue();
Float vector abstraction.
Definition: Vector.h:94
Definition: RandomVariable.h:75
User defined distribution random variable.
Definition: UserDefinedRV.h:71
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: UserDefinedRV.cpp:96