Example.Basic.HistogramPlot¶
This task type generates a histogram plot from a single column of numerical data in a CSV table. It produces both a visual histogram and a detailed statistical summary of the data distribution, including mean, standard deviation, skewness, kurtosis, and full width at half maximum (FWHM).
The output table contains one row per histogram bin, and the following columns:
x: The histogram bin center X positions.x0andx1: The lower and higher end X positions of the histogram bins.count: The number of samples per histogram bin.