SG++-Doxygen-Documentation
|
Public Member Functions | |
def | __init__ (self, mu, sigma, a, b) |
def | __str__ (self) |
def | fromJson (cls, jsonObject) |
def | getDim (self) |
def | pdf (self, x) |
def | toJson (self) |
Public Attributes | |
inv_phi_width | |
mu | |
phi_lwr | |
phi_upr | |
phi_width | |
sigma | |
The truncated Log-normal distribution
def python.uq.dists.TLognormal.TLognormal.__init__ | ( | self, | |
mu, | |||
sigma, | |||
a, | |||
b | |||
) |
def python.uq.dists.TLognormal.TLognormal.__str__ | ( | self | ) |
References python.uq.dists.Lognormal.Lognormal.__a, python.uq.transformation.LinearTransformation.LinearTransformation.__a, python.uq.dists.Uniform.Uniform.__a, python.uq.dists.Lognormal.Lognormal.__b, python.uq.transformation.LinearTransformation.LinearTransformation.__b, python.uq.dists.Uniform.Uniform.__b, python.uq.dists.MultivariateNormal.MultivariateNormal.__b, python.uq.dists.TNormal.TNormal.__b, python.uq.dists.Normal.Normal.__b, python.uq.dists.Lognormal.Lognormal.__mu, python.uq.dists.MultivariateNormal.MultivariateNormal.__mu, python.uq.dists.TNormal.TNormal.__mu, python.uq.dists.Normal.Normal.__mu, python.uq.dists.Lognormal.Lognormal.__sigma, python.uq.dists.TNormal.TNormal.__sigma, and python.uq.dists.Normal.Normal.__sigma.
def python.uq.dists.TLognormal.TLognormal.fromJson | ( | cls, | |
jsonObject | |||
) |
Restores the TLognormal object from the json object with its attributes. @param 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.TLognormal.TLognormal.getDim | ( | self | ) |
def python.uq.dists.TLognormal.TLognormal.pdf | ( | self, | |
x | |||
) |
def python.uq.dists.TLognormal.TLognormal.toJson | ( | self | ) |
python.uq.dists.TLognormal.TLognormal.inv_phi_width |
Referenced by python.uq.dists.TLognormal.TLognormal.pdf().
python.uq.dists.TLognormal.TLognormal.mu |
python.uq.dists.TLognormal.TLognormal.phi_lwr |
python.uq.dists.TLognormal.TLognormal.phi_upr |
python.uq.dists.TLognormal.TLognormal.phi_width |
python.uq.dists.TLognormal.TLognormal.sigma |