CGE Calibration¶
CGE Calibration
open_cge.calibrate¶
-
class
open_cge.calibrate.model_data(sam, h, u, ind)[source]¶ This function reads the SAM file and initializes variables using these data.
- Parameters
sam (DataFrame) – DataFrame containing social and economic data
- Returns
Data used in the CGE model
- Return type
model_data (data class)
-
class
open_cge.calibrate.parameters(d, ind)[source]¶ This function sets the values of parameters used in the model.
Args:
- Returns
- Class of parameters for use in
CGE model.
- Return type
parameters (parameters class)
-
class
open_cge.calibrate.model_data(sam, h, u, ind)[source]¶ This function reads the SAM file and initializes variables using these data.
- Parameters
sam (DataFrame) – DataFrame containing social and economic data
- Returns
Data used in the CGE model
- Return type
model_data (data class)
-
class
open_cge.calibrate.parameters(d, ind)[source]¶ This function sets the values of parameters used in the model.
Args:
- Returns
- Class of parameters for use in
CGE model.
- Return type
parameters (parameters class)