假设正态分布,我有样本数据,我想计算置信区间.
我已经找到并安装了numpy和scipy软件包,并且已经很难恢复平均值和标准差(numpy.mean(数据),数据是列表).任何关于获得样本置信区间的建议都会非常感激.
python statistics numpy confidence-interval
我有一些样本数据,我想计算其置信区间,假设分布不正常且未知。基本上,看起来分布是帕累托分布。但我不确定。
正态分布的答案:
根据样本数据计算置信区间
使用 scipy 获取置信区间的正确方法
python statistics numpy scipy confidence-interval
confidence-interval ×2
numpy ×2
python ×2
statistics ×2
scipy ×1