Forecasting is important for business planning. There are different forecasting techniques that can be used depending on the available data and time horizon. Judgmental forecasting relies on expert opinions when little historical data exists. Time series forecasting analyzes patterns in historical demand data over time. Linear regression finds relationships between dependent and independent variables. Simple and weighted moving averages smooth data by calculating averages over multiple time periods. Exponential smoothing gives more weight to recent periods using a smoothing constant. The document provides examples of how to apply these techniques to calculate forecasts and forecast errors.