|
xc
|
Public Member Functions | |
| Type2LargestValueRV (int tag, double mean, double stdv, double startValue) | |
| Type2LargestValueRV (int tag, double parameter1, double parameter2, double parameter3, double parameter4, double startValue) | |
| Type2LargestValueRV (int tag, double mean, double stdv) | |
| Type2LargestValueRV (int tag, double parameter1, double parameter2, double parameter3, double parameter4) | |
| void | Print (std::ostream &s, int flag=0) |
| Print stuff. | |
| 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 |
Public Member Functions inherited from XC::TaggedObject | |
| TaggedObject (int tag, CommandEntity *owr=nullptr) | |
| Constructor. More... | |
| virtual TaggedObject * | getCopy (void) const |
| Virtual constructor. | |
| void | assignTag (int newTag) |
| Set tag (to be called from Python interface). | |
| int | getTag (void) const |
| Returns the tag associated with the object. | |
Additional Inherited Members | |
Protected Member Functions inherited from XC::ReliabilityDomainComponent | |
| ReliabilityDomainComponent (int tag, int classTag) | |
Protected Member Functions inherited from XC::TaggedObject | |
| void | setTag (int newTag) |
| Set tag. More... | |
Protected Attributes inherited from XC::RandomVariable | |
| int | tag |
| double | startValue |
1.8.12