Podcast
Questions and Answers
What is the purpose of 'data cleaning' in probability and statistics?
What is the purpose of 'data cleaning' in probability and statistics?
What is the difference between 'np.random.randint(0, 5)' and 'np.random.rand()' in numpy?
What is the difference between 'np.random.randint(0, 5)' and 'np.random.rand()' in numpy?
What does 'np.random.randint(0, 5, 3)' do in numpy?
What does 'np.random.randint(0, 5, 3)' do in numpy?
What is the output of 'np.random.rand(5)' in numpy?
What is the output of 'np.random.rand(5)' in numpy?
Signup and view all the answers
What does np.random.randint(0, 5, 3) output?
What does np.random.randint(0, 5, 3) output?
Signup and view all the answers
What is the characteristic of a random outcome?
What is the characteristic of a random outcome?
Signup and view all the answers
In probability, what must the sum of probabilities of all possible outcomes be?
In probability, what must the sum of probabilities of all possible outcomes be?
Signup and view all the answers
What does np.random.choice([24,10,12,35,5]) output?
What does np.random.choice([24,10,12,35,5]) output?
Signup and view all the answers
What is the main characteristic of probability values?
What is the main characteristic of probability values?
Signup and view all the answers
What is np.random.rand(5) expected to output?
What is np.random.rand(5) expected to output?
Signup and view all the answers