我想要計算正態分布的公式。 這個怎么做? 例如 import numpy as np mean = 0 std = 1 total_size = 100 total_random_samples = np.random.normal(mean, std, ...
確定! 回上一頁