find the distribution to number of vehicles crossing an intersection

24 Views Asked by At

I have a data for of vehicles crossing an intersection in a particular time of day for example (7:00-7:30) for a year. I want to find the best distribution which fits the data.

I guess I should think of discrete distributions such as Poisson, binomial, ..... Am I correct or I should use different approach?