Reputation: 31
I am trying to obtain stratified random samples from a normal distribution.
On Matlab this is as simple as X = lhsnorm (mu, sigma, n)
Mathworks documentation: https://uk.mathworks.com/help/stats/lhsnorm.html
Is there an equivalent way to do this in python?
Upvotes: 0
Views: 1169