Python數據可視化之高斯分佈

Python數據可視化之高斯分佈 一維高斯分佈模型 高斯分佈: html N(μ,δ2)=1δ2π−−√e−(x−μ)22δ2 Python實現 在python中,咱們經過座標變換來求得任意的高斯分佈。python import numpy as np import matplotlib.pyplot as plt x = np.random.randn(400) 其中np.random.ran
相關文章
相關標籤/搜索