Last active
March 22, 2019 17:08
-
-
Save Morendil/865aa807b42ef5ef72e993462baaadfa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- version: 2 | |
preprocess: [preprocessor_module1, preprocessor_module2] | |
name: Title of the situation | |
description: Description of the situation | |
period: 2015-02 | |
relative_error_margin: 0.02 | |
absolute_error_margin: 0.02 | |
input: | |
- instance: individu | |
- id: ind1 | |
variables: | |
- name: salary | |
period: 2105-01 | |
value: 24000 | |
- name: salary | |
value: 24000 | |
- population: individu | |
ids: [i1, i2, i3] | |
variables: | |
- name: salary | |
value: [24000, 28000, 12000] | |
- population: famille | |
members: ["i1,i2", "i3"] | |
variables: | |
- name: salary | |
value: [24000, 28000] | |
- entity: famille | |
- id: f1 | |
members: | |
- id: i1 | |
role: parent | |
variables: | |
- name: loyer | |
value: 24000 | |
output: | |
- population: individu | |
variables: | |
- name: income_tax | |
period: 2105-01 | |
value: [24000, 28000] | |
- name: disposable_income | |
value: [24000, 28000] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment