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

Normalize gravity/network matrix by row rather than globally #37

Open
clorton opened this issue Aug 21, 2024 · 2 comments
Open

Normalize gravity/network matrix by row rather than globally #37

clorton opened this issue Aug 21, 2024 · 2 comments
Assignees

Comments

@clorton
Copy link
Contributor

clorton commented Aug 21, 2024

Normalizing the network "globally" effective zeros out or cuts off the "tail" of the network connections. See @krosenfeld-IDM 's work in the GEOMED repository.

@clorton clorton self-assigned this Aug 21, 2024
@KevinMcCarthyAtIDM
Copy link
Collaborator

In the migration models Jupyter notebook I put together and shared, there should be utility functions to use a number of different normalization or limiting options - rescaling the whole matrix to set "average outbound migration" to some number (to make the "k" parameter more interpretable); rescaling row-by-row to limit maximum outbound migration from highly connected nodes but leaving rows below that maximum alone; and also rescaling inbound migration to limit inbound migration to a node to some fraction of the node's population (not sure when this would ever be useful, though).

@clorton
Copy link
Contributor Author

clorton commented Sep 25, 2024

Should go into the FUSION work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants