move the cdf and parameters for all the methods to be optional parameters.
rename theoretical_estimate method to inverse_cdf.
All distributions can be instantiated with the parameters and/or data.
rename the probability_plot method to plot.
move the confidence_interval plot from the probability_plot/plot to the method confidence_interval and can be
called by activating the plot_figure=True.