This application calculates and visualize the probabilty density functions
Use the package manager pip to install distribution.
pip install distribution
#Numpy: Scientific Computational library
import numpy as np
# Math library
import math
# Matplotlib Visualization library
import matplotlib.pyplot as plt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.