Sampling with replacement
In this example, you will review the np.random.choice()
function that you've already seen in the previous chapters. You are given multiple variations of np.random.choice()
for sampling from arrays. Look at each variation carefully and use the console to test out the options. Select the option that could generate ['a', 'c', 'c']
as an output.
Diese Übung ist Teil des Kurses
Statistical Simulation in Python
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
