MCPcopy Create free account

hub / github.com/TimSchell98/PyWorld3-03 / functions

Functions297 in github.com/TimSchell98/PyWorld3-03

↓ 2 callersMethod_update_state_p4
State variable, requires previous step only
pyworld3/population.py:675
↓ 2 callersMethod_update_state_pal
State variable, requires previous step only
pyworld3/agriculture.py:679
↓ 2 callersMethod_update_state_sc
State variable, requires previous step only
pyworld3/capital.py:582
↓ 2 callersMethod_update_state_uil
State variable, requires previous step only
pyworld3/agriculture.py:908
↓ 2 callersMethod_update_yt
From step k requires: YTCR
pyworld3/agriculture.py:1012
↓ 2 callersMethodinit_capital_constants
Initialize the constant parameters of the capital sector. Constants and their unit are documented above at the class level.
pyworld3/capital.py:196
↓ 2 callersMethodinit_capital_variables
Initialize the state and rate variables of the capital sector (memory allocation). Variables and their unit are documented above at
pyworld3/capital.py:222
↓ 2 callersMethodinit_population_constants
Initialize the constant parameters of the population sector. Constants and their unit are documented above at the class level.
pyworld3/population.py:243
↓ 2 callersMethodinit_population_variables
Initialize the state and rate variables of the population sector (memory allocation). Variables and their unit are documented above a
pyworld3/population.py:268
↓ 2 callersMethodloopk_agriculture
Run a sequence to update one loop of the agriculture sector. Parameters ---------- alone : boolean, optional
pyworld3/agriculture.py:569
↓ 2 callersMethodloopk_capital
Run a sequence to update one loop of the capital sector. Parameters ---------- alone : boolean, optional
pyworld3/capital.py:436
↓ 2 callersMethodloopk_exogenous
Run a sorted sequence to update one loop of the exogenous parameters. `@requires` decorator checks that all dependencies are computed
pyworld3/pollution.py:380
↓ 2 callersMethodloopk_exogenous
Run a sorted sequence to update one loop of the exogenous parameters. `@requires` decorator checks that all dependencies are computed
pyworld3/capital.py:361
↓ 2 callersMethodloopk_exogenous
Run a sorted sequence to update one loop of the exogenous parameters. `@requires` decorator checks that all dependencies are computed
pyworld3/agriculture.py:461
↓ 2 callersMethodloopk_exogenous
Run a sorted sequence to update one loop of the exogenous parameters. `@requires` decorator checks that all dependencies are computed
pyworld3/population.py:438
↓ 2 callersMethodloopk_pollution
Run a sequence to update one loop of the pollution sector. Parameters ---------- alone : boolean, optional
pyworld3/pollution.py:498
↓ 2 callersMethodloopk_population
Run a sequence to update one loop of the population sector. Parameters ---------- alone : boolean, optional
pyworld3/population.py:557
↓ 2 callersMethodloopk_resource
Run a sequence to update one loop of the resource sector. Parameters ---------- alone : boolean, optional
pyworld3/resource.py:288
↓ 2 callersMethodrun_agriculture
Run a sequence of updates to simulate the agriculture sector alone with exogenous inputs.
pyworld3/agriculture.py:642
↓ 2 callersMethodrun_resource
Run a sequence of updates to simulate the resource sector alone with exogenous inputs.
pyworld3/resource.py:311
↓ 2 callersMethodset_capital_delay_functions
Set the linear smoothing and delay functions of the 1st or the 3rd order, for the capital sector. One should call `self.set_c
pyworld3/capital.py:271
↓ 2 callersMethodset_capital_table_functions
Set the nonlinear functions of the capital sector, based on a json file. By default, the `functions_table_world3.json` file from pywo
pyworld3/capital.py:291
↓ 2 callersMethodset_population_delay_functions
Set the linear smoothing and delay functions of the 1st or the 3rd order, for the population sector. One should call `self.se
pyworld3/population.py:334
↓ 2 callersMethodset_population_table_functions
Set the nonlinear functions of the population sector, based on a json file. By default, the `functions_table_world3.json` file from p
pyworld3/population.py:360
↓ 2 callersFunctionswitch
Logical function returning var1 if boolean_switch is False, else var2. Parameters ---------- var1 : any var2 : any boolean
pyworld3/specials.py:39
↓ 1 callersMethod_init_out_arr
(self, delay)
pyworld3/specials.py:242
↓ 1 callersMethod_loopk_world3_fast
Run a sorted sequence to update one loop of World3 with no checking and no rescheduling [unsafe]. Have been updated
pyworld3/world3.py:279
↓ 1 callersMethod_run_world3
Run an unsorted sequence of updates of the 5 sectors, and reschedules each loop computation until all variables are computed.
pyworld3/world3.py:230
↓ 1 callersMethod_run_world3_fast
Run a sorted sequence to update the model, with no checking [unsafe].
pyworld3/world3.py:259
↓ 1 callersMethod_update_state_nr
State variable, requires previous step only
pyworld3/resource_old.py:286
↓ 1 callersMethod_update_state_ppol
State variable, requires previous step only
pyworld3/pollution_old.py:472
↓ 1 callersFunctionhello_world3
"Hello world" example with the well-known standard run of World3.
pyworld3/world3.py:489
↓ 1 callersMethodinit_exogenous_inputs
Initialize all the necessary constants and variables to run the pollution sector alone. These exogenous parameters are outputs from
pyworld3/pollution.py:300
↓ 1 callersMethodinit_exogenous_inputs
Initialize all the necessary constants and variables to run the resource sector alone. These exogenous parameters are outputs from
pyworld3/resource.py:208
↓ 1 callersMethodinit_exogenous_inputs
Initialize all the necessary constants and variables to run the agriculture sector alone. These exogenous parameters are outputs from
pyworld3/agriculture.py:436
↓ 1 callersMethodinit_exogenous_inputs
Initialize all the necessary constants and variables to run the population sector alone. These exogenous parameters are outputs from
pyworld3/population.py:392
↓ 1 callersMethodloop0_exogenous
Run a sequence to initialize the exogenous parameters (loop with k=0).
pyworld3/capital.py:376
↓ 1 callersMethodloop0_exogenous
Run a sequence to initialize the exogenous parameters (loop with k=0).
pyworld3/resource.py:253
↓ 1 callersMethodloop0_exogenous
Run a sequence to initialize the exogenous parameters (loop with k=0).
pyworld3/pollution_old.py:362
↓ 1 callersMethodloop0_exogenous
Run a sequence to initialize the exogenous parameters (loop with k=0).
pyworld3/agriculture.py:487
↓ 1 callersMethodloop0_exogenous
Run a sequence to initialize the exogenous parameters (loop with k=0).
pyworld3/resource_old.py:220
↓ 1 callersMethodloop0_exogenous
Run a sequence to initialize the exogenous parameters (loop with k=0).
pyworld3/population.py:469
↓ 1 callersMethodloop0_pollution
Run a sequence to initialize the pollution sector (loop with k=0). Parameters ---------- alone : boolean, optional
pyworld3/pollution_old.py:393
↓ 1 callersMethodloop0_resource
Run a sequence to initialize the resource sector (loop with k=0). Parameters ---------- alone : boolean, optional
pyworld3/resource_old.py:232
↓ 1 callersMethodloop0_resource
Run a sequence to initialize the resource sector (loop with k=0). Parameters ---------- alone : boolean, optional
pyworld3/test_delay3.py:71
↓ 1 callersMethodloopk_exogenous
Run a sorted sequence to update one loop of the exogenous parameters. `@requires` decorator checks that all dependencies are computed
pyworld3/resource.py:234
↓ 1 callersMethodloopk_exogenous
Run a sorted sequence to update one loop of the exogenous parameters. `@requires` decorator checks that all dependencies are computed
pyworld3/pollution_old.py:326
↓ 1 callersMethodloopk_exogenous
Run a sorted sequence to update one loop of the exogenous parameters. `@requires` decorator checks that all dependencies are computed
pyworld3/resource_old.py:201
↓ 1 callersMethodloopk_pollution
Run a sequence to update one loop of the pollution sector. Parameters ---------- alone : boolean, optional
pyworld3/pollution_old.py:422
↓ 1 callersMethodloopk_resource
Run a sequence to update one loop of the resource sector. Parameters ---------- alone : boolean, optional
pyworld3/resource_old.py:250
↓ 1 callersMethodloopk_resource
Run a sequence to update one loop of the resource sector. Parameters ---------- alone : boolean, optional
pyworld3/test_delay3.py:85
↓ 1 callersFunctionramp
Affine function with provided slope, clipped at 0 for t < t_offset. Parameters ---------- slope : float ramp slope. t_of
pyworld3/specials.py:94
↓ 1 callersMethodrun_capital
Run a sequence of updates to simulate the capital sector alone with exogenous inputs.
pyworld3/capital.py:487
↓ 1 callersMethodrun_population
Run a sequence of updates to simulate the population sector alone with exogenous inputs.
pyworld3/population.py:632
Method__call__
(self, k, delay, init_val)
pyworld3/specials.py:169
Method__call__
(self, k, delay)
pyworld3/specials.py:245
Method__init__
(self, year_min=1900, year_max=2100, dt=0.5, pyear=1975, pyear_res_tech = 4000, pyear_pp_tech = 4000,pyear_fca
pyworld3/world3.py:104
Method__init__
(self, year_min=1900, year_max=2100, dt=1, pyear=1975, pyear_pp_tech = 4000, verbose=False)
pyworld3/pollution.py:180
Method__init__
(self, year_min=1900, year_max=2000, dt=1, pyear=1975, verbose=False)
pyworld3/capital.py:185
Method__init__
(self, year_min=1900, year_max=2100, dt=1, pyear=1975, pyear_res_tech = 4000, pyear_fcaor = 4000,
pyworld3/resource.py:118
Method__init__
(self, in_arr, dt, t, method="euler")
pyworld3/specials.py:163
Method__init__
(self, in_arr, dt, t, method="euler")
pyworld3/specials.py:231
Method__init__
(self, year_min=1900, year_max=2100, dt=1, pyear=1975, verbose=False)
pyworld3/pollution_old.py:144
Method__init__
(self, year_min=1900, year_max=2100, dt=0.25, pyear=1975, pyear_y_tech = 4000, verbose=False)
pyworld3/agriculture.py:254
Method__init__
(self, year_min=1900, year_max=2100, dt=1, pyear=1975, verbose=False)
pyworld3/resource_old.py:99
Method__init__
(self, year_min=1900, year_max=1975, dt=1, iphst=1940, verbose=False)
pyworld3/population.py:232
Method__init__
(self, year_min=1900, year_max=2100, dt=1, verbose=False)
pyworld3/test_delay3.py:15
Method_init_out_arr
(self, delay)
pyworld3/specials.py:293
Functionfunc_delay1
Computes the derivative of out_ at time t_, for the 1st order delay. Used in integration by odeint.
pyworld3/specials.py:119
Functionfunc_delay3
Computes the derivative of out_ at time t_, for the 3rd order delay. Used in integration by odeint.
pyworld3/specials.py:186
Methodinit_exogenous_inputs
Initialize all the necessary constants and variables to run the pollution sector alone. These exogenous parameters are outputs from
pyworld3/pollution_old.py:259
Methodinit_exogenous_inputs
Initialize all the necessary constants and variables to run the resource sector alone. These exogenous parameters are outputs from
pyworld3/resource_old.py:175
Methodinit_pollution_constants
Initialize the constant parameters of the pollution sector. Constants and their unit are documented above at the class level.
pyworld3/pollution_old.py:156
Methodinit_pollution_variables
Initialize the state and rate variables of the pollution sector (memory allocation). Variables and their unit are documented above at
pyworld3/pollution_old.py:187
Methodinit_resource_constants
Initialize the constant parameters of the resource sector. Constants and their unit are documented above at the class level.
pyworld3/resource_old.py:110
Methodinit_resource_constants
Initialize the constant parameters of the resource sector. Constants and their unit are documented above at the class level.
pyworld3/test_delay3.py:26
Methodinit_resource_variables
Initialize the state and rate variables of the resource sector (memory allocation). Variables and their unit are documented above at
pyworld3/resource_old.py:119
Methodinit_resource_variables
Initialize the state and rate variables of the resource sector (memory allocation). Variables and their unit are documented above at
pyworld3/test_delay3.py:35
Methodloop0_exogenous
Run a sequence to initialize the exogenous parameters (loop with k=0).
pyworld3/pollution.py:426
Functionrequires
Decorator generator to reschedule all updates of current loop, if all required inputs of the current update are not known.
pyworld3/utils.py:45
Functionrequires_and_update
(self, *args)
pyworld3/utils.py:67
Functionrequires_decorator
(updater)
pyworld3/utils.py:53
Methodrun_delay_test
Run a sequence of updates to simulate the resource sector alone with exogenous inputs.
pyworld3/test_delay3.py:99
Methodrun_pollution
Run a sequence of updates to simulate the pollution sector alone with exogenous inputs.
pyworld3/pollution_old.py:452
Methodrun_resource
Run a sequence of updates to simulate the resource sector alone with exogenous inputs.
pyworld3/resource_old.py:268
Methodset_pollution_delay_functions
Set the linear smoothing and delay functions of the 1st or the 3rd order, for the pollution sector. One should call `self.set
pyworld3/pollution_old.py:210
Methodset_pollution_table_functions
Set the nonlinear functions of the pollution sector, based on a json file. By default, the `functions_table_world3.json` file from py
pyworld3/pollution_old.py:230
Methodset_resource_delay_functions
Set the linear smoothing and delay functions of the 1st or the 3rd order, for the resource sector. One should call `self.set_
pyworld3/resource_old.py:134
Methodset_resource_delay_functions
Set the linear smoothing and delay functions of the 1st or the 3rd order, for the resource sector. One should call `self.set_
pyworld3/test_delay3.py:46
Methodset_resource_table_functions
Set the nonlinear functions of the resource sector, based on a json file. By default, the `functions_table_world3.json` file from pyw
pyworld3/resource_old.py:148
Functiontest_agriculture_sector
(significant_digits=10)
pyworld3/test_sectors.py:104
Functiontest_capital_sector
(significant_digits=10)
pyworld3/test_sectors.py:75
Functiontest_pollution_sector
(significant_digits=10)
pyworld3/test_sectors.py:132
Functiontest_population_sector
(significant_digits=10)
pyworld3/test_sectors.py:45
Functiontest_resource_sector
(significant_digits=10)
pyworld3/test_sectors.py:156
Functiontest_world3_fast_nocheck
(significant_digits=10)
pyworld3/test_sectors.py:203
Functiontest_world3_model
(significant_digits=10)
pyworld3/test_sectors.py:178
← previous201–297 of 297, ranked by callers