math range error when trying to integrate a function using scipy quad and solving using brentq

后端 未结 0 1315
再見小時候
再見小時候 2021-01-24 02:50

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题