<< Chapter < Page Chapter >> Page >
Y b , t = U b , t + U b e , t Y e , t = U e , t + U b e , t

where U i , t Pois ( λ i , t ) for i = e , b , b e . U b , t and U e , t represent the consumer's tendency to buy bacon or eggs independently while U b e , t represents consumer's tendency to buy the two products together. Note that Y b , t and Y e , t are marginally Poisson since sum of two Poisson variables is still Poisson.

Recall the Poisson log link function for GLM: log λ = Z T β . In the simulation, λ b , t and λ e , t are modeled using exogenous covariates (utility, price and product displays) as well as one lag of response, Y t - 1 i.e. the quantities of the product purchased last time period:

log λ b , t = β b , 0 + β b , 1 U t i l b , t + β b , 2 P r i c e b , t + β b , 3 D i s p b , t + β b , 4 D i s p e , t + β b , 5 Y b , t - 1 + β b , 6 Y e , t - 1 log λ e , t = β e , 0 + β e , 1 U t i l e , t + β e , 2 P r i c e e , t + β e , 3 D i s p b , t + β e , 4 D i s p e , t + β e , 5 Y b , t - 1 + β e , 6 Y e , t - 1

for simplicity, l o g λ b e , t = β b e , 0 .

The consumer's utility, U t i l , is assumed to follow a Gumbel distribution [link] with location = 0 and scale=0. After consulting local grocery stores, we let P r i c e b N ( 4 , 0 . 7 ) and P r i c e e N ( 3 , 0 . 3 ) . D i s p l a y indicates whether the product was advertized in store. This indicator variable is either on (1) or off (0) with probability p .

Simulated purchases of bacon and eggs for 100 weeks for one consumer with sensitivities: β b = ( - 2 . 4 , 1 , - 0 . 05 , 0 . 8 , 0 . 3 , - 0 . 5 , 0 . 2 ) , β e = ( - 0 . 6 , 1 , - 0 . 02 , 0 . 3 , 1 . 50 , 0 . 2 , - 0 . 5 ) and β b e = - 0 . 2 .

A realization of one consumer's purchase over time is plotted in Figure 3. We notice a few things in this plot that make it “realistic”: only small quantities are purchased; when higher quantity was purchased in a previous period, fewer units were purchase during the next period; the pruchases of the two products seem correlated as a number of peaks overlap.

Ongoing work

Modeling consumer purchases

Similar to data simulation, we model the consumer purchases of bacon and eggs using a trivariate reduction.

Y b , t = U b , t + U b e , t Y e , t = U e , t + U b e , t

Where U i , t Pois ( λ i , t ) for i = b , e , b e . However, we constrain the covariates to include only observable variables: price, display and past purchase. Thus in the log link function for Poisson GLM, we model λ like this:

log ( λ b , t ) = β b 0 + β b 1 P r i c e ( b , t ) + β b 2 D i s p ( b , t ) + β b 3 D i s p ( e , t ) + β b 4 Y ( b , t - 1 ) + β b 5 Y ( e , t - 1 ) log ( λ e , t ) = β e 0 + β e 1 P r i c e ( e , t ) + β e 2 D i s p ( b , t ) + β e 3 D i s p ( e , t ) + β e 4 Y ( b , t - 1 ) + β e 5 Y ( e , t - 1 ) log ( λ b e , t ) = β b e 0

Methods for estimating bivariate Poisson regression models are available in R package “bivpois” [link] . We can compare the λ ^ generated by the model against the “real” λ used in the simulation. Note that λ ^ i , t = λ i , t ^ + λ b e , t ^ for i = b , e .

Comparing fitted λ ^ (in solid line) with “real” λ (black dots) used in data simulation

We also tested the robustness of regression model to varying strengths of λ b e , t , the covariance term. A summary of the simulation studies is presented in Figure 5.

Median value of estimated regression coefficients compared to “real” betas used in simulation. (Top row: bacon; Bottom row: egg)

The regression is slightly more accurate with a lower λ b e , t

Next steps

We are currently working to extend the univariate MBC method to the bivariate case. The extension process consists of developing the bivariate model for the simulated consumer TSC data, deriving the bivariate KL metric, and improving the clustering algorithm to cluster bivariate models. So far, we have developed a working bivariate Poisson regression model using the bivpois package. The clustering algorithm is still under development.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, The art of the pfug. OpenStax CNX. Jun 05, 2013 Download for free at http://cnx.org/content/col10523/1.34
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'The art of the pfug' conversation and receive update notifications?

Ask