An independent study reference written by Dr Phuc V. Nguyen. It is not official subject material — for assessment requirements always follow your subject outline and vUWS.
Descriptive, predictive and prescriptive analytics
Analytics is usually sorted into three questions. Descriptive analytics establishes what happened, including the diagnostic work of slicing data until the pattern is explained. Predictive analytics estimates what is likely next, producing a probability or a range rather than a certainty. Prescriptive analytics adds an objective, the available actions and the cost of each kind of error, so the prediction becomes a recommendation. The layers stack. A prescription resting on a shaky forecast, or a forecast resting on a description nobody trusts, inherits every weakness underneath it.
Why it matters
A cafe owner looks at last month and sees that Tuesday is quiet. That is description. She expects about four hundred and thirty customers tomorrow because the weather is warm and a market runs in the square. That is prediction. She then works out how many pastries to bake, knowing that throwing one out costs less than turning a customer away. The last step, where cost enters, is prescription.
A supermarket demand model gives a median forecast of 200 units for a chilled line tomorrow, with a continuous spread of possible demand on either side. Wasting a unit costs A$0.90 and running out forgoes A$3.10 of margin. What does prescriptive analytics recommend?
Formulas
Worked examples
A cafe chain has a dashboard of daily sales by store, a demand model, and an afternoon decision about how much to prepare for tomorrow. Show what each layer contributes.
Description says the eastern store sold 9 per cent less last month, and that the drop sits between seven and nine in the morning, which points at the road closure rather than at price. Prediction says tomorrow brings about 430 customers, with a plausible range of 380 to 480, given warm weather and a Saturday market. Prescription asks what to bake. A discarded pastry costs A$1.20 and a missed sale forgoes A$2.60 of margin, so a missed sale carries 2.60 of every 3.80 of error cost. The chain should prepare at approximately the 68th percentile of demand, which lies above the median. The exact quantity requires the demand distribution, which a range of 380 to 480 does not supply.
A hospital emergency department wants shorter waiting times and has been told it needs predictive analytics.
A forecast of arrivals by hour is useful, but by itself it changes nothing, because the department cannot alter how many people fall ill. The decision that exists is the roster. Turning the forecast into a roster needs the objective, which is waiting time inside a target, the constraints, which are staff available and minimum skill mix, and the cost of being wrong in each direction. Without those, the department has bought a prediction and left the prescriptive step to a manager with a whiteboard.
Common mistakes
- ✗The three types form a maturity ladder with prescriptive at the top. They are three different questions. Many valuable projects are purely descriptive, and a prescription is only ever as good as the description and prediction beneath it.
- ✗Diagnostic analytics has to be a separate fourth type. Some published taxonomies do list it separately, and that split is defensible. This atlas folds diagnosis into descriptive work, because the question is still what happened, cut finer until the pattern becomes explainable. Either convention works as long as you say which one you are using.
- ✗A prediction tells you what to do. A prediction gives probabilities. It becomes a recommendation only once someone states the objective, the feasible actions and the cost of each kind of error.
- ✗Prescriptive analytics removes the need for judgement. It moves judgement earlier. Someone still decides what is being maximised, which actions are permitted and which mistakes are worse, and those choices drive the answer that comes out.
Revision bullets
- •Descriptive = what happened, diagnosis included
- •Predictive = what is likely, stated as a probability or a range
- •Prescriptive = prediction plus objective, feasible actions and error costs
- •Each layer inherits the weaknesses of the layer below it
- •Asymmetric error costs push the action away from the central forecast
Quick check
A supermarket demand model gives a median forecast of 200 units for a chilled line tomorrow, with a continuous spread of possible demand on either side. Wasting a unit costs A$0.90 and running out forgoes A$3.10 of margin. What does prescriptive analytics recommend?
An analyst reports that customers who received a discount code renewed at a higher rate, and recommends sending codes to everyone. Which layer is missing?
Connected topics
More in What Business Analytics Is
Sources
- Shmueli, G. "To Explain or to Predict?" Statistical Science, 25(3), 289-310, 2010.Shows that explaining what happened and predicting what will happen are different goals that can call for different models.
- Provost & Fawcett (2013)Provost, F., & Fawcett, T. Data Science for Business. O'Reilly Media, 2013.Works through how a predictive model becomes a business action once costs and benefits of each outcome are attached.