You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.1.2.1. Student’s t-test: the simplest statistical test
1-sample t-test: testing the value of a population mean
As usual, I use pandas DataFrame to plot stat figure, such as bar/line/pie/scatter etc.
Plotting a distribution figure like that, it is not frequent to see, and hard to find out how to make out through google. But, there is no sample code at all! Can you add one? For an greenhand, it is really hard to do.
The text was updated successfully, but these errors were encountered:
It seems to me that the main difficulty in reproducing this plot is that it is not specified what really is depicted.
As a side remark, it is not optimal that three colors are used in the plot even though the meaning of only two colors is explained. The reader has to guess that the third color is obtained by superposing the other two colors.
I read this chapter and notice this figure.
http://www.scipy-lectures.org/packages/statistics/index.html#student-s-t-test-the-simplest-statistical-test
As usual, I use pandas DataFrame to plot stat figure, such as bar/line/pie/scatter etc.
Plotting a distribution figure like that, it is not frequent to see, and hard to find out how to make out through google. But, there is no sample code at all! Can you add one? For an greenhand, it is really hard to do.
The text was updated successfully, but these errors were encountered: