Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 29, 2022 13:33
Show Gist options
  • Save aletelecom/eb42b65bb1b24fe6125900cd92db7650 to your computer and use it in GitHub Desktop.
Save aletelecom/eb42b65bb1b24fe6125900cd92db7650 to your computer and use it in GitHub Desktop.
Viz 3 create clients
a = 3
loc = 4500
scale = 6500
size = 350
client_qty = skewnorm.rvs(a, loc, scale, size, random_state=28)
plt.hist(np.sort(client_qty))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment