RoR_design.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:HydropowerProject 作者: msdogan 项目源码 文件源码
def NPV_prob(rho,g,eff,H,delta_t,p,Q,mean,std,a,b):
    t = np.arange(0,100000,0.5)
    PV = simps(np.exp(-t*r)*rho*g*eff*H*delta_t*p/1000*EV_flow(mean,std,Q), t)
    NPVal = PV - cost(a, b, Q)
    return NPVal

# declare matrices to store data
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号