You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the participants (Koen) asks:
"How did you make the list of names with sum(sender+receiver) for every name? It could be interesting to see the ratio sender/receiver. E.g., if the ratio is > 1, one sends more than receives, and if < 1, the opposite is true. If the ratio is > 50, you know the collection is biased, and probably only occurs in their own correspondence collection (in the case of Huygens, Grotius, etc.). Watch out for dividing by 0 if receiver is 0."
Create code that counts the number of letters sent vs the number of letters received
Consider if it's possible adding documentation (or a value) indicating possible bias in the collection according to Koen's suggestion (what he meant is that some catalogs have entered all the correspondence received by of one person). Need to gather requirements for this one.
The text was updated successfully, but these errors were encountered:
One of the participants (Koen) asks:
"How did you make the list of names with sum(sender+receiver) for every name? It could be interesting to see the ratio sender/receiver. E.g., if the ratio is > 1, one sends more than receives, and if < 1, the opposite is true. If the ratio is > 50, you know the collection is biased, and probably only occurs in their own correspondence collection (in the case of Huygens, Grotius, etc.). Watch out for dividing by 0 if receiver is 0."
Take care of this in three steps:
The text was updated successfully, but these errors were encountered: