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
update the code X = st.bernoulli.rvs(p) to show they are draws (so we should generate the draws, 10 of them) and link to wikipedia article around independent/quasi-independent.
In section 17.2.4 perhaps add n=1, n=10 steps with an higher variance.
Content
consider promoting the theory at the end 17.2.1 above the simulations(?) -- could make it clear and use the code as confirmation. But does a good job of providing intuition. Provide some context around Equation 17.1
In 17.2.4 -- improve clarity around the loop 1 to 3 (sample of sample means) -- less vague language (use algorithm environment from sphinx-proof)
In 17.2.4 remove the plot of the histogram in section (keep the violin plots and refer to these plots from the CLT section)
Comments by @SylviaZhaooo:
Content
Comments by @pgrosser1:
Code
X = st.bernoulli.rvs(p)
to show they are draws (so we should generate the draws, 10 of them) and link to wikipedia article around independent/quasi-independent.n=1, n=10
steps with an higher variance.Content
17.2.1
above the simulations(?) -- could make it clear and use the code as confirmation. But does a good job of providing intuition. Provide some context around Equation 17.1The text was updated successfully, but these errors were encountered: