-
Notifications
You must be signed in to change notification settings - Fork 100
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
Additional Coeffiecients don't work #915
Comments
Thanks for your question. However, you have not provided quite enough information to diagnose anything. First: the distribution of work locations, or how that distribution changes in response to changes in parameters, cannot be inferred from the utility function and parameters alone, it also depends on the attributes of the choices. You can change the marginal effect of distance at different ranges, but it may or may not have an effect on choice making, depending on the presence or absence of choices that exist at those distances for the choosers you are studying. Second: the distribution of work locations is just that: a distribution. If you are seeing more choices in the 0-0.5 mile range, then they have to be coming from somewhere else in the distribution, as changing the utility function here cannot create or destroy workers. It seems possible you are shifting workers around, but in the 0.5-1.0 mile bucket the flows in and out are balancing. Can you provide a little more context? What was the utility function and coefficients before and after your treatment? And what is the complete distribution of distances? Ideally, you can provide a minimal reproducible example including data and configs so we can see your problem more clearly. |
Hi, This is an example distribution when I tried to increase 0,5-1mil range distribution, the 0-0,5mil range distribution increased much more. |
Describe the bug
Hi Dev Team,
I added more parameters to the work location module. However, when I change a parameter the distribution of people's work distance doesn't change. For example: I keep the other params the same and I shift the param of distance from 0.5 to 1 mile but the number of people traveling 0,5 to 1 mile doesn't change while people traveling 0 to 0.5 mile change. It means the 0,5 to 1 mile parameter doesn't affect the 0.5 to 1 mile distribution but it affects the 0 to 0.5 mile distribution.
Expected behavior
The parameters for each distance range should affect that range distribution
Screenshots
The text was updated successfully, but these errors were encountered: