distribution-is-all-you-need
distribution-is-all-you-need copied to clipboard
formatting issue in exponential.py
plt.plot(x, y, label=r'$\mu=%.2f,\ \sigma=%.2f,' r'\ \lambda=%d$' % (u, s, lamb)) lambda should be lambda=%.2f otherwise it will only display integers.