invert4geom.plot_latin_hypercube

invert4geom.plot_latin_hypercube#

plot_latin_hypercube(params_dict, plot_individual_dists=True, plot_2d_projections=True)[source]#

With a dictionary of parameters and their sampled values, plot the individual distributions and or the 2D projections of the parameter pairs.

Parameters:
  • params_dict (dict[str, dict[str, Any]]) – dictionary of sampled parameter values, can be created manually or from the output of func:.uncertainty.create_lhc

  • plot_individual_dists (bool) – choose to plot distribution of each parameter, by default True

  • plot_2d_projections (bool) – choose to plot the 2D projection of each parameter pair, by default True

Return type:

None