I have been tasked with determining if my observed data follow a normal distribution.
With 119 observations (continuous data from -4 to 4), I was able to create a histogram with 25 bins, and upon observation it looks bell-shaped.
I was recommended to do a chi-squared for goodness of fit test to determine if the data is normally distributed, but in the examples I've seen the data is categorical. So, I'm stuck.