Hitos Villarroel

Results 1 issues of Hitos Villarroel

When I try to run this code: std_normal_pdf = lambda x : np.exp(-x*x/2) / (np.sqrt(2*np.pi)) std_normal = ContinuousFactor(['x'],std_normal_pdf) std_normal.discretize(RoundingDiscretizer, low=-3, high=3, cardinality=12) I obtain the following error: --------------------------------------------------------------------------- AttributeError Traceback...