Suvarna Garge (Editor)

Newsvendor model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The newsvendor (or newsboy or single-period or perishable) model is a mathematical model in operations management and applied economics used to determine optimal inventory levels. It is (typically) characterized by fixed prices and uncertain demand for a perishable product. If the inventory level is q , each unit of demand above q is lost in potential sales. This model is also known as the Newsvendor Problem or Newsboy Problem by analogy with the situation faced by a newspaper vendor who must decide how many copies of the day's paper to stock in the face of uncertain demand and knowing that unsold copies will be worthless at the end of the day.

Contents

History

The mathematical problem appears to date from 1888 where Edgeworth used the central limit theorem to determine the optimal cash reserves to satisfy random withdrawals from depositors. According to Chen, Cheng, Choi and Wang (2016), the term "newsboy" was first mentioned in an example of the Morse and Kimball (1951)'s book/ The modern formulation relates to a paper in Econometrica by Kenneth Arrow, T. Harris, and Jacob Marshak.

Profit function and the critical fractile formula

The standard newsvendor profit function is

E [ Profit ] = E [ p min ( q , D ) ] c q

where D is a random variable with probability distribution F representing demand, each unit is sold for price p and purchased for price c , q is the number of units stocked, and E is the expectation operator. The solution to the optimal stocking quantity of the newsvendor which maximizes expected profit is:

where F 1 denotes the inverse cumulative distribution function of D .

Intuitively, this ratio, referred to as the critical fractile, balances the cost of being understocked (a lost sale worth ( p c ) ) and the total costs of being either overstocked or understocked (where the cost of being overstocked is the inventory cost, or c so total cost is simply p ).

The critical fractile formula is known as Littlewood's rule in the yield management literature.

Numerical examples

In the following cases, assume that the retail price, p , is $7 per unit and the purchase price is c , is $5 per unit. This gives a critical fractile of p c p = 7 5 7 = 2 7

Uniform distribution

Let demand, D , follow a uniform distribution (continuous) between D min = 50 and D max = 80 .

q opt = F 1 ( 7 5 7 ) = F 1 ( 0.285 ) = D min + ( D max D min ) 0.285 = 58.55 59.

Therefore, optimal inventory level is approximately 59 units.

Normal distribution

Let demand, D , follow a normal distribution with a mean, μ , demand of 50 and a standard deviation, σ , of 20.

q opt = F 1 ( 7 5 7 ) = μ + σ Z 1 ( 0.285 ) = 50 + 20 ( 0.56595 ) = 38.68 39.

Therefore, optimal inventory level is approximately 39 units.

Lognormal distribution

Let demand, D , follow a lognormal distribution with a mean demand of 50, μ , and a standard deviation, σ , of 0.2.

q opt = F 1 ( 7 5 7 ) = μ e Z 1 ( 0.285 ) σ = 50 e ( 0.2 0.56595 ) = 44.64 45.

Therefore, optimal inventory level is approximately 45 units.

Extreme situation

If p < c (i.e. the retail price is less than the purchase price), the numerator becomes negative. In this situation, it isn't worth keeping any item in the inventory.

Cost based optimization of inventory level

Assuming that the 'newsvendor' is in fact a small company who wants to produce goods to an uncertain market. In this more general situation the cost function of the newsvendor (company) can be formulated in the following manner:

K ( q ) = c f + c v ( q x ) + p E [ max ( D q , 0 ) ] + h E [ max ( q D , 0 ) ]

where the individual parameters are the following:

  • c f – fixed cost. This cost always exists when the production of a series is started. [$/production]
  • c v – variable cost. This cost type expresses the production cost of one product. [$/product]
  • q – The product quantity in the inventory. The decision of the inventory control policy concerns the product quantity in the inventory after the product decision. This parameter includes the initial inventory as well. If nothing is produced, then this quantity is equal to the initial quantity, i.e. concerning the existing inventory.
  • x – Initial inventory level. We assume that the supplier possesses x products in the inventory at the beginning of the demand of the delivery period.
  • p – penalty cost (or back order cost). If there is less raw material in the inventory than needed to satisfy the demands, this is the penalty cost of the unsatisfied orders. [$/product]
  • E [ D ] – Expected value of the D stochastic variable.
  • D – This means the demand from the receiver for the product, which is an optional probability variable. [unit]
  • h – inventory and stock holding cost. [$ / product]
  • On the basis of the cost function the determination of the optimal inventory level is a minimization problem. So in the long run the amount of cost-optimal end-product can be calculated on the basis of the following relation:

    q opt = F 1 ( p c v p + h )

    References

    Newsvendor model Wikipedia