m = hp.norm(rate=2) + hp.norm(loc=3)
m.plot_pdf()
plt.show()

m.plot_cdf()
plt.show()