All in Forecasting

Predicting Sales: Site Selection with Python

Site selection problem interests me as it usually involve data sets with more explanatory variable than there are stores. Each potential location, geocoded by longitude and latitude, represents a point on a map and may be associated with multiple variables including but not limited to population, housing, traffic, and economic conditions.

Multiplicative Model: Trend and Seasonality with Excel

To accurately forecast sales when the data has seasonality and trends, we’ll need to identify and separate them from the data series. Sometimes it is as simple as using moving averages to smooth data and eliminate seasonality (e.g. excel scatter plot with trend line. When monthly seasonal influence is suspected, use a 12-month moving average, when analyzing trend in quarterly data, use a four-quarter moving average). Yet, sometimes it is more complicated than that.