This repository contains Python code to plot the Probability Density Function (PDF) and Cumulative Distribution Function (CDF) of an exponential distribution with a mean (μ) of 2/3, and to sample ...
#parameter - n(number of possibility or outcome), pvals(list of possibility or outcome), size(shape of return array), #draw outer sample for dice roll. from numpy ...