srbnghosh99/Input-Analysis-Using-Histograms
In this project, a visualization of histogram and probability density function were sought. A histogram is an accurate graphical representation of the distribution of numerical data. It is an estimate of the probability distribution of a continuous variable. It is a bar graph. If the bins are of equal size, a rectangle is erected over the bin with height proportional to the frequency. The height of the bars (y-axis) represent the distribution of data for a certain variable (x-axis).
C++
No issues in this repository yet.