Resolve "bivariate fit"
Closes #23
Changes:
-
bivar_plot
used to create two of the same scatterplots (variable x against variable y), one using Seaborn and one using just matplotlib. Removed the matplotlib one. - Added scatterplot and kde plot for the samples drawn from the fitted bivariate distribution.
- Small fixes.