The Challenge:
Our Interest:
Figure 1: Major Markets Recorded by Kastle
Figure 2: Seasonal Time Series of Occupancy
Figure 3: Trend Component of Occupancy (After LOESS Decomposition)
Figure 4: State Political Affiliation
Figure 5: Trend Component of Occupancy (After LOESS Decomposition)
What variables explain the increasing trend of post-COVID office occupancy across major markets?
For major markets \(j \in [1, 10]:\) \[ \begin{aligned} \sigma^{(j)} &\sim \text{Exponential}(0.1) && \text{Unexplained variation (noise) in this market} \\ \beta_0^{(j)} &\sim \mathcal{N}(0, 1) && \text{Intercept (baseline occupancy for this market)} \\ \tau^{(j)} &\sim \mathcal{C}^{+}(0, 1) && \text{How complex the model is "allowed to be" in this market} \\ \end{aligned} \]
For explanatory variables \(i \in [1, 5]:\) \[ \begin{aligned} \lambda_i^{(j)} &\sim \mathcal{C}^{+}(0, 1) && \text{How much the variable "matters" in this market}\\ \beta_i^{(j)} &\sim \mathcal{N}\big(0, (\lambda_i^{(j)})^{2} \cdot (\tau^{(j)})^{2}\big) && \text{Overall effect of the variable in this market} \\ \end{aligned} \]
Model: \[ \begin{aligned} \mu_t^{(j)} &= \beta_0^{(j)} + \sum_{i=1}^5 \beta_i^{(j)} x_{i,t} &&\text{Predicted occupancy at time } t \text{ for this market} \\ M_t^{(j)} &\sim \mathcal{N}(\mu_t^{(j)}, \sigma^{(j)}) && \text{Observed occupancy rate (data likelihood)} \end{aligned} \]
Figure 6: Relative importance of political affiliation as predictor of office occupancy
Figure 7: Chicago Coefficient Estimates
Figure 8: All Market Coefficient Estimates
Figure 9: Posterior Prediction
Different variables have unique impacts on major markets
The model is easily extendable to add more covariates
Our model gives useful results in two main ways:
We were surprised by the relationship with traffic congestion
Help making the Quarto Presentation
Data Sources
Thanks to Savills for providing the topic!
Thanks to WiDS and ASA for hosting the DataFest!