Download presentation
Presentation is loading. Please wait.
1
Random functions
2
Enter the formula =RAND() and copy it down to obtain 500 random numbers
3
Calculate the mean, standard deviation, median, first, third quartiles, skewness and kurtosis of the distribution The cells with the random numbers in them “update” as calculations based on them are entered.
4
Use an IF to interpret any number less than 0
Use an IF to interpret any number less than 0.5 as “Tails” and any other number as “Heads”
5
Use the COUNTIF function to see how many heads and tails you get
6
Use the formula =RANDBETWEEN(1,6) to generate 500 integers between 1 and 6
7
Calculate the Frequencies of the values 1 through 6
Calculate the Frequencies of the values 1 through 6. (Remember “array formula”)
8
Create a histogram for the frequencies.
9
Recall how you can control the y axis min and max
10
I was finding it hard to trick the automatically generated histogram into looking decent. Note the weird bin width.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.