Stores the parameters of the demand curve in a country model.
More...
#include <models.h>
Stores the parameters of the demand curve in a country model.
Definition at line 50 of file models.h.
◆ DemPar()
Models::DemPar::DemPar |
( |
double |
alpha = 100 , |
|
|
double |
beta = 2 |
|
) |
| |
|
inline |
◆ 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: