Esempio n. 1
0
 def p_bqlfn_condprob_1col(self, e, constraints):
     return ast.ExpBQLProbDensityFn(e, constraints)
Esempio n. 2
0
 def p_bqlfn_prob_1col(self, e):
     return ast.ExpBQLProbDensityFn(e, [])