MCPcopy Create free account

hub / github.com/TimSchell98/PyWorld3-03 / types & classes

Types & classes12 in github.com/TimSchell98/PyWorld3-03

↓ 6 callersClassDlinf3
Delay information function of the 3rd order for smoothing. Returns a class that is callable as a function (see Call parameters) at a given st
pyworld3/specials.py:262
↓ 6 callersClassWorld3
The World3 model as it is described in the technical book [1]_. World3 is structured in 5 main sectors and contains 12 state variables. The f
pyworld3/world3.py:44
↓ 3 callersClassSmooth
Delay information function of the 1st order for smoothing. Also named DLINF1 in Dynamo. Returns a class that is callable as a function (see
pyworld3/specials.py:128
↓ 2 callersClassDelay3
Delay function of the 3rd order. Returns a class that is callable as a function (see Call parameters) at a given step k. Computes the de
pyworld3/specials.py:200
↓ 1 callersClassAgriculture
Agriculture sector. Can be run independantly from other sectors with exogenous inputs. The initial code is defined p.362. Examples -
pyworld3/agriculture.py:45
↓ 1 callersClassCapital
Capital sector. Can be run independantly from other sectors with exogenous inputs. The initial code is defined p.253. Examples -----
pyworld3/capital.py:45
↓ 1 callersClassPollution
Persistent Pollution sector. Can be run independantly from other sectors with exogenous inputs. The initial code is defined p.478. C
pyworld3/pollution.py:55
↓ 1 callersClassPopulation
Population sector with four age levels. Can be run independantly from other sectors with exogenous inputs. The initial code is defined p.170.
pyworld3/population.py:46
↓ 1 callersClassResource
Nonrenewable Resource sector. Can be run independantly from other sectors with exogenous inputs. The initial code is defined p.405. Examp
pyworld3/resource.py:46
ClassPollution
Persistent Pollution sector. Can be run independantly from other sectors with exogenous inputs. The initial code is defined p.478. Examp
pyworld3/pollution_old.py:45
ClassResource
Nonrenewable Resource sector. Can be run independantly from other sectors with exogenous inputs. The initial code is defined p.405. Examp
pyworld3/resource_old.py:45
Classtest_delay3
pyworld3/test_delay3.py:13