Skip to content

Instantly share code, notes, and snippets.

@e96031413
Last active December 12, 2022 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e96031413/880c155318aa091926ccaa297340109b to your computer and use it in GitHub Desktop.
Save e96031413/880c155318aa091926ccaa297340109b to your computer and use it in GitHub Desktop.
Cumulative density function with Scipy
# https://stackoverflow.com/questions/41974615/how-do-i-calculate-pdf-probability-density-function-in-python
from scipy.stats import norm
print(norm.cdf(x, mean, std))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment