diff --git a/USAGE.md b/USAGE.md index eba2473..611a708 100644 --- a/USAGE.md +++ b/USAGE.md @@ -1,7 +1,8 @@ # Usage - -## For Gaussian Distribution - +
+ +

For Gaussian Distribution

+
``` >>> from probdists import Gaussian @@ -44,6 +45,7 @@ # plot normalized histogram of data and plot of pdf along same range >>> gaussian.plot_histogram_pdf(n_spaces = 50) ``` +
## For Binomial Distribution