Package SALPMPE

This package implements the approximate best response iterative algorithm for approximating MPE for large scale dynamic stochastic games introduced in Farias, Saure and Weintraub (2011). Our Java/CPLEX implementation of the algorithm can be found here

See:
          Description

Class Summary
ApproxAlgorithm Defines the approximate best response iterative algorithm.
ApproxLP Defines an instance of SALP program, builds model and recovers coefficients in approximation.
ApproxLP.prob Defines the transition dynamics for the model (subclass).
Fdist Defines distribution function of scrap value and entry cost random variables.
Parameters Defines the running parameters for the SALP algorithm.
Profit Defines the single period profit function.
Profit10 Defines the single period profit function for the capacity competition model.
Profit99 Defines the single period profit function for the quality ladder competition model.
sol_sep Defines the separable approximating architecture.
state Defines the representation of the industry state and associated operations.
strategy Defines the representation of the strategy followed by firms in a given industry state.
 

Package approximation Description

This package implements the approximate best response iterative algorithm for approximating MPE for large scale dynamic stochastic games introduced in Farias, Saure and Weintraub (2011).

1. General Comments

2. Installation