-
-
Save aletelecom/6d176f136cc64fb0c5583a28750f57fd to your computer and use it in GitHub Desktop.
Viz 4 distance variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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