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
Statistics
4 years
1 Answer
1094 views
Great Grand Master 0
Answer ( 1 )
np.random.binomial(n, p, 1000)