|
|
| WeibullRV (int tag, double mean, double stdv, double startValue) |
| |
|
| WeibullRV (int tag, double parameter1, double parameter2, double parameter3, double parameter4, double startValue) |
| |
|
| WeibullRV (int tag, double mean, double stdv) |
| |
|
| WeibullRV (int tag, double parameter1, double parameter2, double parameter3, double parameter4) |
| |
|
void | Print (std::ostream &s, int flag=0) |
| | Imprime el objeto.
|
| |
|
double | getPDFvalue (double rvValue) |
| |
|
double | getCDFvalue (double rvValue) |
| |
|
double | getInverseCDFvalue (double probValue) |
| |
|
const char * | getType () |
| |
|
double | getMean () |
| |
|
double | getStdv () |
| |
|
double | getParameter1 () |
| |
|
double | getParameter2 () |
| |
|
double | getParameter3 () |
| |
|
double | getParameter4 () |
| |
|
double | getStartValue () |
| |
Public Member Functions inherited from XC::RandomVariable |
|
| RandomVariable (int tag, int classTag) |
| |
|
int | setNewTag (int tag) |
| |
Public Member Functions inherited from XC::ReliabilityDomainComponent |
|
virtual void | setReliabilityDomain (ReliabilityDomain *theReliabilityDomain) |
| |
|
virtual ReliabilityDomain * | getReliabilityDomain (void) const |
| |
|
| TaggedObject (int tag, EntCmd *owr=nullptr) |
| | Constructor.
|
| |
|
virtual TaggedObject * | getCopy (void) const |
| | Virtual constructor.
|
| |
|
void | assignTag (int newTag) |
| | Establece el valor del tag.
|
| |
|
int | getTag (void) const |
| |
The documentation for this class was generated from the following files:
- /usr/local/src/prg/xc/src/reliability/domain/distributions/WeibullRV.h
- /usr/local/src/prg/xc/src/reliability/domain/distributions/WeibullRV.cpp