File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ def compute_pair_distribution_function(
2424 """Computes the pair distribution function g(r).
2525
2626 This function calculates the spatial distribution of positions :math:`g(r)`
27- :math:`g(r)` here referred to the Euclidean distance between interacting pedestrians, i.e.,
28- pedestrians that are in the same walkable area at the same moment.
29- The pdf is given by the probability that two pedestrians are separated
30- by :math:`r` normalized by the probability :math:`PNI(r)` that two
31- non-interacting pedestrians are separated by :math:`r`, specifically
27+ :math:`g(r)` here referred to the Euclidean distance between interacting
28+ pedestrians, i.e., pedestrians that are in the same walkable area at the
29+ same moment. The pdf is given by the probability that two pedestrians are
30+ separated by :math:`r` normalized by the probability :math:`PNI(r)` that
31+ two non-interacting pedestrians are separated by :math:`r`, specifically
3232
3333 .. math::
3434 g(r) = P(r)/PNI(r),
You can’t perform that action at this time.
0 commit comments