Skip to content

Resolve "bivariate fit"

Caspar Jungbacker requested to merge 23-bivariate-fit into main

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.

Merge request reports