Skip to content

Commit 26b0a91

Browse files
1 parent a5455d6 commit 26b0a91

File tree

1 file changed

+104
-90
lines changed

1 file changed

+104
-90
lines changed

jullien/presentation/jullien-presentation.mdk

+104-90
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title : Stochastic analysis of egress simulations
33
Sub Title :
44
Author : Quentin Jullien
5-
Affiliation : Centre Scientifique et Technique du Bâtiment ![logo2]
5+
Affiliation : Centre Scientifique et Technique du Bâtiment - France ![logo2]
66
77
Reveal Theme : sky
88
Beamer Theme : singapore
@@ -26,13 +26,16 @@ Toc Depth : 1
2626
# Context
2727
The use of egress simulation models in performance-based analysis relies on the confidence in the input data and the output data.
2828

29-
* But data strongly depend on a large number of parameters.
30-
* So the results are prone to be scattered.
29+
But, data strongly depend on a large number of parameters.
30+
31+
These parameters model human behavior and are scattered.
32+
33+
→ The results are prone to be scattered.
3134

3235

3336

3437
## Aim of the study
35-
Propose a method to analyze the statistical aspects of an egress simulation model.
38+
Realization of a method to analyze the stochastic aspects of an egress simulation model.
3639

3740
* The method is based on statistical estimations of the distribution quantiles of the output parameters.
3841
The key result is Required Safe Egress Time (RSET).
@@ -47,13 +50,13 @@ Benefits of the method:
4750

4851
~ Begin Vertical { data-background:Gainsbor }
4952

50-
# Presentation of the method of statistical analysis {#vertical}
53+
# Statistical analysis method {#vertical}
5154

5255
Example:
5356

54-
* Take a sample of n realizations of a random variable that follows a normal law distribution.
55-
* Build a confidence interval Ip for each order quantile α.
56-
* Choose a level of confidence p: here 90%.
57+
* A sample of n realizations of a random variable that follows a normal law distribution.
58+
* A confidence interval Ip for each quantile α.
59+
* A level of confidence p: here 90%.
5760

5861
~ Math { #eq-alignment; caption:"Alignment example" }
5962
\begin{aligned}
@@ -64,7 +67,7 @@ Example:
6467
c equals to 1.645 for p=90%.
6568

6669

67-
## Build the empirical distribution function
70+
## Calculating the empirical distribution function
6871
→ Random realizations ranked in ascending order constitute the
6972
empirical distribution function.
7073

@@ -80,14 +83,14 @@ empirical distribution function.
8083
~ Align-Left
8184
* A random variable can not show a theoretical maximum.
8285
* Even if there is a maximum value, the finite size of
83-
the samples didn't allow to access to this maximum value.
86+
the samples prevent from calculating this maximum value.
8487

8588
→ Only percentiles are available.
8689

87-
* Percentiles increases with the growth of the sample size.
88-
* Confidence interval decreases with the growth of the sample size.
90+
* Available percentiles increases with the growth of the sample size.
91+
* Confidence interval width decreases with the growth of the sample size.
8992

90-
→ So, the required number of draws is set by:
93+
→ So, the required number of simulations is set by:
9194

9295
* the desired precision,
9396
* the order of the desired quantile.
@@ -127,7 +130,6 @@ Reminder:
127130
~ Align-Left
128131
Occupants:
129132

130-
* are men,
131133
* have same leaderships,
132134
* have same patience,
133135
* are valid,
@@ -136,7 +138,7 @@ Occupants:
136138
* act independently of each other.
137139

138140
The identical leaderships imply a conflict resolution time included between 0.8 s and 1.5 s.
139-
During this study the fixed value of 1.15 s will be use too.
141+
The fixed value of 1.15 s will be use too.
140142

141143
The draws are realized with an uniform law.
142144
~
@@ -150,66 +152,51 @@ The draws are realized with an uniform law.
150152
~ Begin Vertical { data-background:Gainsbor }
151153
# Reference study case
152154

153-
Occupants are randomly positioned in the room and drawn between 1 and 1,000.
155+
Occupants are randomly located in the room and drawn between 1 and 1,000.
154156

155157
~ Begin Columns
156158
~ Column { width:50% }
157-
100 draws
159+
100 simulations
158160

159161
![fig5_1]
160-
[fig5_1]: images/fig5_1.PNG "fig5_1" { width:auto; max-width:80%; border:solid 1px black}
162+
[fig5_1]: images/fig5_1.PNG "fig5_1" { width:auto; max-width:100%; border:solid 1px black}
161163
~
162164
~ Column
163-
1,000 draws
165+
1,000 simulations
164166

165167
![fig5_2]
166-
[fig5_2]: images/fig5_2.PNG "fig5_2" { width:auto; max-width:80%; border:solid 1px black}
168+
[fig5_2]: images/fig5_2.PNG "fig5_2" { width:auto; max-width:100%; border:solid 1px black}
167169
~
168170
~ End Columns
169171

170172

171173

172174
## Observations (1)
173175

174-
It is impossible to determine statistically a RSET maximum.
176+
It is impossible to statistically determine a RSET maximum.
175177
~ Align-Left
176178
* Extreme percentiles have a confidence interval with infinite bounds.
177-
~
179+
178180

179181
In any case, a RSET max is bound to a catastrophic scenario.
180182

181-
→ It seems preferable to retain the associated RSET 95^th^ percentile.
183+
→ It seems preferable to retain a high order percentile.
182184

185+
* This study used the 95^th^ percentile.
186+
~
183187
~ Align-Left
184-
* The value of 95^th^ percentile is arbitrary.
188+
* The value of this parameter is essential to an egress study conclusions and has to be discussed.
185189
~
186190

187191
## Observations (2)
188-
The confidence interval decreases with the increase of the number of draws.
189-
190-
~ Center
191-
![fig5_3]
192-
[fig5_3]: images/fig5_3.PNG "fig5_3" { width:auto; max-width:60%; border:solid 1px black}
193-
~
194-
195-
## Observations (3)
196-
There are at least 3 separate evacuation schemes according to the number of occupants.
192+
The confidence interval decreases with the increase of the number of simulations. &bcheckmark;
197193

198-
~ Center
199-
![fig_tab3]
200-
[fig_tab3]: images/fig_tab3.PNG "fig_tab3" { width:auto; max-width:50%; border:solid 1px black}
201-
~
202-
~ Begin Columns
203-
~ Column { width:50% }
204-
![fig5_2]
205-
[fig5_2]: images/fig5_2.PNG "fig5_2" { width:auto; max-width:80%; border:solid 1px black}
206-
~
207-
~ Column
208-
![fig5_4]
209-
[fig5_4]: images/fig5_4.PNG "fig5_4" { width:auto; max-width:85%; border:solid 1px black}
194+
There are at least 3 separate evacuation patterns according to the number of occupants.
195+
~ Align-left
210196

197+
* Three parameters sets are based on this three patterns and used in this study to get rid of the occupant density influence.These patterns are used in this study to see the influence of others parameters more independently of the density of people.
211198
~
212-
~ End Columns
199+
→ The method provides additional elements to understand evacuation behaviors even in this simplistic case.
213200

214201
~ End Vertical
215202

@@ -227,22 +214,31 @@ There are at least 3 separate evacuation schemes according to the number of occu
227214

228215
Parameters tested: conflict resolution time, position of the occupants and response time (RT).
229216

230-
~ Center
231-
![fig_tab4]
232-
[fig_tab4]: images/fig_tab4.PNG "fig_tab4" { width:auto; max-width:55%; border:solid 1px black}
233-
~
234-
3 schemes to free from influence of occupant density.
235-
~ Center
236-
![fig_tab5]
237-
[fig_tab5]: images/fig_tab5.PNG "fig_tab5" { width:auto; max-width:55%; border:solid 1px black}
238-
~
217+
1,000 simulations for each patterns.
218+
219+
220+
221+
|-----------|---------------------|---------------|----------|
222+
| Test case | Conflict resolution | Position of | RT (s) |
223+
| | time (s) | the occupants | |
224+
+:---------:+:-------------------:+:-------------:+:--------:+
225+
| 1 | [0.8 ; 1.5] | Fixed | 15 |
226+
| 2 | 1.15 | Fixed | 15 |
227+
| 3 | [0.8 ; 1.5] | Random | 15 |
228+
| 4 | [0.8 ; 1.5] | Random | [0 ; 30] |
229+
|-----------|---------------------|---------------|----------|
230+
| | | | |
231+
{ text-align:center }
232+
233+
234+
239235

240236

241237
## Test case 1
242238

243-
The empirical distribution function is not linear.
239+
The empirical distribution function is not uniform.
244240

245-
→ linked to the variability of the conflict resolution time and to the effect of history.
241+
→ linked to the variability of the conflict resolution time and to the history effect.
246242

247243
~ Center
248244
![fig6_3]
@@ -280,54 +276,39 @@ Notations used to make quantitative comparisons:
280276
Reminder:
281277
Conflict resolution time, position, RT fixed.
282278

283-
~ Begin Columns
284-
~ Column { width:55% }
279+
~ Center
285280
![fig6_5]
286-
[fig6_5]: images/fig6_5.PNG "fig6_5" { width:auto; max-width:85%; border:solid 1px black}
287-
~
288-
~ Column
289-
![fig_tab7]
290-
[fig_tab7]: images/fig_tab7.PNG "fig_tab7" { width:auto; max-width:100%; border:solid 1px black}
281+
[fig6_5]: images/fig6_5.PNG "fig6_5" { width:auto; max-width:50%; border:solid 1px black}
291282
~
292-
~ End Columns
283+
293284

294285

295286
~ left-align
296-
→ Most of the variability comes from the effect of history.
287+
→ Most of the variability comes from the history effect.
297288

298-
→ Width of confidence intervals can increase or decrease whereas the parameters are less variable.
289+
→ Confidence intervals width variations are not intuitive.
299290
~
300291

301292
## Test case 3
302293
Reminder:
303294
Conflict resolution time and position vary, RT is fixed.
304-
~ Begin Columns
305-
~ Column { width:55% }
295+
~ Center
306296
![fig6_6]
307-
[fig6_6]: images/fig6_6.PNG "fig6_6" { width:auto; max-width:85%; border:solid 1px black}
297+
[fig6_6]: images/fig6_6.PNG "fig6_6" { width:auto; max-width:50%; border:solid 1px black}
308298
~
309-
~ Column
310-
![fig_tab8]
311-
[fig_tab8]: images/fig_tab8.PNG "fig_tab8" { width:auto; max-width:100%; border:solid 1px black}
312-
~
313-
~ End Columns
314299
→ Position has more influence on low and average densities.
315300

316301

317302

318303
## Test case 4
319304
Reminder:
320305
Resolution conflict time, position and RT vary.
321-
~ Begin Columns
322-
~ Column { width:50% }
306+
307+
~ Center
308+
323309
![fig6_7]
324-
[fig6_7]: images/fig6_7.PNG "fig6_7" { width:auto; max-width:100%; border:solid 1px black}
310+
[fig6_7]: images/fig6_7.PNG "fig6_7" { width:auto; max-width:50%; border:solid 1px black}
325311
~
326-
~ Column
327-
![fig_tab9]
328-
[fig_tab9]: images/fig_tab9.PNG "fig_tab9" { width:auto; max-width:100%; border:solid 1px black}
329-
~
330-
~ End Columns
331312

332313
→ the variability of output parameters increases with the one of the input parameters &bcheckmark;
333314

@@ -340,11 +321,29 @@ Resolution conflict time, position and RT vary.
340321
~ Begin Vertical { data-background:Gainsbor }
341322
# Synthesis of results
342323

324+
|--------------------------|-----------------------------------------------------|-----------------------|
325+
| Studied parameters | Variation range of the input parameter | Qualitative influence |
326+
+:------------------------:+:---------------------------------------------------:+:---------------------:+
327+
| Occupant number | From 1 to 1,000 persons or 187, 610 and 927 persons | Very important |
328+
|--------------------------|-----------------------------------------------------|-----------------------|
329+
| Occupant position | Fixed or random | Important |
330+
|--------------------------|-----------------------------------------------------|-----------------------|
331+
| Conflict resolution time | From 0.8 s to 1.5 s or 1.15 s | Negligible |
332+
|--------------------------|-----------------------------------------------------|-----------------------|
333+
| Response time | From 0 s to 30 s or 15 s | Important |
334+
|--------------------------|-----------------------------------------------------|-----------------------|
335+
| | | |
336+
{ }
337+
338+
339+
340+
341+
343342

344-
~ center
345-
![fig_tab10]
346-
[fig_tab10]: images/fig_tab10.PNG "fig_tab10" { width:auto; max-width:70%; border:solid 1px black}
347-
~
343+
344+
345+
346+
# Synthesis of results (2)
348347

349348
Advantage of the method:
350349

@@ -355,10 +354,17 @@ Advantage of the method:
355354
* Estimate quantitatively the influence on the RSET of the input parameters dispersion.
356355
~
357356

358-
~ End Vertical
357+
# Synthesis of results (3)
358+
359359

360360

361361

362+
363+
364+
~ End Vertical
365+
366+
367+
~ Begin Vertical { data-background:Gainsbor }
362368
# Conclusion
363369

364370

@@ -369,22 +375,30 @@ Advantage of the method:
369375

370376
→ There is still a lot of work.
371377

378+
Pas les données
379+
la méthode à améliorer
380+
381+
382+
# Conclusion (2)
383+
372384
Prospects:
373385

374386
~ Align-Left
375-
* Test more complex geometry.
387+
* Test more realistic case.
376388
* Test cross interactions thoroughly (experiment plans).
377389
* Compare to some evacuation trials.
378390
* Need for a bibliography work.
379391
* Industrialize the method on tools dedicated to stochastic analysis.
380392
* Compare different simulations tools.
381393
~
382394

395+
~ End Vertical
396+
397+
383398

384399

385400

386401

387-
# Thank you for your attention
388402

389403

390404

0 commit comments

Comments
 (0)