Hello,
Suppose that I have a bunch of data like 50 raw data. I know there are integers including 0 but I don't know min and max yet.
Could I build a histogram directly by these raw data with X-axis as indiviual each number of them and y-axis with frequency or %?
I know if I build a probabilty table by min/max function and frequency function, I could get a mid-term table and with it, it may easily to get the drawing what I want. But just want to if there are any direct way to make it?
Through data/data analysis, I know I can get histogram but seems get a continuously bin rather than discrete one.