1. 首页
  2. 数据库
  3. 其它
  4. 在python中求分布函数相关的包实例

在python中求分布函数相关的包实例

上传者: 2020-12-22 21:03:15上传 PDF文件 40.06KB 热度 23次
为了了解(正态)分布的方法和属性,我们首先引入norm >>>from scipy.stats import norm >>>rv = norm() >>>dir(rv) # reformatted [‘__class__', ‘__delattr__', ‘__dict__', ‘__doc__', ‘__getattribute__', ‘__hash__', ‘__init__', ‘__module__', ‘__new__', ‘__reduce__', ‘__reduce_ex__', ‘__repr__', ‘__setattr__', ‘__str__', ‘__wea
下载地址
用户评论