The "Win-Continue, Lose-Reverse" rule in a Bertrand-like duopoly

Segismundo S. Izquierdo & Luis R. Izquierdo

HOW TO INSTALL THE MODEL

To use WC-LR-Bertrand, you will have to install NetLogo 5.3.1 (free and open source) and download the model itself. Unzip the downloaded file and click on wc-lr-bertrand.nlogo

DESCRIPTION OF THE MODEL

WC-LR-Bertrand is a model designed to analyse the Win-Continue, Lose-Reverse rule in duopolies with differentiated products where firms compete in prices. This section explains the formal model that WC-LR-Bertrand implements. The information provided here should suffice to re-implement the same formal model in any sophisticated enough modelling platform. We use bold red italicised arial font to denote parameters (i.e. variables that can be set by the user). Any parameter value can be changed at runtime, with immediate effect on the dynamics of the model.

The considered model is a (Bertrand-like) duopoly with differentiated products in which the decision variable is the price level. The process advances in discrete time steps and at every time step t (t = 0, 1, ...) the two companies have to simultaneously choose whether to increase or decrease their price level [pi]t. The decision rule considered here can be simply stated as: repeat your last action (i.e. an increase or a decrease in price) if your profits have grown; otherwise, choose the opposite action. This simple rule has been named "Win-Continue, Lose-Reverse" (WCLR) by Huck et al. (2003), who conducted a thorough study of its convergence properties in symmetric Cournot oligopolies.

In WC-LR-Bertrand, each company i (i = 1, 2) faces a market demand [qi]t which depends on the prices chosen by both companies, according to the following formula:

[qi]t = MAX(q0 - ai·[pi]t + aj·[pj]t, 0)

where ij.

The amount [qi]t is produced on period t with the cost function C(q):

C(q) = c0 + c1·q + c2·q2.

The profit for each company on period t is

[πi]t = [pi]t·[qi]t - C([qi]t).

Incremental values are naturally defined as [Δπi]t := [πi]t - [πi]t-1, and initial values at time step 0 are [Δπi]0 = 0, and [Δpi]0 = 0.

Let us also define [si]t := SIGN([Δpi]t·[Δπi]t). Note that [si]t is equal to +1 if the last changes in [pi]t and [πi]t took place in the same direction, and [si]t is equal to -1 if such changes went in opposite directions.

For each company i, the price levels are calculated as:

[pi]t+1 = MAX([pi]t + [Δpi]t+1, c1).

Note that we impose that the price should be no less than the minimum marginal cost of the firms, c1. Initial value [pi]0 at time step 0 is a random multiple of step in the range [0, (q0 / ai].) The decision rule WCLR used to calculate the price increments [Δpi]t+1 is implemented as follows:

WCLR Rule:

Noise

It is also assumed that the process includes three types of "noise":

HOW TO USE IT

timeline

Buttons

PLOTS AND MONITORS

Plots

Monitors

LICENCE

wc-lr-bertrand is a model designed to analyse the Win-Continue, Lose-Reverse rule in a Bertrand-like duopoly.
Copyright (C) 2014 Segismundo S. Izquierdo & Luis R. Izquierdo

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You can download a copy of the GNU General Public License by clicking here; you can also get a printed copy writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Contact information:
Segismundo S. Izquierdo
University of Valladolid, Spain.
e-mail: segis@eii.uva.es

MODELLERS

This program has been designed and implemented by Segismundo S. Izquierdo & Luis R. Izquierdo.

REFERENCES