SG++-Doxygen-Documentation
python.uq.dists.CorrBeta.CorrBeta Class Reference
Inheritance diagram for python.uq.dists.CorrBeta.CorrBeta:

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)
 

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ fromJson()

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().

◆ getBounds()

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().

◆ pdf()

def python.uq.dists.CorrBeta.CorrBeta.pdf (   self,
  x 
)

◆ rvs()

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.

◆ toJson()

def python.uq.dists.CorrBeta.CorrBeta.toJson (   self)

The documentation for this class was generated from the following file: