A) If you have a t-distribution with 27 degrees of freedom, what value cuts off the upper 2.5% (to 6 decimal places)?
B ) If you have an F-distribution with 2 numerator degrees of freedom and 24 denominator degrees of freedom, what is the probability of an F-ratio less than or equal to 3 (to 7 decimal places)?
C) If we have an F-distribution with 12 numerator degrees of freedom and 30 denominator degrees of freedom, what value cuts off the upper 12.23% (to 6 decimal places)?
D) Which function allows you to draw random numbers from the t-distribution?
E)Which function allows you to find the the probability of a value being less than or equal to some q in the chi-square distribution?
F) Use your knowledge of the normal distribution functions to answer the following question.
Which of the following responses gives the highest probability?
A) df = 27
We need to find,
p ( t > tcalculated ) = 0.025
1 - p ( t < tcalculated ) = 0.025
p ( t < tcalculated ) = 0.975
tcalculated = 2.051831
B) dfN = 2, dfD = 24
p ( F 3 ) = 0.931281 ---------- (using Fdist function )
c) dfN = 12, dfD = 30
p ( F > Fcalculated ) = 0.025
1 - p ( F < Fcalculated ) = 0.1223
p ( F < Fcalculated ) = 0.8777
Fcalculated = 1.679099
D) Function " = TINV(RAND(),df)*RANDBETWEEN(botttom, top ) " allows you to draw random numbers.
Get Answers For Free
Most questions answered within 1 hours.