Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimSchell98/PyWorld3-03
/ types & classes
Types & classes
12 in github.com/TimSchell98/PyWorld3-03
⨍
Functions
297
◇
Types & classes
12
↓ 6 callers
Class
Dlinf3
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 callers
Class
World3
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 callers
Class
Smooth
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 callers
Class
Delay3
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 callers
Class
Agriculture
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 callers
Class
Capital
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 callers
Class
Pollution
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 callers
Class
Population
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 callers
Class
Resource
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
Class
Pollution
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
Class
Resource
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
Class
test_delay3
pyworld3/test_delay3.py:13