Skip to content

Instantly share code, notes, and snippets.

@aletelecom
Created July 31, 2022 17:49
Show Gist options
  • Save aletelecom/6d176f136cc64fb0c5583a28750f57fd to your computer and use it in GitHub Desktop.
Save aletelecom/6d176f136cc64fb0c5583a28750f57fd to your computer and use it in GitHub Desktop.
Viz 4 distance variable
a = 10
loc = 4000
scale = 2000
size = 1200
distance = skewnorm.rvs(a, loc, scale, size, random_state=28)
plt.hist(np.sort(distance))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment