Public Member Functions | |
def | __init__ |
def | __str__ |
def | __sub__ |
def | eval |
def | |
def | pdf_mat |
def | sample |
Public Attributes | |
cov | |
mean |
Class for multidimensional Gaussians TODO: make m & v optional
def hrl_lib.prob.Gaussian.__init__ | ( | self, | |
m, | |||
v, | |||
dimension = None |
|||
) |
def hrl_lib.prob.Gaussian.__str__ | ( | self | ) |
def hrl_lib.prob.Gaussian.__sub__ | ( | self, | |
other | |||
) |
def hrl_lib.prob.Gaussian.eval | ( | self, | |
x | |||
) |
def hrl_lib.prob.Gaussian.pdf | ( | self | ) |
def hrl_lib.prob.Gaussian.pdf_mat | ( | self | ) |
def hrl_lib.prob.Gaussian.sample | ( | self | ) |