Python绘制正态分布曲线

  使用Python绘制正态分布曲线,借助matplotlib绘图工具; \[ f(x) = \dfrac{1}{\sqrt{2\pi}\sigma}\exp(-\dfrac{(x-\mu)^2}{2\sigma^2}) \]html #-*-coding:utf-8-*- """ python绘制标准正态分布曲线 """ # ===================================
相关文章
相关标签/搜索