probability.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:python_fun_excercise 作者: pongem 项目源码 文件源码
def normal_cdf(x, mu=0,sigma=1):
    return (1 + math.erf((x - mu) / math.sqrt(2) / sigma)) / 2
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号