AdityaSavara / PEUQSE

Parameter estimation for complex physical problems often suffers from finding ‘solutions’ that are not physically realistic. The PEUQSE software provides tools for finding physically realistic parameter estimates, graphs of the parameter estimate positions within parameter space, and plots of the final simulation results.
13 stars 5 forks source link

histograms should be have option to show probability density #193

Closed AdityaSavara closed 3 years ago

AdityaSavara commented 3 years ago

sampledParameterHistogramMaker should have an optional argument of "density=True" which gets passed in to the .hist call

This must, in turn, come from makeHistogramsForEachParameter

https://stackoverflow.com/questions/22241240/how-to-normalize-a-histogram-in-python

and it should be under plotting_ouput_settings['histograms_as_density'] = False, with a comment noting: If this setting is false, the histograms will show the direct sampling frequencies. When it is true, it normalizes the histograms to show probability density.

AdityaSavara commented 3 years ago

done in version 0.9.3