DESCRIPTION OF `data_content.csv` ------------------------------------------------ The file `data_content.csv` contains the TETs obtained by simulations in the simulator Pathfinder that were used in the paper "Evacuation from Cramped Interiors with Aisle Seats: Uncertainty Induced by the Random Choice of Initial Positions". Both the lecture hall and train geometry are included, along with the HOM, HET, and CTRL groups. Each seat occupation configuration is uniquely identified by the column `configuration_id`, meaning that a different configuration_id corresponds to a unique set of initial positions for each occupant. Each configuration_id is matched with ten distinct runs designated by the column `iteration` which can be used to estimate the inherent randomness of the model. To obtain the average TETs for each seat occupation configuration one can simply group by the configuration_id and average. Each row also includes the number of occupants of each type and the values of the associated energies. For more details such as the coordinates of the initial positions or the code used to compute these energies, feel free to contact the authors via email. ------------------------------------------------ LIST OF COLUMNS - `geometry`: Geometry in question. - values: "hall"/"train" - `group`: Group of occupants. - values: "hom"/"het"/"ctrl" - `ratio`: Occupancy percentage for HOM scenario and percentage of movement-impaired occupants for HET scenario. - values: float between 0 and 1 - `num_ab`: Absolute number of able-bodied occupants. - values: integer - `num_wl`: Absolute number of with-limitations occupants. - values: integer - `configuration_id`: Identifier of the seat occupation configuration encoded in the form "[GROUP]_[GEOMETRY]_[RATIO]_[ID]" (without the decimal separator for RATIO). - values: string - `iteration`: Realization of the TET random variable. Induced by different occupant priorities and initial orientations. - values: integer - `potential_energy`: Value of potential energy. - values: float - `interaction_energy`: Value of interaction energy. - values: float - `total_evac_time`: Total evacuation time. - values: float