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

scaling #3576

Open
4 tasks
kainagel opened this issue Nov 21, 2024 · 0 comments
Open
4 tasks

scaling #3576

kainagel opened this issue Nov 21, 2024 · 0 comments

Comments

@kainagel
Copy link
Member

Should include the following:

  • introduce "scaling" config param in "global" config section.
  • change the "dependent" params (flowCapFactor, storCapFactor, countsScaleFactor, ...) such that they only correct the global parameter. This could either be as an additional multiplicator. Or as an override. The latter might be easier to refactor, since one could set the default to "null" and then, if these params are not set explicitly, they are set from the global param. On the other hand, this would mean automagic, which in general we do not like.
  • Make sure that outputs are scaled. For example, emissionsByM should be scaled up to 100%.
  • For the "tables" (trips, persons, legs, acitivites, etc.), we could add "weights" to the individual persons. For example, for a scaling of 0.1 the weights would be uniformly "10". Many surveys have weights for individual records, so use the same approach here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo (low priority)
Development

No branches or pull requests

1 participant