EPEC solve
Solving Equilibrium Problems with Equilibrium Constraints (EPECs)
Public Member Functions | Data Fields
Models::DemPar Struct Reference

Stores the parameters of the demand curve in a country model. More...

#include <models.h>

Public Member Functions

 DemPar (double alpha=100, double beta=2)
 

Data Fields

double alpha = 100
 
double beta = 2
 

Detailed Description

Stores the parameters of the demand curve in a country model.

Definition at line 50 of file models.h.

Constructor & Destructor Documentation

◆ DemPar()

Models::DemPar::DemPar ( double  alpha = 100,
double  beta = 2 
)
inline

Definition at line 55 of file models.h.

Field Documentation

◆ alpha

double Models::DemPar::alpha = 100

Intercept of the demand curve. Written as: Price = alpha - beta*(Total quantity in domestic market)

Definition at line 51 of file models.h.

◆ beta

double Models::DemPar::beta = 2

Slope of the demand curve. Written as: Price = alpha - beta*(Total quantity in domestic market)

Definition at line 53 of file models.h.


The documentation for this struct was generated from the following file: