摘要: import numpy as np, pandas as pd, math while True: mean, std_dev, num_samples = 105, 2.5, 100 data = np.random.normal(loc=mean, scale=std_dev, size=nu 阅读全文
posted @ 2024-07-27 17:39 wstong 阅读(3) 评论(0) 推荐(0) 编辑