def post(x):
    #pdb.set_trace()
    lp = ac.posterior(x, y_data, tt, a, b, sigma)

    return lp
def post(x):
    
    lp=ac.posterior(x, y_data, tt, a, b,sigma)
    
    return lp