Navigation
index
next
|
LIAM2 0.12 User Guide
»
LIAM2 User Guide
¶
1. Introduction
1.1. About LIAM2
1.1.1. License
1.1.2. Staying informed
1.1.3. Credits
1.2. About microsimulation
1.3. About this guide
2. Environment
2.1. LIAM2 bundle
2.2. Getting Started
2.3. Using your own data
3. Model Definition
3.1. Comments
3.2. General structure
3.3. import
3.4. globals
3.5. entities
3.5.1. fields
3.5.2. links
3.5.3. macros
3.5.4. processes
3.6. simulation
3.6.1. processes
3.6.2. init
3.6.3. input
3.6.4. output
3.6.5. start_period
3.6.6. periods
3.6.7. random_seed
3.6.8. skip_shows
3.6.9. assertions
3.6.10. default_entity
3.6.11. logging
3.6.12. autodump
3.6.13. autodiff
4. Running a model/simulation
5. Processes
5.1. Expressions
5.2. Assignments
5.3. Functions
5.3.1. Declaration
5.3.2. Call
5.3.3. Local (temporary) variables
5.3.4. Actions
5.4. globals
5.5. Built-in Functions
5.5.1. conditional function
5.5.2. mathematical functions
5.5.3. aggregate functions
5.5.4. link methods
5.5.5. temporal functions
5.5.6. random functions
5.5.7. Regressions
5.5.8. Matching functions
5.5.9. Lifecycle functions
5.6. While loops
5.7. Output
5.7.1. show
5.7.2. qshow
5.7.3. csv
5.7.4. dump
5.7.5. groupby
5.7.6. charts
5.8. Debugging and the interactive console
5.8.1. breakpoint
5.8.2. assertions
6. Links
6.1. many2one
6.2. one2many
7. Importing other models
8. Importing data
8.1. data files
8.2. description file
8.3. importing the data
Indices and tables
¶
Index
Search Page
Appendix
¶
Known issues
Code architecture
Technical choices
Change log
Credits
Table Of Contents
LIAM2 User Guide
Indices and tables
Appendix
Next topic
1. Introduction
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
LIAM2 0.12 User Guide
»