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, optional) â choose to plot distribution of each parameter, by default True
plot_2d_projections (bool, optional) â choose to plot the 2D projection of each parameter pair, by default True
- Return type: