-
-
Save aletelecom/22375376ade4c1a1e1f583edaea7dcd4 to your computer and use it in GitHub Desktop.
Viz 4 optical power dist
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
loc = -15 | |
scale = 4 | |
size = 1200 | |
optical_power = norm.rvs(loc, scale, size, random_state=28) | |
plt.hist(np.sort(optical_power)) | |
plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment