Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

be able to add some attributes to a preexisting population #27

Open
samthiriot opened this issue Apr 8, 2017 · 1 comment
Open

be able to add some attributes to a preexisting population #27

samthiriot opened this issue Apr 8, 2017 · 1 comment
Assignees
Milestone

Comments

@samthiriot
Copy link
Collaborator

Use case 1: augment an existing dataset

  • a GoSPL population is already available from data (like a list of buildings)
  • we want to add two other attributes which depend of existing ones, based on contigency tables

Use case 2: chain different GoSPL tools

  • use IPF to reweight an available dataset, thus creating a synthetic population A
  • add some other attributes which are not in the sample, for which we have frequency tables
@samthiriot
Copy link
Collaborator Author

developed a proof of concept which takes a sample (read from CSV), and adds other attributes based on the existing ones using probabilities provided as a bayesian network.

We would have to exchange more on the semantics of such a wrapper and define the interface for such a sampler which augments attributes based on existing ones

@chapuisk chapuisk added this to the Architecture milestone Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants