EXL Interview Questions| Bernoulli Trial Generator

Question

Given a random Bernoulli trial generator, how do you return a value sampled from a normal distribution?

in progress 0
Dhruv2301 4 years 1 Answer 951 views Great Grand Master 0

Answer ( 1 )

  1. np.random.binomial(n, p, 1000)

Leave an answer

Browse
Browse