In: Statistics and Probability
Question1
You are working for a food retailer named Half-Foods. Half-Foods has been recently acquired by a large company, and the new management wants to review store sales and staffing in search for improvement opportunities. Half-Foods has 93 stores across the US.
From the analysis of historical data, you believe that annual store sales follows a Normal distribution with a mean of $70.1973 M, and standard deviation of $9.13183 M. Also, the number of store employees follows a continuous uniform distribution ranging from 10 to 104.
The new management states that any store with more than 80 employees is considered over-staffed.
Management also implements an incentive plan in which the stores with annual sales above $79.32913 M are recognized as high performing stores. All employees in high performing stores will receive a bonus.
Based on the distribution given above, what percentage of the stores are expected to be over-staffed?
Question 2
Based on the data from Question 1, under the new incentive plan, what percentage of the stores will receive a bonus each year on average?
Question 3
After working with the data, you realize that since Half-Foods was acquired, its staffing and sales strategies has changed quite drastically and therefore the historical data is not valid any more. Especially, there has been a significant reduction of staff. So you decide to collect new data from your stores. In the table below, you can find the average number of employees and the sales for each Half-Foods store in the past six months. Build a regression model that uses average number of employees to explain sales.
|
|
Based on this analysis, how many additional sales (in $M) does an extra employee bring?
What is the p-value of the coefficient of Average Number of Employees?
Question 4
You are not satified with the model created in Question 3. After thinking long and hard about this, you discover that sales is not a linear function of number of employees. It is possible that adding new employees will not have the same effect after some point. Therefore, you decide to model a curvilinear relationship.
Regress sales on number of employees and squared number of employees. Using this model, predict the sales of a store with 11 employees.
What are the expected sales for this store?
Question 1
Let X be the number of store employees. X follows a continuous uniform distribution ranging from 10 to 104.
The pdf of X is
The new management states that any store with more than 80 employees is considered over-staffed.
The probability that a randomly selected store is over-staffed is the probability that X>80
ans: percentage of the stores are expected to be over-staffed is 25.53%
Question 2) Let Y be the annual store sales. Y follows a Normal distribution with a mean of M, and standard deviation of M.
Management also implements an incentive plan in which the stores with annual sales above $79.32913 M are recognized as high performing stores.
The probability that a randomly selected store is a high performing store is same as the probability that Y>79.32913
ans: under the new incentive plan, the percentage of the stores will receive a bonus each year on average 15.87%
Question 3:
Let X=the average number of employees
Y=the sales for each Half-Foods store in the past six months
The regression model that we want to estimate is
where is the intercept, is the slope of the regression line and is a random error
Paste the data into an Excel sheet and use data--->data analysis--->regression to setup
get this
ans: The estimated regression model is
Based on this analysis, how many additional sales (in $M) does an extra employee bring?
The estimated slope coefficient is 11.1254. This means that for 1 unit increase in X, the value of Y increases by 11.1254.
ans: An extra employee brings $11.1254 M in additional sales
What is the p-value of the coefficient of Average Number of Employees?
The p-value of X from the output is 0.0000
ans: the p-value of the coefficient of Average Number of Employees is 0.0000
Question 4
Regress sales on number of employees and squared number of employees. The regression model that we want to estimate is
Add a new column to the sheet as below
get this
set up the regression using data-->data analysis-->regression
get this
the estimated model is
ans:
Using this model, predict the sales of a store with 11 employees.
Substituting X=11 in the equation we get
ans: the expected sales for this store is $183.2494 M