I\'d like scipy to calculate following integral for me:
def F(x, theta, mu, sigma, r): #equation 1 def integrand(u): return u**(r/mu - 1) * exp(sq