I have data of number of customers entering a business and number of customers leaving a business every 15 minutes. I need to predict the number of people that will be entering and leaving the business on the next 15 and 30 minutes. I can also save old data for 2-3 weeks.
I want a simple model with a high success rate. I read about linear regression and also read that this might not be the best model cause of negative values and Poisson regression might suit better.
I would be happy to read recommendations regarding my situation.