Jon L. answered 02/14/14
Tutor
New to Wyzant
College Math, Statistics, Finance, Actuarial Science at a Discount!
Yes there are ways to calculate this. Your set up is basically a histogram where the probability density function of each category is f(x) = (number of points in category)/(total number of points in sample * width of category).
E(X) = sum [all x] x f(x)
V(X) = ( sum [all x] x2 ) - E(X)2
95% confidence interval = E(X) +/- 1.96 sqrt(V(X)/n)
Increasing the number of samples helps increasing the accuracy of the confidence interval.