SlideShare a Scribd company logo
1 of 20
FNCE 645: Financial Modelling
Skyline and Luge
Ng Wen Ying | Sim Siang Huat
Zou Yue | Zhong Shi Yao
Background
What is the Skyline and Luge?
Issue
What issue are we modelling?
Skyride
Top
Skyride
Base
Dragon Trail
Jungle Trail
688m
628m
New Joiners
Re-joiners
Issue: Long queueing time
1 Widen Track
2 Create a third trail
Parameter:
1 Peak Hour: 10.30am – 12.30pm
2 Weekend
Base Case
Current situation
Methodology
Option 1
Trails widen
Option 2
Additional Luge trail added
Flowchart
Base CaseCurrent Situation
Inflow: New Joiners
Simulating the number of new joiners flowing into the system
Assumptions:
- The inter-arrival time between visitors follows an
exponential distribution
- The average inter-arrival time is 0.21mins
- Ushers will let a batch of new joiners in every 1.5mins
Inter-arrival Time = – Average * LN (1-Rand())
Formula:
Illustration:
Inter-arrival
Time
Arrival Time Time Intervals # Time New Joiners
0 1 0
0.550853514 0.550853514 2 0.3
0.012227288 0.563080802 3 0.6
0.001761651 0.564842454 4 0.9
0.013120036 0.577962489 5 1.2
0.049912837 0.627875326 6 1.5 10
0.228993028 0.856868354 7 1.8
0.322342296 1.17921065 8 2.1
0.096762228 1.275972878 9 2.4
0.138550518 1.414523396 10 2.7
0.040588191 1.455111587 11 3.0 7
0.283460628 1.738572215 12 3.3
<1.5
COUNTIF
J is a longer trail so
the luges arrive later
than D
Inflow: Rejoiners
Simulating the number of rejoiners flowing into the system
Assumptions:
- Riders’ decision to rejoin follows a Binomial distribution
- The probability of rejoin is 0.6
- Interval between each luge release is 1.8mins
Formula:
Illustration:
Rejoins from each trail = CRITBINOM (# riders finishing trails, 0.6, Rand())
# riders
finishing J
Rejoin from J
# riders
finishing D
Rejoin from D
1 0
3 0
5 4
5 3
1 0
5 2
1.8mins
1.8mins
Total Rejoin (t)
= SUM (Rejoin frm J & D at t)
Skyride: Queue Length
Simulating the Queue Length for the Skyride
Formula:
Queue
Length (t)
Queue
Length (t - 1)
# Skyriders
leaving (t – 1)= + -Total Inflow
(t)
New Joiners
+
Rejoiners
Queue
Time =
Queue
Length (t)
Ave. #
Skyriders
leaving with
each chairlift
x
Frequency of
chairlift:
0.3mins
Skyriders can
choose to sit in
groups of 1, 2, 3 or
4 on the chairlift.
How to
simulate??
Skyride: Riders per Chairlift
Simulating the number of skyriders on each chairlift
Assumptions:
- 1 Chairlift leaves every 0.3mins
- Maximum no. of riders on each chairlift – 4 pax
- It is equal likely for riders to board in groups of 1,2,3 or 4
- Chairlift takes 5.1mins to travel from base to peak
Formula:
If Queue Length < 4
RANDBETWEEN (1, Queue
Length)
# Skyriders
leaving (t ) =
If Queue Length > 4
RANDBETWEEN (1,4)
# Riders arriving at peak
and choosing which
luge trail to take
5.1mins later…
How many riders would
choose Jungle trail /
Dragon trail???
Luge: Queues Length
Simulating the Queue Length for the Luge Trails
Assumptions:
- Riders are equally likely to choose Jungle or Dragon trail
- Every 0.3mins, one chairlift will carry a max of 4 to peak
- Let “1” represent Jungle and “2” represent Dragon
Formula:
# Luge Riders
Choice of
1st Rider
Choice of
2nd Rider
Choice of
3rd Rider
Choice of
4th Rider
Choose J Choose D
X
Those
arriving on
the chairlift
Rider 1: IF(X>0, RANDBETWEEN(1,2),0)
Rider 2: IF(X>1, RANDBETWEEN(1,2),0)
Rider 3: IF(X>2, RANDBETWEEN(1,2),0)
Rider 4: IF(X>3, RANDBETWEEN(1,2),0)
J: Count if the choice is “1”
OR
D: Count if the choice is “2”
# Luge
Riders
Arriving
Choice of
1st Rdier
Choice of
2nd Rdier
Choice of
3rd Rdier
Choice of
4th Rdier
Choose
Jungle
Choose
Dragon
0 0 0 0 0 0 0
4 1 2 1 1 3 1
2 2 2 0 0 0 2
2 1 1 0 0 2 0
Illustration:
Formula:
Queue
Length for
J (t)
Queue
Length for J
(t - 1)
# riders released
(t – 1)
= + -# Riders
Chose J (t)
Luge: Queues Length (ctd’)
Simulating the Queue Length for the Luge Trails
# Luge
Riders
Arriving
Choice of
1st Rdier
Choice of
2nd Rdier
Choice of
3rd Rdier
Choice of
4th Rdier
Choose
Jungle
Choose
Dragon
0 0 0 0 0 0 0
4 1 2 1 1 3 1
2 2 2 0 0 0 2
2 1 1 0 0 2 0
Max 5 Riders will be
released in batches
every 1.8mins, may be
less than 5…
How to simulate??
Outflow: Leave/Rejoin
Simulating the Queue Length for the Skyride
Same as Rejoiner at Inflow
Cycle REPEATS
(for 2-hours worth of data)
# riders
finishing J
Rejoin from J
# riders
finishing D
Rejoin from D
1 0
3 0
5 4
5 3
1 0
5 2
1.8mins
1.8mins
Recall:
If there are less than 5 people
in the queue, all the people will
be released.
If there are more than 5 people,
a max of 5 will be released
Assumptions:
- A max of 5 riders will be released every 1.8mins
Base Case Results
What is the average queue time now?
Average Queue
Time
41.5 mins
38.82 1 2 3 4 5 6 7 8 9 10
1 39.48 43.44 39.06 37.53 43.95 49.77 37.2 35.94 44.61 46.68
2 47.28 37.83 38.4 46.98 37.89 38.04 39.48 45.48 35.22 42.72
3 42 45.39 42 37.41 37.26 38.34 40.17 40.65 40.14 44.67
4 39.42 37.17 44.1 40.77 45.54 40.86 44.16 40.86 40.77 41.13
5 42.93 45.03 42.87 42.24 37.47 39.69 46.53 47.19 46.77 37.89
6 40.44 38.25 40.2 38.4 40.71 42.48 42.3 38.25 39.84 41.73
7 45.48 41.73 41.43 42.57 40.86 40.35 44.73 44.01 42.66 35.52
8 45.45 37.32 43.23 43.8 40.56 39 40.65 46.56 46.05 41.73
9 38.55 43.53 40.56 44.19 46.47 38.13 36.45 42.87 47.67 43.29
10 39.69 42.51 40.92 40.5 47.79 39.54 34.44 41.28 36.96 35.73
Total Queue
Time
Skyride’s
Queue Time= + MAX( Queue time for J, D)
Option 1Enlarge the trails
Option 1 Results
What is the average queue time if we expand the trails?
If there are less than 6 people
in the queue, all the people will
be released.
Changed Assumption:
- A max of 6 riders will be released every 1.8mins
If there are more than 6
people, a max of 6 will be
released
1 2
Average
Queue Time
28.4 mins
26.1 1 2 3 4 5 6 7 8 9 10
1 28.4 26.7 33.1 32.9 24.6 25.9 33.7 27.6 28.5 26.5
2 28 26.5 28.6 25.4 30.7 34.8 29 26.3 26.7 24.6
3 27.5 30.6 30.6 23.85 21.1 31.5 32.8 28.3 24.5 25.7
4 25.8 32.2 27.5 28.5 24.9 27.7 29.2 28.5 31.4 28.5
5 28.2 23.9 27 33.8 28.9 26 27.7 30.1 27.5 26.1
6 29.1 27.2 37.2 30.4 32.3 28.4 32.2 25.5 25.05 27.9
7 26.1 28.4 31.8 29 25 33.1 33.8 35.4 23.7 25.3
8 26.7 30.7 27.4 25.4 28.7 28.6 29 29.6 27.4 36.1
9 31.8 28.9 28.4 25.4 29.5 29 24 22.5 35.4 27
10 26 28.4 35.8 29.9 25.6 19.2 28.7 27.8 32 24.7
Option 2Build an additional luge trail
Option 2 Results
What is the average queue time if we add one more trail?
Changed Assumption:
New
Joiners
Rejoiners
Skyride
Queue
Jungle Queue
Dragon Queue
Leaves
Rejoin
Leaves
Exponential Distribution
Uniformly Distributed 33%
40%
60%
60%
40%
# Riders
/ Chair
33%
Inflow Skyride Luge rides Outflow
Rainbow Queue33% 60%
Average Queue
Time
17.9 mins
17.9 1 2 3 4 5 6 7 8 9 10
1 18.6 15.84 17.06 19.06 15.58 13.12 21.94 16.2 18.82 17.64
2 23.5 12.8 15.48 20.66 17.12 19.12 12.86 15.94 17.28 15.84
3 18.3 19.28 10.34 14.6 16.14 17.68 19.18 25.76 15.22 25.4
4 24.64 20.76 20 17.32 18.14 13.78 14.04 17.94 15.84 15.48
5 19.14 14.2 15.28 14.2 13.58 15.58 21.28 15.78 21.12 20.52
6 19.44 20.9 14.86 22.32 20.36 17.16 16.86 21.44 22.72 15.28
7 … … … … …. …. …. …. …. ….
Overall Results
Sensitivity Analysis and Summary of all Results
10
12
14
16
18
20
1.2 2.2 3.2 4.2 5.2
Ave.QueueTime
Luge Time
Sensitivity AnalysisOption 2 – Sensitivity Analysis
- Additional trail Long or Short?
- Long trail = takes a longer time to travel
down to base “Luge Time”
- CONCLUSION: The length of the additional
trail has little effect on the queue time
Scenario Average Queue Time (mins) % Improvement
Base Case 41.5 NA
Enlarged Trails 28.4 32%
Additional Trail – Shorter trail 17.9 57%
Additional Trail – Longer tail 18.5 55%
- Both options are effective in enhancing the queue time
- An additional trail is more effective
- A short or a long trail does not alter the results much
- Considering that a longer trail would cost more to construct, our suggestion to the
management is to build an additional shorter trail to improve the queue time.
Conclusion:
Excel Demonstration
Ng Wen Ying | Sim Siang Huat
Zou Yue | Zhong Shi Yao
New
Joiners
Rejoiners
Skyride
Queue
Jungle Queue
Dragon Queue
Leaves
Rejoin
Leaves
Exponential Distribution
Uniformly Distributed
33%
40%
60%
60%
40%
# Riders
/ Chair
33%
Inflow Skyride Luge rides Outflow
Rainbow Queue
33% 60%

More Related Content

Viewers also liked

The Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
The Hive Think Tank: The Content Trap - Strategist's Guide to Digital ChangeThe Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
The Hive Think Tank: The Content Trap - Strategist's Guide to Digital ChangeThe Hive
 
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...The Hive
 
The Hive Think Tank: Heron at Twitter
The Hive Think Tank: Heron at TwitterThe Hive Think Tank: Heron at Twitter
The Hive Think Tank: Heron at TwitterThe Hive
 
Information security in private blockchains
Information security in private blockchainsInformation security in private blockchains
Information security in private blockchainsCoin Sciences Ltd
 
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...The Hive
 
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...The Hive
 
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikDeep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikThe Hive
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Digipolis Antwerpen
 
Metadata in the Blockchain: The OP_RETURN Explosion
Metadata in the Blockchain: The OP_RETURN ExplosionMetadata in the Blockchain: The OP_RETURN Explosion
Metadata in the Blockchain: The OP_RETURN ExplosionCoin Sciences Ltd
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Digipolis Antwerpen
 
The Hive Think Tank: The Future Of Customer Support - AI Driven Automation
The Hive Think Tank: The Future Of Customer Support - AI Driven AutomationThe Hive Think Tank: The Future Of Customer Support - AI Driven Automation
The Hive Think Tank: The Future Of Customer Support - AI Driven AutomationThe Hive
 
BigchainDB - Big Data meets Blockchain
BigchainDB - Big Data meets BlockchainBigchainDB - Big Data meets Blockchain
BigchainDB - Big Data meets BlockchainDimitri De Jonghe
 
MultiChain – Private multicurrency blockchain platform
MultiChain – Private multicurrency blockchain platformMultiChain – Private multicurrency blockchain platform
MultiChain – Private multicurrency blockchain platformCoin Sciences Ltd
 
The Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
The Hive Think Tank: AI in The Enterprise by Venkat SrinivasanThe Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
The Hive Think Tank: AI in The Enterprise by Venkat SrinivasanThe Hive
 
Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?
Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?
Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?Digipolis Antwerpen
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Digipolis Antwerpen
 
The Hive Think Tank: Unpacking AI for Healthcare
The Hive Think Tank: Unpacking AI for Healthcare The Hive Think Tank: Unpacking AI for Healthcare
The Hive Think Tank: Unpacking AI for Healthcare The Hive
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchainsCoin Sciences Ltd
 

Viewers also liked (20)

The Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
The Hive Think Tank: The Content Trap - Strategist's Guide to Digital ChangeThe Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
The Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
 
Bitcoin 2.0
Bitcoin 2.0 Bitcoin 2.0
Bitcoin 2.0
 
Ethereum Presentation
Ethereum PresentationEthereum Presentation
Ethereum Presentation
 
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
 
The Hive Think Tank: Heron at Twitter
The Hive Think Tank: Heron at TwitterThe Hive Think Tank: Heron at Twitter
The Hive Think Tank: Heron at Twitter
 
Information security in private blockchains
Information security in private blockchainsInformation security in private blockchains
Information security in private blockchains
 
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
 
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
 
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikDeep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
 
Metadata in the Blockchain: The OP_RETURN Explosion
Metadata in the Blockchain: The OP_RETURN ExplosionMetadata in the Blockchain: The OP_RETURN Explosion
Metadata in the Blockchain: The OP_RETURN Explosion
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
 
The Hive Think Tank: The Future Of Customer Support - AI Driven Automation
The Hive Think Tank: The Future Of Customer Support - AI Driven AutomationThe Hive Think Tank: The Future Of Customer Support - AI Driven Automation
The Hive Think Tank: The Future Of Customer Support - AI Driven Automation
 
BigchainDB - Big Data meets Blockchain
BigchainDB - Big Data meets BlockchainBigchainDB - Big Data meets Blockchain
BigchainDB - Big Data meets Blockchain
 
MultiChain – Private multicurrency blockchain platform
MultiChain – Private multicurrency blockchain platformMultiChain – Private multicurrency blockchain platform
MultiChain – Private multicurrency blockchain platform
 
The Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
The Hive Think Tank: AI in The Enterprise by Venkat SrinivasanThe Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
The Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
 
Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?
Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?
Meetup 19/12/2016 - Blockchain-as-a-service voor Antwerpen?
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
 
The Hive Think Tank: Unpacking AI for Healthcare
The Hive Think Tank: Unpacking AI for Healthcare The Hive Think Tank: Unpacking AI for Healthcare
The Hive Think Tank: Unpacking AI for Healthcare
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchains
 

Similar to Financial Modelling - Skyline and Luge queue time

Horizontal Straight Line Motion
Horizontal Straight Line MotionHorizontal Straight Line Motion
Horizontal Straight Line MotionUdayKhanal
 
BASIC STATISTICS AND PROBABILITY.pptx
BASIC STATISTICS AND PROBABILITY.pptxBASIC STATISTICS AND PROBABILITY.pptx
BASIC STATISTICS AND PROBABILITY.pptxRanjuBijoy
 
Design of a Multispeed Multistage Gearbox
Design of a Multispeed Multistage GearboxDesign of a Multispeed Multistage Gearbox
Design of a Multispeed Multistage GearboxIJERA Editor
 
Velocity time graphs , Free fall.pdf
Velocity time graphs , Free fall.pdfVelocity time graphs , Free fall.pdf
Velocity time graphs , Free fall.pdfdaminorteystephen
 
Maquinaria pesada y movimientos de tierras. Problemas de rendimiento
Maquinaria pesada y movimientos de tierras. Problemas de rendimientoMaquinaria pesada y movimientos de tierras. Problemas de rendimiento
Maquinaria pesada y movimientos de tierras. Problemas de rendimientoDerekRamos8
 
Accelerating Dynamic Time Warping Subsequence Search with GPU
Accelerating Dynamic Time Warping Subsequence Search with GPUAccelerating Dynamic Time Warping Subsequence Search with GPU
Accelerating Dynamic Time Warping Subsequence Search with GPUDavide Nardone
 
4. coordinate systems part 1 by-ghumare s m
4. coordinate systems part 1 by-ghumare s m4. coordinate systems part 1 by-ghumare s m
4. coordinate systems part 1 by-ghumare s msmghumare
 
Time series data mining techniques
Time series data mining techniquesTime series data mining techniques
Time series data mining techniquesShanmukha S. Potti
 
Time distatnce
Time distatnceTime distatnce
Time distatnceIMRAN KHAN
 
Intersection analysis and data collection using jamar counter
Intersection analysis and data collection using jamar counterIntersection analysis and data collection using jamar counter
Intersection analysis and data collection using jamar counterSajawal Bhatti
 
MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...
MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...
MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...LuisSalenga1
 
Motion physics ks3 slide show why so long?
Motion physics ks3 slide show why so long?Motion physics ks3 slide show why so long?
Motion physics ks3 slide show why so long?KristieCorpus
 
Questions of speed trains and distances for aptitude tests
Questions of speed trains and distances for  aptitude testsQuestions of speed trains and distances for  aptitude tests
Questions of speed trains and distances for aptitude testsDr. Trilok Kumar Jain
 
Questions of speed trains and distances for aptitude tests
Questions of speed trains and distances for  aptitude testsQuestions of speed trains and distances for  aptitude tests
Questions of speed trains and distances for aptitude testsDr. Trilok Kumar Jain
 
My Thesis Defense Presentation
My Thesis Defense PresentationMy Thesis Defense Presentation
My Thesis Defense PresentationArwa Abougharib
 
Introduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdfIntroduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdfTulasiramKandula1
 
Slids of intellegent assignment
Slids of intellegent assignmentSlids of intellegent assignment
Slids of intellegent assignmentengrasha
 

Similar to Financial Modelling - Skyline and Luge queue time (20)

Horizontal Straight Line Motion
Horizontal Straight Line MotionHorizontal Straight Line Motion
Horizontal Straight Line Motion
 
BASIC STATISTICS AND PROBABILITY.pptx
BASIC STATISTICS AND PROBABILITY.pptxBASIC STATISTICS AND PROBABILITY.pptx
BASIC STATISTICS AND PROBABILITY.pptx
 
Design of a Multispeed Multistage Gearbox
Design of a Multispeed Multistage GearboxDesign of a Multispeed Multistage Gearbox
Design of a Multispeed Multistage Gearbox
 
Velocity time graphs , Free fall.pdf
Velocity time graphs , Free fall.pdfVelocity time graphs , Free fall.pdf
Velocity time graphs , Free fall.pdf
 
Maquinaria pesada y movimientos de tierras. Problemas de rendimiento
Maquinaria pesada y movimientos de tierras. Problemas de rendimientoMaquinaria pesada y movimientos de tierras. Problemas de rendimiento
Maquinaria pesada y movimientos de tierras. Problemas de rendimiento
 
Accelerating Dynamic Time Warping Subsequence Search with GPU
Accelerating Dynamic Time Warping Subsequence Search with GPUAccelerating Dynamic Time Warping Subsequence Search with GPU
Accelerating Dynamic Time Warping Subsequence Search with GPU
 
4. coordinate systems part 1 by-ghumare s m
4. coordinate systems part 1 by-ghumare s m4. coordinate systems part 1 by-ghumare s m
4. coordinate systems part 1 by-ghumare s m
 
Time series data mining techniques
Time series data mining techniquesTime series data mining techniques
Time series data mining techniques
 
8783733
87837338783733
8783733
 
Time distatnce
Time distatnceTime distatnce
Time distatnce
 
Intersection analysis and data collection using jamar counter
Intersection analysis and data collection using jamar counterIntersection analysis and data collection using jamar counter
Intersection analysis and data collection using jamar counter
 
MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...
MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...
MATH 6 PPT Q3 - Calculate The Speed, Area, And Surface Area Of Plane And Soli...
 
Final Thesis
Final ThesisFinal Thesis
Final Thesis
 
Motion physics ks3 slide show why so long?
Motion physics ks3 slide show why so long?Motion physics ks3 slide show why so long?
Motion physics ks3 slide show why so long?
 
Questions of speed trains and distances for aptitude tests
Questions of speed trains and distances for  aptitude testsQuestions of speed trains and distances for  aptitude tests
Questions of speed trains and distances for aptitude tests
 
Questions of speed trains and distances for aptitude tests
Questions of speed trains and distances for  aptitude testsQuestions of speed trains and distances for  aptitude tests
Questions of speed trains and distances for aptitude tests
 
My Thesis Defense Presentation
My Thesis Defense PresentationMy Thesis Defense Presentation
My Thesis Defense Presentation
 
Introduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdfIntroduction to computing Processing and performance.pdf
Introduction to computing Processing and performance.pdf
 
Slids of intellegent assignment
Slids of intellegent assignmentSlids of intellegent assignment
Slids of intellegent assignment
 
Ohanian 02
Ohanian 02Ohanian 02
Ohanian 02
 

More from Singapore Management University

More from Singapore Management University (6)

Global financial market group 1.ppt
Global financial market group 1.pptGlobal financial market group 1.ppt
Global financial market group 1.ppt
 
The case for gold prezi
The case for gold preziThe case for gold prezi
The case for gold prezi
 
Fixed income project quantitative easing
Fixed income project   quantitative easingFixed income project   quantitative easing
Fixed income project quantitative easing
 
Financial statement analysis of sing post (part 2)
Financial statement analysis of sing post (part 2)Financial statement analysis of sing post (part 2)
Financial statement analysis of sing post (part 2)
 
Cost of Capital for Midland Energy Resources Inc.
Cost of Capital for Midland Energy Resources Inc.Cost of Capital for Midland Energy Resources Inc.
Cost of Capital for Midland Energy Resources Inc.
 
Company analysis: SingPost
Company analysis: SingPostCompany analysis: SingPost
Company analysis: SingPost
 

Recently uploaded

Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure servicePooja Nehwal
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...Call Girls in Nagpur High Profile
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdfFinTech Belgium
 
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...Suhani Kapoor
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With RoomVIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Roomdivyansh0kumar0
 
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsHigh Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfGale Pooley
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Pooja Nehwal
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designsegoetzinger
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfGale Pooley
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Modelshematsharma006
 
20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdfAdnet Communications
 
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...ssifa0344
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfGale Pooley
 
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptxFinTech Belgium
 
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130  Available With RoomVIP Kolkata Call Girl Serampore 👉 8250192130  Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Roomdivyansh0kumar0
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfGale Pooley
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptxFinTech Belgium
 

Recently uploaded (20)

Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
 
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With RoomVIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
 
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsHigh Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdf
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designs
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdf
 
Andheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot ModelsAndheri Call Girls In 9825968104 Mumbai Hot Models
Andheri Call Girls In 9825968104 Mumbai Hot Models
 
20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf
 
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdf
 
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
 
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130  Available With RoomVIP Kolkata Call Girl Serampore 👉 8250192130  Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdf
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx
 
Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024
 

Financial Modelling - Skyline and Luge queue time

  • 1. FNCE 645: Financial Modelling Skyline and Luge Ng Wen Ying | Sim Siang Huat Zou Yue | Zhong Shi Yao
  • 2. Background What is the Skyline and Luge?
  • 3. Issue What issue are we modelling? Skyride Top Skyride Base Dragon Trail Jungle Trail 688m 628m New Joiners Re-joiners Issue: Long queueing time 1 Widen Track 2 Create a third trail Parameter: 1 Peak Hour: 10.30am – 12.30pm 2 Weekend
  • 4. Base Case Current situation Methodology Option 1 Trails widen Option 2 Additional Luge trail added Flowchart
  • 6. Inflow: New Joiners Simulating the number of new joiners flowing into the system Assumptions: - The inter-arrival time between visitors follows an exponential distribution - The average inter-arrival time is 0.21mins - Ushers will let a batch of new joiners in every 1.5mins Inter-arrival Time = – Average * LN (1-Rand()) Formula: Illustration: Inter-arrival Time Arrival Time Time Intervals # Time New Joiners 0 1 0 0.550853514 0.550853514 2 0.3 0.012227288 0.563080802 3 0.6 0.001761651 0.564842454 4 0.9 0.013120036 0.577962489 5 1.2 0.049912837 0.627875326 6 1.5 10 0.228993028 0.856868354 7 1.8 0.322342296 1.17921065 8 2.1 0.096762228 1.275972878 9 2.4 0.138550518 1.414523396 10 2.7 0.040588191 1.455111587 11 3.0 7 0.283460628 1.738572215 12 3.3 <1.5 COUNTIF
  • 7. J is a longer trail so the luges arrive later than D Inflow: Rejoiners Simulating the number of rejoiners flowing into the system Assumptions: - Riders’ decision to rejoin follows a Binomial distribution - The probability of rejoin is 0.6 - Interval between each luge release is 1.8mins Formula: Illustration: Rejoins from each trail = CRITBINOM (# riders finishing trails, 0.6, Rand()) # riders finishing J Rejoin from J # riders finishing D Rejoin from D 1 0 3 0 5 4 5 3 1 0 5 2 1.8mins 1.8mins Total Rejoin (t) = SUM (Rejoin frm J & D at t)
  • 8. Skyride: Queue Length Simulating the Queue Length for the Skyride Formula: Queue Length (t) Queue Length (t - 1) # Skyriders leaving (t – 1)= + -Total Inflow (t) New Joiners + Rejoiners Queue Time = Queue Length (t) Ave. # Skyriders leaving with each chairlift x Frequency of chairlift: 0.3mins Skyriders can choose to sit in groups of 1, 2, 3 or 4 on the chairlift. How to simulate??
  • 9. Skyride: Riders per Chairlift Simulating the number of skyriders on each chairlift Assumptions: - 1 Chairlift leaves every 0.3mins - Maximum no. of riders on each chairlift – 4 pax - It is equal likely for riders to board in groups of 1,2,3 or 4 - Chairlift takes 5.1mins to travel from base to peak Formula: If Queue Length < 4 RANDBETWEEN (1, Queue Length) # Skyriders leaving (t ) = If Queue Length > 4 RANDBETWEEN (1,4) # Riders arriving at peak and choosing which luge trail to take 5.1mins later… How many riders would choose Jungle trail / Dragon trail???
  • 10. Luge: Queues Length Simulating the Queue Length for the Luge Trails Assumptions: - Riders are equally likely to choose Jungle or Dragon trail - Every 0.3mins, one chairlift will carry a max of 4 to peak - Let “1” represent Jungle and “2” represent Dragon Formula: # Luge Riders Choice of 1st Rider Choice of 2nd Rider Choice of 3rd Rider Choice of 4th Rider Choose J Choose D X Those arriving on the chairlift Rider 1: IF(X>0, RANDBETWEEN(1,2),0) Rider 2: IF(X>1, RANDBETWEEN(1,2),0) Rider 3: IF(X>2, RANDBETWEEN(1,2),0) Rider 4: IF(X>3, RANDBETWEEN(1,2),0) J: Count if the choice is “1” OR D: Count if the choice is “2” # Luge Riders Arriving Choice of 1st Rdier Choice of 2nd Rdier Choice of 3rd Rdier Choice of 4th Rdier Choose Jungle Choose Dragon 0 0 0 0 0 0 0 4 1 2 1 1 3 1 2 2 2 0 0 0 2 2 1 1 0 0 2 0 Illustration:
  • 11. Formula: Queue Length for J (t) Queue Length for J (t - 1) # riders released (t – 1) = + -# Riders Chose J (t) Luge: Queues Length (ctd’) Simulating the Queue Length for the Luge Trails # Luge Riders Arriving Choice of 1st Rdier Choice of 2nd Rdier Choice of 3rd Rdier Choice of 4th Rdier Choose Jungle Choose Dragon 0 0 0 0 0 0 0 4 1 2 1 1 3 1 2 2 2 0 0 0 2 2 1 1 0 0 2 0 Max 5 Riders will be released in batches every 1.8mins, may be less than 5… How to simulate??
  • 12. Outflow: Leave/Rejoin Simulating the Queue Length for the Skyride Same as Rejoiner at Inflow Cycle REPEATS (for 2-hours worth of data) # riders finishing J Rejoin from J # riders finishing D Rejoin from D 1 0 3 0 5 4 5 3 1 0 5 2 1.8mins 1.8mins Recall: If there are less than 5 people in the queue, all the people will be released. If there are more than 5 people, a max of 5 will be released Assumptions: - A max of 5 riders will be released every 1.8mins
  • 13. Base Case Results What is the average queue time now? Average Queue Time 41.5 mins 38.82 1 2 3 4 5 6 7 8 9 10 1 39.48 43.44 39.06 37.53 43.95 49.77 37.2 35.94 44.61 46.68 2 47.28 37.83 38.4 46.98 37.89 38.04 39.48 45.48 35.22 42.72 3 42 45.39 42 37.41 37.26 38.34 40.17 40.65 40.14 44.67 4 39.42 37.17 44.1 40.77 45.54 40.86 44.16 40.86 40.77 41.13 5 42.93 45.03 42.87 42.24 37.47 39.69 46.53 47.19 46.77 37.89 6 40.44 38.25 40.2 38.4 40.71 42.48 42.3 38.25 39.84 41.73 7 45.48 41.73 41.43 42.57 40.86 40.35 44.73 44.01 42.66 35.52 8 45.45 37.32 43.23 43.8 40.56 39 40.65 46.56 46.05 41.73 9 38.55 43.53 40.56 44.19 46.47 38.13 36.45 42.87 47.67 43.29 10 39.69 42.51 40.92 40.5 47.79 39.54 34.44 41.28 36.96 35.73 Total Queue Time Skyride’s Queue Time= + MAX( Queue time for J, D)
  • 15. Option 1 Results What is the average queue time if we expand the trails? If there are less than 6 people in the queue, all the people will be released. Changed Assumption: - A max of 6 riders will be released every 1.8mins If there are more than 6 people, a max of 6 will be released 1 2 Average Queue Time 28.4 mins 26.1 1 2 3 4 5 6 7 8 9 10 1 28.4 26.7 33.1 32.9 24.6 25.9 33.7 27.6 28.5 26.5 2 28 26.5 28.6 25.4 30.7 34.8 29 26.3 26.7 24.6 3 27.5 30.6 30.6 23.85 21.1 31.5 32.8 28.3 24.5 25.7 4 25.8 32.2 27.5 28.5 24.9 27.7 29.2 28.5 31.4 28.5 5 28.2 23.9 27 33.8 28.9 26 27.7 30.1 27.5 26.1 6 29.1 27.2 37.2 30.4 32.3 28.4 32.2 25.5 25.05 27.9 7 26.1 28.4 31.8 29 25 33.1 33.8 35.4 23.7 25.3 8 26.7 30.7 27.4 25.4 28.7 28.6 29 29.6 27.4 36.1 9 31.8 28.9 28.4 25.4 29.5 29 24 22.5 35.4 27 10 26 28.4 35.8 29.9 25.6 19.2 28.7 27.8 32 24.7
  • 16. Option 2Build an additional luge trail
  • 17. Option 2 Results What is the average queue time if we add one more trail? Changed Assumption: New Joiners Rejoiners Skyride Queue Jungle Queue Dragon Queue Leaves Rejoin Leaves Exponential Distribution Uniformly Distributed 33% 40% 60% 60% 40% # Riders / Chair 33% Inflow Skyride Luge rides Outflow Rainbow Queue33% 60% Average Queue Time 17.9 mins 17.9 1 2 3 4 5 6 7 8 9 10 1 18.6 15.84 17.06 19.06 15.58 13.12 21.94 16.2 18.82 17.64 2 23.5 12.8 15.48 20.66 17.12 19.12 12.86 15.94 17.28 15.84 3 18.3 19.28 10.34 14.6 16.14 17.68 19.18 25.76 15.22 25.4 4 24.64 20.76 20 17.32 18.14 13.78 14.04 17.94 15.84 15.48 5 19.14 14.2 15.28 14.2 13.58 15.58 21.28 15.78 21.12 20.52 6 19.44 20.9 14.86 22.32 20.36 17.16 16.86 21.44 22.72 15.28 7 … … … … …. …. …. …. …. ….
  • 18. Overall Results Sensitivity Analysis and Summary of all Results 10 12 14 16 18 20 1.2 2.2 3.2 4.2 5.2 Ave.QueueTime Luge Time Sensitivity AnalysisOption 2 – Sensitivity Analysis - Additional trail Long or Short? - Long trail = takes a longer time to travel down to base “Luge Time” - CONCLUSION: The length of the additional trail has little effect on the queue time Scenario Average Queue Time (mins) % Improvement Base Case 41.5 NA Enlarged Trails 28.4 32% Additional Trail – Shorter trail 17.9 57% Additional Trail – Longer tail 18.5 55% - Both options are effective in enhancing the queue time - An additional trail is more effective - A short or a long trail does not alter the results much - Considering that a longer trail would cost more to construct, our suggestion to the management is to build an additional shorter trail to improve the queue time. Conclusion:
  • 19. Excel Demonstration Ng Wen Ying | Sim Siang Huat Zou Yue | Zhong Shi Yao
  • 20. New Joiners Rejoiners Skyride Queue Jungle Queue Dragon Queue Leaves Rejoin Leaves Exponential Distribution Uniformly Distributed 33% 40% 60% 60% 40% # Riders / Chair 33% Inflow Skyride Luge rides Outflow Rainbow Queue 33% 60%