![]() |
SG++-Doxygen-Documentation
|
Public Member Functions | |
| def | __init__ (self, p, q, a, b) |
| def | fromJson (cls, jsonObject) |
| def | getBounds (self) |
| def | pdf (self, x) |
| def | rvs (self, phi, n=1) |
| def | toJson (self) |
| def python.uq.dists.CorrBeta.CorrBeta.__init__ | ( | self, | |
| p, | |||
| q, | |||
| a, | |||
| b | |||
| ) |
References python.uq.dists.CorrBeta.CorrBeta._b, python.uq.dists.CorrBeta.CorrBeta._e3, and python.uq.dists.CorrBeta.CorrBeta._q.
| def python.uq.dists.CorrBeta.CorrBeta.fromJson | ( | cls, | |
| jsonObject | |||
| ) |
Restores the CorrBeta object from the json object with its attributes. Arguments: jsonObject -- json object Return the restored UQSetting object
Referenced by python.uq.sampler.asgc.ASGCSampler.ASGCSampler.setMemento(), python.uq.learner.Learner.Learner.setMemento(), and python.uq.uq_setting.UQSetting.UQSetting.setMemento().
| def python.uq.dists.CorrBeta.CorrBeta.getBounds | ( | self | ) |
References python.uq.dists.CorrBeta.CorrBeta._b.
Referenced by python.uq.dists.J.J.discretize(), and python.uq.dists.Dist.Dist.l2error().
| def python.uq.dists.CorrBeta.CorrBeta.pdf | ( | self, | |
| x | |||
| ) |
References python.uq.dists.CorrBeta.CorrBeta.__getBetaDistribution().
Referenced by python.uq.dists.Dist.Dist.crossEntropy(), python.uq.dists.J.J.discretize(), python.uq.dists.Dist.Dist.klDivergence(), and python.uq.dists.Dist.Dist.l2error().
| def python.uq.dists.CorrBeta.CorrBeta.rvs | ( | self, | |
| phi, | |||
n = 1 |
|||
| ) |
References python.uq.dists.CorrBeta.CorrBeta._e3, and python.uq.dists.CorrBeta.CorrBeta._q.
| def python.uq.dists.CorrBeta.CorrBeta.toJson | ( | self | ) |
Returns a string that represents the object Arguments: Return A string that represents the object
Referenced by python.uq.sampler.asgc.ASGCSampler.ASGCSampler.__str__(), python.uq.uq_setting.UQSetting.UQSetting.__str__(), python.uq.sampler.asgc.ASGCSampler.ASGCSampler.createMemento(), and python.uq.uq_setting.UQSetting.UQSetting.createMemento().