pancitysim / PanCitySim

MIT License
1 stars 0 forks source link

node_wise_state #3

Open orlevin opened 3 years ago

orlevin commented 3 years ago

Hi, Can you explain please what is the meaning of the SEIR column in node_wise_state file, why and how node get its number? (6 e.g) thank you

pancitysim commented 3 years ago

@orvelin I added some comments in there to explain the file header, please let me know if it makes it clear

link to commit

orlevin commented 3 years ago

I can understand it when we talk about human, but what is the meaning of node in SEIR state? node contain some humans, in that node ,I believe, peoples can be in different states, so how the state of a node is calculate?
thank you

pancitysim commented 3 years ago

I have tried to explain below:

If you want to instead all the 2000 humans to exactly the same lat-lon as the node, you can set the randomness to 0 by replacing 0.001 by 0 in these lines np.random.normal()*0

does that answer your question?