[2] Use T.DIST(t,df,false) and NORM.DIST(x,0,1,false) to make a table of t-distribution for degree of freedom=1, 3, 10,
Posted: Tue Nov 23, 2021 9:26 am
[2] Use T.DIST(t,df,false) and NORM.DIST(x,0,1,false) to make a table of t-distribution for degree of freedom=1, 3, 10, 30 along with standard normal distribution. (t and x values; -5.0, -4.8, -4.6, ...,-0.2,0, 0.2, ...,4.8, 5.0) Also draw the five distributions in one graph.