How to sample from a uniform distribution instead of normal during uncertainty analysis in Python?

后端 未结 0 596
忘了有多久
忘了有多久 2020-12-31 08:23

Here is the section of my code:

for i in range(100):
    generator = get_truncated_normal(low=0.63, upp=0.69)
    inputX52.append(generator.rvs())


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