Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 29, 2022 13:37
Show Gist options
  • Save aletelecom/43dc9552526654957766e021dd4dfe58 to your computer and use it in GitHub Desktop.
Save aletelecom/43dc9552526654957766e021dd4dfe58 to your computer and use it in GitHub Desktop.
Viz 3 create trhoughput
a = -4
loc = 20500
scale = 6000
size = 350
total_throughput = skewnorm.rvs(a, loc, scale, size, random_state=178)
plt.hist(np.sort(total_throughput))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment