是否可以使用一个函数来绘制Python中的Z分数分布?
我有一个数据集,我选择了一个具有正态分布的变量。我计算了此变量的样本平均值和标准偏差。接下来,我计算了z得分。
现在,我有一个想绘制的Z分数列表以查看Z分数分布。 (确实有一个想法,它类似于原始分布)。 Python中是否有一个功能可以通过传递Z得分,平均值和标准偏差来帮助我绘制它?
I have a dataset for which I have chosen one variable with a normal distribution. I calculated the sample mean and standard deviation for this variable. Next, I calculated the z-scores.
Now I have a list of z-score that I would like to plot to see the z-score distribution. ( do have an idea it will resemble the raw distribution). Is there a function in Python that can help me plot it by passing the z-scores, mean, and standard deviation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论