NadeeshaSupport |
Posted - 08/20/2025 : 10:53:02 AM Hi Bharath,
A. The 2D histogram is used to get a visual overview of two variables, using a density plot and accompanying heatmap. The statistical histogram is used for a single variable. I have an example opju that looks at height and weight data.
A. The Gaussian distribution fit based on the histogram depends on the bins and frequency counts. Whereas the Gaussian distribution fit based on the non-linear curve fitting option is using the raw data. The first option, the histogram, is used to get a visual overview of your data while the second option is more accurate and should be used for your analysis.
Thanks, Nadeesha |