SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
Prominent Streak Discovery in Sequence Data
Xiao Jiang , Chengkai Li , Ping Luo , Min Wang , Yong Yu
(1 Shanghai Jiao Tong University; 2 The University of Texas at Arlington; 3 HP Labs China)
1. Motivation
Prominent streaks stated in news articles:
• This month the Chinese capital has experienced 10 days with a
maximum temperature in around 35 degrees Celsius – the most for the
month of July in a decade.
• The Nikkei 225 closed below 10000 for the 12th consecutive week,
the longest such streak since June 2009.
• He (LeBron James) scored 35 or more points in nine consecutive
games and joined Michael Jordan and Kobe Bryant as the only players
since 1970 to accomplish the feat.
2. Problem Formulation
In a sequence of values, a streak <[l, r], v> is the triple of left-end,
right-end, and the minimum value in the interval. E.g.
3 1 7 7 2 5 4 6 7 3
<[6, 8], 4>
We define the Dominance Relationship:
Streak dominates streak iff
or
Prominent streaks are streaks that are not dominated by others.
Task 1: given a data sequence, compute the prominent streaks. E.g.
6. Experiments
Skyline Operation
4. Local Prominent Streak
Streak dominates streak locally iff
s1 dominates s2 and
Local prominent streaks (LPS) are streaks that are not locally
dominated by others.
Property 1: prominent streaks are also LPS
Property 2: the number of LPS is less than or equal to sequence length
Conclusion: LPS is a good set of candidate streaks
Monitoring:
Real-world data sequence often grows, with newly appended values.
Task 2: keep the prominent streaks up-to-date
1. Maintain a list of streaks when scanning the sequence rightward.
2. After scanning the kth value, right-ends of streaks in the list are all k.
3. When scanning (k+1)-th value, try to extend the streaks rightward.
4. After scanning the last value, all the streaks in the list are LPS.
3.1 Streaks whose v is less than (k+1)-th value should be extended.
3.2 Only the longest streak of the rest should be extended.
3.3 The streaks whose v is greater than (k+1)-th value are LPS.
7. Interesting Prominent Streaks
Traffic count of Wikipedia page of Lady Gaga (Wiki2)
• more than half of the prominent streaks are around
Sep. 12th (VMA 2010)
• at least 2000 traffic hourly lasting for almost 4 days
3. Solution Framework
Data Value Sequence
Candidate Streaks
Prominent Streaks
5. Linear LPS Method
As the streaks share the same right-end, the minimum values are
increasing if the streaks are listed in the increasing order of left-ends.
Figure below: l-v plot for the above example.
Real-world datasets, sequence length from thousands to millions.
A variety of application scenarios, including meteorology, finance,
network traffic.
Data sets Length #PS Baseline(ms) LLPS(ms)
Gold 1074 137 78 9
River 1400 93 78 3
Melb1 3650 55 390 12
Melb2 3650 58 387 15
Wiki1 4896 58 711 15
Wiki2 4896 51 711 15
Wiki3 4896 118 689 16
SP500 10136 497 4717 21
HPQ 12109 232 6099 18
IBM 12109 198 5079 22
AOL 132480 127 446622 78
WC98 7603201 286 >1 hour 3404
A closer look at SP500 (S&P 500 index, 06/1960-06/2000)
Monitoring prominent streaks of AOL and WC98:
Melbourne daily min/max temperature between 1981 and 1990
(Melb1 & Melb2)
•more than 2000 days with min temperature above zero
•6 days: the longest streak above 35 degrees Celsius
Cumulative Execution Time at Various
Positions, for Different Reporting frequencies
Total Execution Time by Reporting
Frequencies
1 2 3 3 1
1 2 3

Weitere ähnliche Inhalte

Mehr von The Innovative Data Intelligence Research (IDIR) Laboratory, University of Texas at Arlington

Incremental Discovery of Prominent Situational Facts
Incremental Discovery of Prominent Situational FactsIncremental Discovery of Prominent Situational Facts
Towards a Query-by-Example System for Knowledge Graphs
Towards a Query-by-Example System for Knowledge GraphsTowards a Query-by-Example System for Knowledge Graphs
Crowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
Crowdsourcing Pareto-Optimal Object Finding by Pairwise ComparisonsCrowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
Crowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
The Innovative Data Intelligence Research (IDIR) Laboratory, University of Texas at Arlington
 
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
The Innovative Data Intelligence Research (IDIR) Laboratory, University of Texas at Arlington
 

Mehr von The Innovative Data Intelligence Research (IDIR) Laboratory, University of Texas at Arlington (19)

On Skyline Groups
On Skyline GroupsOn Skyline Groups
On Skyline Groups
 
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScout
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutAnything You Can Do, I Can Do Better: Finding Expert Teams by CrewScout
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScout
 
Incremental Discovery of Prominent Situational Facts
Incremental Discovery of Prominent Situational FactsIncremental Discovery of Prominent Situational Facts
Incremental Discovery of Prominent Situational Facts
 
Towards a Query-by-Example System for Knowledge Graphs
Towards a Query-by-Example System for Knowledge GraphsTowards a Query-by-Example System for Knowledge Graphs
Towards a Query-by-Example System for Knowledge Graphs
 
Data In, Fact Out: Automated Monitoring of Facts by FactWatcher
Data In, Fact Out: Automated Monitoring of Facts by FactWatcherData In, Fact Out: Automated Monitoring of Facts by FactWatcher
Data In, Fact Out: Automated Monitoring of Facts by FactWatcher
 
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...
Anything You Can Do, I Can Do Better: Finding Expert Teams by CrewScoutCrewsc...
 
VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...
VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...
VIIQ: Auto-suggestion Enabled Visual Interface for Interactive Graph Query Fo...
 
Crowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
Crowdsourcing Pareto-Optimal Object Finding by Pairwise ComparisonsCrowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
Crowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons
 
Generating Preview Tables for Entity Graphs
Generating Preview Tables for Entity GraphsGenerating Preview Tables for Entity Graphs
Generating Preview Tables for Entity Graphs
 
Comparing Automated Factual Claim Detection Against Judgments of Journalism O...
Comparing Automated Factual Claim Detection Against Judgments of Journalism O...Comparing Automated Factual Claim Detection Against Judgments of Journalism O...
Comparing Automated Factual Claim Detection Against Judgments of Journalism O...
 
ClaimBuster: The First-ever End-to-end Fact-checking System
ClaimBuster: The First-ever End-to-end Fact-checking SystemClaimBuster: The First-ever End-to-end Fact-checking System
ClaimBuster: The First-ever End-to-end Fact-checking System
 
Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...
Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...
Toward Automated Fact-Checking: Detecting Check-worthy Factual Claims by Clai...
 
TableView: A Visual Interface for Generating Preview Tables of Entity Graphs
TableView: A Visual Interface for Generating Preview Tables of Entity GraphsTableView: A Visual Interface for Generating Preview Tables of Entity Graphs
TableView: A Visual Interface for Generating Preview Tables of Entity Graphs
 
Maverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge GraphsMaverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge Graphs
 
An Empirical Study on Identifying Sentences with Salient Factual Statements
An Empirical Study on Identifying Sentences with Salient Factual StatementsAn Empirical Study on Identifying Sentences with Salient Factual Statements
An Empirical Study on Identifying Sentences with Salient Factual Statements
 
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
Continuous Monitoring of Pareto Frontiers on Partially Ordered Attributes for...
 
Maverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge GraphsMaverick: Discovering Exceptional Facts from Knowledge Graphs
Maverick: Discovering Exceptional Facts from Knowledge Graphs
 
Modeling Factual Claims with Frames
Modeling Factual Claims with FramesModeling Factual Claims with Frames
Modeling Factual Claims with Frames
 
ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...
ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...
ClaimPortal: Integrated Monitoring, Searching, Checking, and Analytics of Fac...
 

Kürzlich hochgeladen

Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 

Kürzlich hochgeladen (20)

Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 

Prominent Streak Discovery in Sequence Data

  • 1. Prominent Streak Discovery in Sequence Data Xiao Jiang , Chengkai Li , Ping Luo , Min Wang , Yong Yu (1 Shanghai Jiao Tong University; 2 The University of Texas at Arlington; 3 HP Labs China) 1. Motivation Prominent streaks stated in news articles: • This month the Chinese capital has experienced 10 days with a maximum temperature in around 35 degrees Celsius – the most for the month of July in a decade. • The Nikkei 225 closed below 10000 for the 12th consecutive week, the longest such streak since June 2009. • He (LeBron James) scored 35 or more points in nine consecutive games and joined Michael Jordan and Kobe Bryant as the only players since 1970 to accomplish the feat. 2. Problem Formulation In a sequence of values, a streak <[l, r], v> is the triple of left-end, right-end, and the minimum value in the interval. E.g. 3 1 7 7 2 5 4 6 7 3 <[6, 8], 4> We define the Dominance Relationship: Streak dominates streak iff or Prominent streaks are streaks that are not dominated by others. Task 1: given a data sequence, compute the prominent streaks. E.g. 6. Experiments Skyline Operation 4. Local Prominent Streak Streak dominates streak locally iff s1 dominates s2 and Local prominent streaks (LPS) are streaks that are not locally dominated by others. Property 1: prominent streaks are also LPS Property 2: the number of LPS is less than or equal to sequence length Conclusion: LPS is a good set of candidate streaks Monitoring: Real-world data sequence often grows, with newly appended values. Task 2: keep the prominent streaks up-to-date 1. Maintain a list of streaks when scanning the sequence rightward. 2. After scanning the kth value, right-ends of streaks in the list are all k. 3. When scanning (k+1)-th value, try to extend the streaks rightward. 4. After scanning the last value, all the streaks in the list are LPS. 3.1 Streaks whose v is less than (k+1)-th value should be extended. 3.2 Only the longest streak of the rest should be extended. 3.3 The streaks whose v is greater than (k+1)-th value are LPS. 7. Interesting Prominent Streaks Traffic count of Wikipedia page of Lady Gaga (Wiki2) • more than half of the prominent streaks are around Sep. 12th (VMA 2010) • at least 2000 traffic hourly lasting for almost 4 days 3. Solution Framework Data Value Sequence Candidate Streaks Prominent Streaks 5. Linear LPS Method As the streaks share the same right-end, the minimum values are increasing if the streaks are listed in the increasing order of left-ends. Figure below: l-v plot for the above example. Real-world datasets, sequence length from thousands to millions. A variety of application scenarios, including meteorology, finance, network traffic. Data sets Length #PS Baseline(ms) LLPS(ms) Gold 1074 137 78 9 River 1400 93 78 3 Melb1 3650 55 390 12 Melb2 3650 58 387 15 Wiki1 4896 58 711 15 Wiki2 4896 51 711 15 Wiki3 4896 118 689 16 SP500 10136 497 4717 21 HPQ 12109 232 6099 18 IBM 12109 198 5079 22 AOL 132480 127 446622 78 WC98 7603201 286 >1 hour 3404 A closer look at SP500 (S&P 500 index, 06/1960-06/2000) Monitoring prominent streaks of AOL and WC98: Melbourne daily min/max temperature between 1981 and 1990 (Melb1 & Melb2) •more than 2000 days with min temperature above zero •6 days: the longest streak above 35 degrees Celsius Cumulative Execution Time at Various Positions, for Different Reporting frequencies Total Execution Time by Reporting Frequencies 1 2 3 3 1 1 2 3