Sum of rolling 2 fair 6-sided dice
A. normal
B. uniform
C. exponential
For the following real-life situations, fill in the blank with the appropriate distribution model (normal, uniform, or exponential) that would best simulate the situation.Rolling a fair 6-sided die
A. normal
B. uniform
C. exponential
What introduced the error for Archimedes' method of calculating Pi?
A. Incorrect conceptual model.
B. Calculation error.
C. Not enough samples.
Download the code used in the lecture "Finding Pi". If we now want to estimate the constant from the picture above, what should the number '4' in the line: return 4*(inCircle/float(numNeedles)) be changed to?______