Newsvendor Model
Newsvendor (Single-Period Inventory) Model · Also known as: Newsboy Model, Single-Period Inventory Model, Christmas Tree Problem, Gazete Satıcısı Modeli
The Newsvendor Model is a single-period stochastic inventory optimization framework that determines the profit-maximizing order quantity when demand is uncertain and unsold units cannot be carried forward. Formally introduced by Arrow, Harris, and Marschak (1951) in their foundational work on optimal inventory policy, the model balances the cost of ordering too much (overage) against the cost of ordering too little (underage) to yield a closed-form optimality condition known as the critical ratio.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
The Newsvendor Model is appropriate when inventory decisions are made once per period, unsold stock has limited or no carry-over value, and demand is stochastic with an estimable distribution. Typical assumptions include a known and stationary demand distribution, linear overage and underage costs, and no replenishment during the selling season. The model is less suitable for multi-period settings with inventory carry-over, non-stationary demand, or correlated lead times. In such cases, extensions such as the base-stock model, dynamic programming formulations, or simulation-based approaches provide better alternatives.
Strengths & limitations
- Provides a closed-form, analytically tractable optimality condition that is easy to implement.
- Directly incorporates demand uncertainty into the ordering decision without requiring simulation.
- Scales well: the critical ratio framework applies to any demand distribution, continuous or discrete.
- Serves as the theoretical foundation for a broad family of inventory and revenue management models.
- Restricted to a single selling period; cannot handle multi-period inventory dynamics or carry-over stock.
- Requires an accurately estimated demand distribution; misspecification can significantly degrade performance.
- Assumes linear cost structure; quantity discounts, fixed ordering costs, or capacity constraints violate this assumption.
- Does not account for supplier lead-time uncertainty or correlated demand across products.
Frequently asked
What happens to Q* if the underage cost equals the overage cost?
When c_u = c_o the critical ratio equals 0.5, so the optimal order quantity equals the median of the demand distribution. This is the symmetric case where the cost of a shortage and the cost of excess inventory are identical, and ordering the median demand minimizes total expected cost. For skewed demand distributions the median and mean diverge, so Q* will differ from the average demand.
How do I estimate the demand distribution in practice?
Common approaches include fitting a parametric distribution (normal, Poisson, negative binomial) to historical sales data using maximum likelihood estimation, while correcting for demand censoring caused by stockouts. Non-parametric methods using empirical quantiles are also used when sufficient data are available. The choice of distribution should be validated against goodness-of-fit tests, and parameter uncertainty should be acknowledged when computing Q*.
Can the Newsvendor Model be extended to multiple products?
Yes. The unconstrained multi-product newsvendor decomposes into independent single-product problems, each solved by its own critical ratio. When a shared budget or shelf-space constraint is binding, the problem becomes a constrained stochastic knapsack, typically solved via a Lagrangian relaxation approach that adds a uniform shadow price to all overage costs until the constraint is satisfied.
Sources
- Arrow, K. J., Harris, T., & Marschak, J. (1951). Optimal inventory policy. Econometrica, 19(3), 250–272. DOI: 10.2307/1906813 ↗
How to cite this page
ScholarGate. (2026, June 2). Newsvendor (Single-Period Inventory) Model. ScholarGate. https://scholargate.app/en/operations-research/newsvendor-model
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Economic Order QuantityOperations Research↔ compare
- Safety StockOperations Research↔ compare
- Stochastic OptimizationOptimization↔ compare