Closed faseelmo closed 11 months ago
Low Demand = [1:100] Medium Demand = [101:1000] High Demand = [1001:3000]
Make this list normal distribution? random_numbers = np.random.normal(mu, sigma, 10)
mu = mean of norm distribution sigma = standard deviation
changed in commit 1074100bdd0a10510d6b34b5e1d224c5dde28efd
Low Demand = [1:100] Medium Demand = [101:1000] High Demand = [1001:3000]
Make this list normal distribution? random_numbers = np.random.normal(mu, sigma, 10)
mu = mean of norm distribution sigma = standard deviation