当前位置:网站首页>Representation of confidence interval
Representation of confidence interval
2022-07-04 21:55:00 【Cochlear notes】
err_inter = result.conf_int()
# The center of the confidence interval
err_mean = (err_inter[1]+err_inter[0])/2
# The length of the confidence interval
err_long = (err_inter[1]-err_inter[0])/2
# Confidence interval mapping
import matplotlib.pyplot as plt
from scipy import stats
import numpy as np
plt.style.use('seaborn-whitegrid')
fig, ax = plt.subplots(figsize=(50, 20),dpi=60)
ax.spines['bottom'].set_linewidth('2.0')# Set the border line width to 2.0
ax.spines['bottom'].set_color('black')
ax.spines['top'].set_linewidth('2.0')# Set the border line width to 2.0
ax.spines['top'].set_color('black')
ax.spines['right'].set_linewidth('2.0')# Set the border line width to 2.0
ax.spines['right'].set_color('black')
ax.spines['left'].set_linewidth('2.0')# Set the border line width to 2.0
ax.spines['left'].set_color('black')
plt.xticks(fontsize = 50)
plt.yticks(fontsize = 50)
for i in range(1,len(err_inter)):
ax.errorbar(i-10,err_mean[i] , yerr=err_long[i],
fmt='.', markersize=10, capsize=15, color='black')
xticks = [-9,-8, -7, -6, -5, -4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11]
xticklabes =['-9','-8','-7','-6','-5','-4','-3','-2','-1','0','1','2','3','4','5','6','7','8','9','10','11']
plt.xticks(xticks,xticklabes,size=50)
yticks = [-2,-1,0,1,2,3,4,5]
yticklabes =['-2','-1','0','1','2','3','4','5']
ax.plot([-9.5,11.5],[0,0], color='black',linestyle = '--',linewidth=2, markersize=12)
plt.xticks(xticks,xticklabes,size=50)
ax.set_ylim(-2.5, 5.5)
ax.set_xlim(-9.5, 11.5)
#ax.fill_betweenx([1, 0], facecolor='lightgrey', alpha=0.3)
#ax.legend(loc='best', fontsize=11, framealpha=1, frameon=True)
#ax.set_xticklabels()
#ax.set_ticklabels()
#ax.set_yticklabels(labels=labels)
ax.set_xlabel('time', fontsize=50)
ax.set_ylabel('coefficient', fontsize=50)
#ax.yaxis.set_major_formatter(plt.NullFormatter())
#fig.tight_layout();
#plt.show()
#plt.savefig(r'C:\Users\sc35131\Desktop\wangyao\Cell_consistence_alogrithm\picture9\\'+'1234',bbox_inches = 'tight',pad_inches = 0,dpi =350)
plt.savefig(' Parallel trend test .png')
边栏推荐
- Jerry's ad series MIDI function description [chapter]
- Compréhension approfondie du symbole [langue C]
- HDU - 2859 Phalanx(DP)
- Jerry's ad series MIDI function description [chapter]
- Case sharing | integrated construction of data operation and maintenance in the financial industry
- For MySQL= No data equal to null can be found. Solution
- 创客思维在高等教育中的启迪作用
- QT - double buffer plot
- 【C语言】符号的深度理解
- Spatiotemporal prediction 3-graph transformer
猜你喜欢
![[early knowledge of activities] list of recent activities of livevideostack](/img/14/d2cdae45a18a5bba7ee1ffab903af2.jpg)
[early knowledge of activities] list of recent activities of livevideostack

el-tree结合el-table,树形添加修改操作

Application practice | Shuhai supply chain construction of data center based on Apache Doris

从RepVgg到MobileOne,含mobileone的代码

QT—绘制其他问题

解析互联网时代的创客教育技术

超详细教程,一文入门Istio架构原理及实战应用

Redis has three methods for checking big keys, which are necessary for optimization

创客思维在高等教育中的启迪作用

How was MP3 born?
随机推荐
How was MP3 born?
AcWing 2022 每日一题
Jerry's ad series MIDI function description [chapter]
股票开户佣金最低多少,炒股开户佣金最低网上开户安全吗
Shutter WebView example
QT—双缓冲绘图
Jerry's ad series MIDI function description [chapter]
【C語言】符號的深度理解
做BI开发,为什么一定要熟悉行业和企业业务?
[C language] deep understanding of symbols
旋变串判断
Analyzing the maker space contained in steam Education
Spatiotemporal prediction 3-graph transformer
Jerry's ad series MIDI function description [chapter]
1807. 替换字符串中的括号内容
【LeetCode】17、电话号码的字母组合
挖财学院股票开户安全吗?开户只能在挖财开户嘛?
解析steam教育中蕴含的众创空间
HDU - 2859 Phalanx(DP)
并列图的画法,多排多列