示例#1
0
 def pdf_name(self):
     return "{}({}, {})".format(self.display_name, Node.parent_node_str(self.shape), Node.parent_node_str(self.scale))
示例#2
0
 def pdf_name(self):
     return "{}({})".format(self.display_name, Node.parent_node_str(self.rate))
示例#3
0
 def pdf_name(self):
     return "{}({}, {})".format(self.display_name, Node.parent_node_str(self.alpha), Node.parent_node_str(self.beta))
示例#4
0
 def pdf_name(self):
     return "{}({}, {})".format(self.display_name, Node.parent_node_str(self.mean), Node.parent_node_str(self.var))