1. 학습
  2. /
  3. 강의
  4. /
  5. Statistical Simulation in Python

Connected

연습 문제

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.

지침

50 XP

가능한 답변