Grouped time-series forecasting: Application to regional infant mortality counts

Size: px
Start display at page:

Download "Grouped time-series forecasting: Application to regional infant mortality counts"

Transcription

1 Grouped time-series forecasting: Application to regional infant mortality counts Han Lin Shang and Peter W. F. Smith University of Southampton

2 Motivation 1 Multiple time series can be disaggregated by hierarchical/grouped structure

3 Motivation 1 Multiple time series can be disaggregated by hierarchical/grouped structure 2 Hyndman, Ahmed, Athanasopoulos and Shang (2010, CSDA) considered four hierarchical methods, but did not consider the construction of prediction interval for hierarchical/grouped time series

4 Motivation 1 Multiple time series can be disaggregated by hierarchical/grouped structure 2 Hyndman, Ahmed, Athanasopoulos and Shang (2010, CSDA) considered four hierarchical methods, but did not consider the construction of prediction interval for hierarchical/grouped time series 3 Present a parametric bootstrap method to construct prediction interval

5 Motivation 1 Multiple time series can be disaggregated by hierarchical/grouped structure 2 Hyndman, Ahmed, Athanasopoulos and Shang (2010, CSDA) considered four hierarchical methods, but did not consider the construction of prediction interval for hierarchical/grouped time series 3 Present a parametric bootstrap method to construct prediction interval 4 Apply to infant mortality forecasting

6 Data Consider regional infant mortality counts from 1933 to 2003, available in the hts package Darwin Northern Territory Queensland Western Australia Perth South Australia New South Wales Brisbane Australia Sydney Canberra Melbourne Capital Territory Adelaide Victoria Tasmania Hobart

7 Data 1 Hierarchical structure is expressed below Level Number of series Australia 1 Gender 2 State 8 Gender State 16 Total 27 2 Since multiple time series can be disaggregated by state first or gender first, our data are called grouped time series 3 Forecast regional infant mortality count from 2004 to 2013

8 Hierarchical tree Total Male Female VIC NSW QLD SA WA ACT NT TAS VIC NSW QLD SA WA ACT NT TAS Figure: A two level hierarchical tree diagram.

9 Bottom-up method 1 Generate base (or independent) forecasts for each series at the bottom level

10 Bottom-up method 1 Generate base (or independent) forecasts for each series at the bottom level 2 Aggregate these upwards to produce revised forecasts

11 Bottom-up method 1 Generate base (or independent) forecasts for each series at the bottom level 2 Aggregate these upwards to produce revised forecasts 3 E.g., ȲMale,h = Ȳ Male,h VIC Ȳ NT Male,h, Ȳ Total,h = ȲMale,h + ȲFemale,h, where h represents horizon

12 Bottom-up method 1 Generate base (or independent) forecasts for each series at the bottom level 2 Aggregate these upwards to produce revised forecasts 3 E.g., ȲMale,h = Ȳ Male,h VIC Ȳ NT Male,h, Ȳ Total,h = ȲMale,h + ȲFemale,h, where h represents horizon 4 Base forecasts = Revised forecasts

13 Bottom-up in action Level 0 Level 2 total nsw wa vic qld sa nt actot tas Level 1 Level 3 female nsw_f nsw_m male vic_f vic_m qld_f qld_m sa_f sa_m wa_f nt_f actot_f tas_f wa_m nt_m actot_m tas_m

14 Point forecast accuracy: data design 1 For series in the bottom level, select optimal exponential smoothing model based on information criterion, such as AIC (by defualt) or BIC

15 Point forecast accuracy: data design 1 For series in the bottom level, select optimal exponential smoothing model based on information criterion, such as AIC (by defualt) or BIC 2 Re-estimate the parameters of model using a rolling window approach, with the initial fitting period (1933 to 1993)

16 Point forecast accuracy: data design 1 For series in the bottom level, select optimal exponential smoothing model based on information criterion, such as AIC (by defualt) or BIC 2 Re-estimate the parameters of model using a rolling window approach, with the initial fitting period (1933 to 1993) 3 Forecasts are produced for one- to ten-step-ahead

17 Point forecast accuracy: data design 1 For series in the bottom level, select optimal exponential smoothing model based on information criterion, such as AIC (by defualt) or BIC 2 Re-estimate the parameters of model using a rolling window approach, with the initial fitting period (1933 to 1993) 3 Forecasts are produced for one- to ten-step-ahead 4 Iterate the process, by increasing the sample size of training period by one year until 2003

18 Point forecast accuracy: data design 1 For series in the bottom level, select optimal exponential smoothing model based on information criterion, such as AIC (by defualt) or BIC 2 Re-estimate the parameters of model using a rolling window approach, with the initial fitting period (1933 to 1993) 3 Forecasts are produced for one- to ten-step-ahead 4 Iterate the process, by increasing the sample size of training period by one year until This gives us 10 one-step-ahead forecasts, 9 two-step-ahead forecasts,..., and 1 ten-step-ahead forecast

19 Point forecast accuracy: data design 1 For series in the bottom level, select optimal exponential smoothing model based on information criterion, such as AIC (by defualt) or BIC 2 Re-estimate the parameters of model using a rolling window approach, with the initial fitting period (1933 to 1993) 3 Forecasts are produced for one- to ten-step-ahead 4 Iterate the process, by increasing the sample size of training period by one year until This gives us 10 one-step-ahead forecasts, 9 two-step-ahead forecasts,..., and 1 ten-step-ahead forecast 6 The advantage of rolling window approach is to assess forecast accuracy for each horizon

20 Point forecast accuracy: evaluation To compare point forecast accuracy between the base and bottom-up forecasts for all series, calculate mean absolute percentage error, MAPE h = n+(10 h) 1 (11 h) m i=n m j=1 Y t+h,j Ŷt+h,j Y t+h,j where m represents the total number of time series in the hierarchy, and h = 1, 2,..., 10,

21 Point forecast result Level 0 Level 1 Level 2 Level 3 Base BU Base BU Base BU Base BU Mean Bottom-up method outperforms the independent (base) forecasts (without group structure) at the top two levels, not the state level

22 Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty

23 Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty 2 Proposed method fits within the framework of parametric bootstrapping

24 Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty 2 Proposed method fits within the framework of parametric bootstrapping 3 Draw bootstrap samples from the fitted exponential smoothing model for each series at the bottom level

25 Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty 2 Proposed method fits within the framework of parametric bootstrapping 3 Draw bootstrap samples from the fitted exponential smoothing model for each series at the bottom level 4 For each bootstrap sample, we construct group structure and obtain point forecasts

26 Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty 2 Proposed method fits within the framework of parametric bootstrapping 3 Draw bootstrap samples from the fitted exponential smoothing model for each series at the bottom level 4 For each bootstrap sample, we construct group structure and obtain point forecasts 5 Based on bootstrapped forecasts, we assess the variability of point forecasts by constructing prediction interval

27 Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty 2 Proposed method fits within the framework of parametric bootstrapping 3 Draw bootstrap samples from the fitted exponential smoothing model for each series at the bottom level 4 For each bootstrap sample, we construct group structure and obtain point forecasts 5 Based on bootstrapped forecasts, we assess the variability of point forecasts by constructing prediction interval 6 Computationally, the simulate.ets function in the forecast package was used

28 Demonstration of interval forecasts Present 80% pointwise prediction interval of the regional infant mortality counts from 2004 to 2013 at the top two levels Count Total Count Male Female Year Year (a) Level 0 (b) Level 1 Infant mortality counts will continue to decrease in future. The variability of male forecasts is higher than female ones

29 Interval forecast accuracy 1 Given a sample path [Y 1,..., Y n ] where Y t is a column vector of values across the entire hierarchy, we constructed the h-step-ahead interval forecasts

30 Interval forecast accuracy 1 Given a sample path [Y 1,..., Y n ] where Y t is a column vector of values across the entire hierarchy, we constructed the h-step-ahead interval forecasts 2 Let L n+h n (p) and U n+h n (p) be the lower and upper bounds, where p symbolizes the nominal coverage probability

31 Interval forecast accuracy 1 Given a sample path [Y 1,..., Y n ] where Y t is a column vector of values across the entire hierarchy, we constructed the h-step-ahead interval forecasts 2 Let L n+h n (p) and U n+h n (p) be the lower and upper bounds, where p symbolizes the nominal coverage probability 3 Conditioning on holdout data, the indicator variable is { 1 if Yn+h,j [L I n+h,j = n+h n,j (p), U n+h n,j (p)] 0 if Y n+h,j / [L n+h n,j (p), U n+h n,j (p)] j = 1,..., m

32 Empirical coverage probability Empirical coverage probability (ECP) is defined as ECP h = 1 n+(10 h) m l=n j=1 I l+h,j, h = 1,..., 10 m (11 h) h ECP Table: Empirical coverage probability at nominal of 0.8

33 Hypothesis testing: interval forecast accuracy 1 To test if the ECP differs from the nominal coverage probability, we performed log likelihood-ratio test statistics (see Christoffersen 1998, for more details)

34 Hypothesis testing: interval forecast accuracy 1 To test if the ECP differs from the nominal coverage probability, we performed log likelihood-ratio test statistics (see Christoffersen 1998, for more details) 2 Christoffersen (1998) proposed a test for unconditional coverage, a test for independence of indicator sequence, and a joint test of conditional coverage and independence

35 Hypothesis testing: interval forecast accuracy 1 To test if the ECP differs from the nominal coverage probability, we performed log likelihood-ratio test statistics (see Christoffersen 1998, for more details) 2 Christoffersen (1998) proposed a test for unconditional coverage, a test for independence of indicator sequence, and a joint test of conditional coverage and independence 3 At the nominal coverage probability of 0.8, log likelihood-ratio are h LR Table: Critical value is 5.99 at 95% level of significance

36 Hypothesis testing: interval forecast accuracy 1 To test if the ECP differs from the nominal coverage probability, we performed log likelihood-ratio test statistics (see Christoffersen 1998, for more details) 2 Christoffersen (1998) proposed a test for unconditional coverage, a test for independence of indicator sequence, and a joint test of conditional coverage and independence 3 At the nominal coverage probability of 0.8, log likelihood-ratio are h LR Table: Critical value is 5.99 at 95% level of significance 4 At 95% level of significance, only 1 in 10 is greater than critical value

37 Conclusion 1 Revisited the bottom-up method

38 Conclusion 1 Revisited the bottom-up method 2 Applied it to the regional infant mortality count in Australia

39 Conclusion 1 Revisited the bottom-up method 2 Applied it to the regional infant mortality count in Australia 3 Performed evaluation of point forecast accuracy

40 Conclusion 1 Revisited the bottom-up method 2 Applied it to the regional infant mortality count in Australia 3 Performed evaluation of point forecast accuracy 4 Proposed a parametric bootstrap method to construct prediction interval

41 Conclusion 1 Revisited the bottom-up method 2 Applied it to the regional infant mortality count in Australia 3 Performed evaluation of point forecast accuracy 4 Proposed a parametric bootstrap method to construct prediction interval 5 Performed evaluation of interval forecast accuracy

42 Conclusion 1 Revisited the bottom-up method 2 Applied it to the regional infant mortality count in Australia 3 Performed evaluation of point forecast accuracy 4 Proposed a parametric bootstrap method to construct prediction interval 5 Performed evaluation of interval forecast accuracy 6 Carried out hypothesis testing of interval forecast accuracy

43 Future research 1 Parametric bootstrapping is expected to work for other hierarchical/grouped time series forecasting method, such as top-down methods

44 Future research 1 Parametric bootstrapping is expected to work for other hierarchical/grouped time series forecasting method, such as top-down methods 2 Modeling age-specific mortality counts hierarchically and coherently

45 Future research 1 Parametric bootstrapping is expected to work for other hierarchical/grouped time series forecasting method, such as top-down methods 2 Modeling age-specific mortality counts hierarchically and coherently 3 Extension from mortality count to mortality rate

46 Thank you A draft is available upon request from H.Shang@soton.ac.uk

Forecasting hierarchical (and grouped) time series

Forecasting hierarchical (and grouped) time series George Athanasopoulos (with Rob J. Hyndman, Nikos Kourentzes and Fotis Petropoulos) Forecasting hierarchical (and grouped) time series Total A B C AA AB AC BA BB BC CA CB CC 1 Outline 1 Hierarchical and

More information

Time series can often be naturally disaggregated

Time series can often be naturally disaggregated Optimally Reconciling Forecasts in a Hierarchy Rob J. Hyndman and George Athanasopoulos Preview We know that when forecasting the product hierarchy, reconciliation is invariably needed to make the sum

More information

142 HAIL CLIMATOLOGY OF AUSTRALIA BASED ON LIGHTNING AND REANALYSIS

142 HAIL CLIMATOLOGY OF AUSTRALIA BASED ON LIGHTNING AND REANALYSIS 142 HAIL CLIMATOLOGY OF AUSTRALIA BASED ON LIGHTNING AND REANALYSIS Christopher N. Bednarczyk* Peter J. Sousounis AIR Worldwide Corporation, Boston, MA 1. INTRODUCTION * The highly uneven distribution

More information

Strata Scheme Size by State and Territory

Strata Scheme Size by State and Territory Strata Scheme Size by State and Territory Supplementary Material for the Australian National Strata Data Report 2018 Strata Scheme Size by State and Territory Authored by Hazel Easthope, Laurence Troy

More information

BUILDING WATER SERVICES A Seminar to look beyond minimum standards Perth, Western Australia 28 February 2018

BUILDING WATER SERVICES A Seminar to look beyond minimum standards Perth, Western Australia 28 February 2018 BUILDING WATER SERVICES A Seminar to look beyond minimum standards Perth, Western Australia 28 February 2018 3 of 3 - Copy of Slides provided by Third Speaker: Guest Speaker: Colin Kirkland Air Valve Product

More information

Optimal combination forecasts for hierarchical time series

Optimal combination forecasts for hierarchical time series Optimal combination forecasts for hierarchical time series Rob J. Hyndman Roman A. Ahmed Department of Econometrics and Business Statistics Outline 1 Review of hierarchical forecasting 2 3 Simulation study

More information

AFAC 2006 page 536. Climate-Change Impacts on fire-weather in SE Australia Kevin Hennessy, Principal Research Scientist, CSIRO

AFAC 2006 page 536. Climate-Change Impacts on fire-weather in SE Australia Kevin Hennessy, Principal Research Scientist, CSIRO AFAC 2006 page 536 Climate-Change Impacts on fire-weather in SE Australia Kevin Hennessy, Principal Research Scientist, CSIRO AFAC 2006 page 537 Climate change impacts on fire-weather risk in south-east

More information

VOLUME 27, ARTICLE 21, PAGES PUBLISHED 9 NOVEMBER DOI: /DemRes

VOLUME 27, ARTICLE 21, PAGES PUBLISHED 9 NOVEMBER DOI: /DemRes Demographic Research a free, expedited, online journal of peer-reviewed research and commentary in the population sciences published by the Max Planck Institute for Demographic Research Konrad-Zuse Str.

More information

Case Study: Australia. LI: To understand urbanisation issues and management strategies in Australia

Case Study: Australia. LI: To understand urbanisation issues and management strategies in Australia Case Study: Australia LI: To understand urbanisation issues and management strategies in Australia Warm Up Match the place names to the map: Urbanisation In 1910, fewer than 40% of Australians lived in

More information

Fast computation of reconciled forecasts for hierarchical and grouped time series

Fast computation of reconciled forecasts for hierarchical and grouped time series ISSN 1440-771X Department of Econometrics and Business Statistics http://wwwbusecomonasheduau/depts/ebs/pubs/wpapers/ Fast computation of reconciled forecasts for hierarchical and grouped time series Rob

More information

Forecasting in Hierarchical Models

Forecasting in Hierarchical Models Forecasting in Hierarchical Models Lucy Morgan Supervisor: Nikolaos Kourentzes 20 th February 2015 Introduction Forecasting is the process of making statements about events whose actual outcomes (typically)

More information

Fast computation of reconciled forecasts in hierarchical and grouped time series

Fast computation of reconciled forecasts in hierarchical and grouped time series Rob J Hyndman Fast computation of reconciled forecasts in hierarchical and grouped time series Total A B C AX AY AZ BX BY BZ CX CY CZ 1 Outline 1 Optimally reconciled forecasts 2 Fast computation 3 hts

More information

Modelling and Forecasting Australian Domestic Tourism

Modelling and Forecasting Australian Domestic Tourism Modelling and Forecasting Australian Domestic Tourism George Athanasopoulos & Rob Hyndman Outline Background 1 Background 2 Data 3 Regression models 4 Exponential smoothing via innovations state space

More information

Sub-seasonal variability & prediction:

Sub-seasonal variability & prediction: Sub-seasonal variability & prediction: Exploring the reliability of forecasts at the weather-climate interface Harvey Stern, School of Earth Sciences, University of Melbourne 1 Conclusion The absence of

More information

ftsa: An R Package for Analyzing Functional Time Series by Han Lin Shang

ftsa: An R Package for Analyzing Functional Time Series by Han Lin Shang CONTRIBUTED RESEARCH ARTICLES 64 ftsa: An R Package for Analyzing Functional Time Series by Han Lin Shang Abstract Recent advances in computer recording and storing technology have tremendously increased

More information

WIND INTEGRATION IN ELECTRICITY GRIDS WORK PACKAGE 3: SIMULATION USING HISTORICAL WIND DATA

WIND INTEGRATION IN ELECTRICITY GRIDS WORK PACKAGE 3: SIMULATION USING HISTORICAL WIND DATA WIND INTEGRATION IN ELECTRICITY GRIDS WORK PACKAGE 3: SIMULATION USING PREPARED BY: Strategy and Economics DATE: 18 January 2012 FINAL Australian Energy Market Operator Ltd ABN 94 072 010 327 www.aemo.com.au

More information

An examination of accident compensation claims during natural hazard events. Rosi Winn, Alice Huston & Catherine Weston

An examination of accident compensation claims during natural hazard events. Rosi Winn, Alice Huston & Catherine Weston An examination of accident compensation claims during natural hazard events Rosi Winn, Alice Huston & Catherine Weston Flood claims could climb as high as $6b SMH 25/1/11 Victoria on heat alert The Australian

More information

Forecast UPC-Level FMCG Demand, Part III: Grouped Reconciliation

Forecast UPC-Level FMCG Demand, Part III: Grouped Reconciliation 2016 IEEE International Conference on Big Data (Big Data) Forecast UPC-Level FMCG Demand, Part III: Grouped Reconciliation Dazhi Yang, Gary S. W. Goh, Siwei Jiang and Allan N. Zhang Singapore Institute

More information

RESERVE LEVEL DECLARATION GUIDELINES

RESERVE LEVEL DECLARATION GUIDELINES RESERVE LEVEL DECLARATION GUIDELINES PREPARED BY: AEMO Operations DOCUMENT REF: RLDG-V2.1-FINAL VERSION: 2.1 EFFECTIVE DATE: 12 December 2018 STATUS: FINAL Approved for distribution and use by: APPROVED

More information

Using Temporal Hierarchies to Predict Tourism Demand

Using Temporal Hierarchies to Predict Tourism Demand Using Temporal Hierarchies to Predict Tourism Demand International Symposium on Forecasting 29 th June 2015 Nikolaos Kourentzes Lancaster University George Athanasopoulos Monash University n.kourentzes@lancaster.ac.uk

More information

Forecasting: principles and practice. Rob J Hyndman 4 Hierarchical forecasting

Forecasting: principles and practice. Rob J Hyndman 4 Hierarchical forecasting Forecasting: principles and practice Rob J Hyndman 4 Hierarchical forecasting 1 Outline 1 Hierarchical and grouped time series 2 Optimal forecast reconciliation 3 hts package for R 4 Application: Australian

More information

Optimal forecast reconciliation for hierarchical and grouped time series through trace minimization

Optimal forecast reconciliation for hierarchical and grouped time series through trace minimization ISSN 1440-771X Department of Econometrics and Business Statistics http://business.monash.edu/econometrics-and-businessstatistics/research/publications Optimal forecast reconciliation for hierarchical and

More information

Optimal forecast reconciliation for hierarchical and grouped time series through trace minimization

Optimal forecast reconciliation for hierarchical and grouped time series through trace minimization Optimal forecast reconciliation for hierarchical and grouped time series through trace minimization Shanika L Wickramasuriya Department of Econometrics and Business Statistics, Monash University, VIC 3800,

More information

Estimation of extreme value dependence: application to Australian spot electricity prices. Nadezda Frolova

Estimation of extreme value dependence: application to Australian spot electricity prices. Nadezda Frolova Estimation of extreme value dependence: application to Australian spot electricity prices by Nadezda Frolova A thesis submitted in partial fulfillment of the requirements for the degree of Masters of Science

More information

World Geography Unit 14 Suggested Dates Australia and the Pacific Realm 1 week 6 th 6 weeks. in the Pacific Realm?

World Geography Unit 14 Suggested Dates Australia and the Pacific Realm 1 week 6 th 6 weeks. in the Pacific Realm? World Geography Unit 14 Title Suggested Dates Australia and the Pacific Realm 1 week 6 th 6 weeks Big Idea/Enduring Understanding The components of culture affect the way people live and shape the characteristics

More information

Nonparametric confidence intervals. for receiver operating characteristic curves

Nonparametric confidence intervals. for receiver operating characteristic curves Nonparametric confidence intervals for receiver operating characteristic curves Peter G. Hall 1, Rob J. Hyndman 2, and Yanan Fan 3 5 December 2003 Abstract: We study methods for constructing confidence

More information

SAMPLE. Succeeding in Social Studies 5 6 TH IN A SERIES OF 7. Years 5 9. Written by Valerie Marett. CORONEOS PUBLICATIONS Item No 508

SAMPLE. Succeeding in Social Studies 5 6 TH IN A SERIES OF 7. Years 5 9. Written by Valerie Marett. CORONEOS PUBLICATIONS Item No 508 AUSTRALIAN HOMESCHOOLING SERIES Succeeding in Social Studies 5 6 TH IN A SERIES OF 7 Years 5 9 Written by Valerie Marett CORONEOS PUBLICATIONS Item No 508 Contents Notes to Parents.2 Latitude and Longitude...3

More information

Optimal forecast reconciliation for big time series data

Optimal forecast reconciliation for big time series data Rob J Hyndman Optimal forecast reconciliation for big time series data Total A AA AB AC B BA BB BC C CA CB CC Follow along using R Requirements Install the hts package and its dependencies. Optimal forecast

More information

A State Space Framework For Automatic Forecasting Using Exponential Smoothing Methods

A State Space Framework For Automatic Forecasting Using Exponential Smoothing Methods ISSN 1440-771X ISBN 0 7326 1078 8 A State Space Framework For Automatic Forecasting Using Exponential Smoothing s Rob J. Hyndman, Anne B. Koehler, Ralph D. Snyder and Simone Grose Working Paper 9/2000

More information

Modelling and forecasting Australian domestic tourism

Modelling and forecasting Australian domestic tourism * Title page with author details Modelling and forecasting Australian domestic tourism G. Athanasopoulos, R. J. Hyndman Department of Econometrics and Business Statistics, Monash University, Melbourne,

More information

Summary of wool production estimates and forecasts for Australia. 2012/13 4th forecast 78.9

Summary of wool production estimates and forecasts for Australia. 2012/13 4th forecast 78.9 Australian Wool Production Forecast Report Australian Wool Production Forecast Committee April 2013 Summary The Australian Wool Production Forecasting Committee has increased the forecast of shorn wool

More information

Resampling techniques for statistical modeling

Resampling techniques for statistical modeling Resampling techniques for statistical modeling Gianluca Bontempi Département d Informatique Boulevard de Triomphe - CP 212 http://www.ulb.ac.be/di Resampling techniques p.1/33 Beyond the empirical error

More information

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes NATCOR Forecast Evaluation Forecasting with ARIMA models Nikolaos Kourentzes n.kourentzes@lancaster.ac.uk O u t l i n e 1. Bias measures 2. Accuracy measures 3. Evaluation schemes 4. Prediction intervals

More information

Nonparametric time series forecasting with dynamic updating

Nonparametric time series forecasting with dynamic updating 18 th World IMAS/MODSIM Congress, Cairns, Australia 13-17 July 2009 http://mssanz.org.au/modsim09 1 Nonparametric time series forecasting with dynamic updating Han Lin Shang and Rob. J. Hyndman Department

More information

IN FOCUS: WHEAT PRODUCTION OUTLOOK JULY 2017

IN FOCUS: WHEAT PRODUCTION OUTLOOK JULY 2017 IN FOCUS: WHEAT PRODUCTION OUTLOOK JULY 217 Author Phin Ziebell, Agribusiness Economist Photo Carl Davies CSIRO Sunset at Euroa, Victoria Photo Mai Thai CONTENTS 3 Summary and forecasts 4 Planting conditions

More information

Modified Holt s Linear Trend Method

Modified Holt s Linear Trend Method Modified Holt s Linear Trend Method Guckan Yapar, Sedat Capar, Hanife Taylan Selamlar and Idil Yavuz Abstract Exponential smoothing models are simple, accurate and robust forecasting models and because

More information

CSC242: Intro to AI. Lecture 7 Games of Imperfect Knowledge & Constraint Satisfaction

CSC242: Intro to AI. Lecture 7 Games of Imperfect Knowledge & Constraint Satisfaction CSC242: Intro to AI Lecture 7 Games of Imperfect Knowledge & Constraint Satisfaction What is This? 25" 20" 15" 10" 5" 0" Quiz 1 25" B 20" 15" 10" F D C A 5" F 0" Moral Many people cannot learn from lectures

More information

Package bomrang. August 15, 2018

Package bomrang. August 15, 2018 Type Package Package bomrang August 15, 2018 Title Australian Government Bureau of Meteorology (BOM) Data from R Version 0.3.0 Provides functions to interface with Australian Government Bureau of Meteorology

More information

interval forecasting

interval forecasting Interval Forecasting Based on Chapter 7 of the Time Series Forecasting by Chatfield Econometric Forecasting, January 2008 Outline 1 2 3 4 5 Terminology Interval Forecasts Density Forecast Fan Chart Most

More information

Forecasting Gold Price. A Comparative Study

Forecasting Gold Price. A Comparative Study Course of Financial Econometrics FIRM Forecasting Gold Price A Comparative Study Alessio Azzutti, University of Florence Abstract: This paper seeks to evaluate the appropriateness of a variety of existing

More information

Ex-Ante Forecast Model Performance with Rolling Simulations

Ex-Ante Forecast Model Performance with Rolling Simulations Paper SAS213-2014 Ex-Ante Forecast Model Performance with Rolling Simulations Michael Leonard, Ashwini Dixit, Udo Sglavo, SAS Institute Inc. ABSTRACT Given a time series data set, you can use automatic

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 3 Probability Contents 1. Events, Sample Spaces, and Probability 2. Unions and Intersections 3. Complementary Events 4. The Additive Rule and Mutually Exclusive

More information

EXPONENTIAL SMOOTHING MODELING AND FORECASTING FOR INCIDENCE OF TUBERCULOSIS IN INDIA

EXPONENTIAL SMOOTHING MODELING AND FORECASTING FOR INCIDENCE OF TUBERCULOSIS IN INDIA Global and Stochastic analysis Special Issue: 25th International Conference of Forum for Interdisciplinary Mathematics EXPONENTIAL SMOOTHING MODELING AND FORECASTING FOR INCIDENCE OF TUBERCULOSIS IN INDIA

More information

Automatic forecasting with a modified exponential smoothing state space framework

Automatic forecasting with a modified exponential smoothing state space framework ISSN 1440-771X Department of Econometrics and Business Statistics http://www.buseco.monash.edu.au/depts/ebs/pubs/wpapers/ Automatic forecasting with a modified exponential smoothing state space framework

More information

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS ISSN 1440-771X ISBN 0 7326 1085 0 Unmasking the Theta Method Rob J. Hyndman and Baki Billah Working Paper 5/2001 2001 DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS AUSTRALIA Unmasking the Theta method

More information

LOCAL SEARCH. Today. Reading AIMA Chapter , Goals Local search algorithms. Introduce adversarial search 1/31/14

LOCAL SEARCH. Today. Reading AIMA Chapter , Goals Local search algorithms. Introduce adversarial search 1/31/14 LOCAL SEARCH Today Reading AIMA Chapter 4.1-4.2, 5.1-5.2 Goals Local search algorithms n hill-climbing search n simulated annealing n local beam search n genetic algorithms n gradient descent and Newton-Rhapson

More information

The tourism forecasting competition

The tourism forecasting competition ISSN 1440-771X Department of Econometrics and Business Statistics http://www.buseco.monash.edu.au/depts/ebs/pubs/wpapers/ The tourism forecasting competition George Athanasopoulos, Rob J Hyndman, Haiyan

More information

Package thief. R topics documented: January 24, Version 0.3 Title Temporal Hierarchical Forecasting

Package thief. R topics documented: January 24, Version 0.3 Title Temporal Hierarchical Forecasting Version 0.3 Title Temporal Hierarchical Forecasting Package thief January 24, 2018 Methods and tools for generating forecasts at different temporal frequencies using a hierarchical time series approach.

More information

Robust Backtesting Tests for Value-at-Risk Models

Robust Backtesting Tests for Value-at-Risk Models Robust Backtesting Tests for Value-at-Risk Models Jose Olmo City University London (joint work with Juan Carlos Escanciano, Indiana University) Far East and South Asia Meeting of the Econometric Society

More information

Package hts. June 21, 2017

Package hts. June 21, 2017 Title Hierarchical and Grouped Time Series Version 5.1.4 Package hts June 21, 2017 Methods for analysing and forecasting hierarchical and grouped time series. Depends R (>= 3.0.2), forecast (>= 8.1) Imports

More information

Management of Public Geoscience Data

Management of Public Geoscience Data Management of Public Geoscience Data A Guide to Australian Practice GIRAF Workshop Ian Satchwell September 2013 Management of Public Geoscience Data - A Guide to Australian Practice Based on a paper by

More information

A tale of two cities. John Daley, CEO, Grattan Institute Work and life in cities: City strategy in Australia Melbourne Economic Forum 27 October 2016

A tale of two cities. John Daley, CEO, Grattan Institute Work and life in cities: City strategy in Australia Melbourne Economic Forum 27 October 2016 A tale of two cities John Daley, CEO, Grattan Institute Work and life in cities: City strategy in Australia Melbourne Economic Forum 27 October 2016 A tale of two cities Shifts in consumption are driving

More information

Assessing the Employment Agglomeration and Social Accessibility Impacts of High Speed Rail in Eastern Australia: Sydney-Canberra-Melbourne Corridor

Assessing the Employment Agglomeration and Social Accessibility Impacts of High Speed Rail in Eastern Australia: Sydney-Canberra-Melbourne Corridor Assessing the Employment Agglomeration and Social Accessibility Impacts of High Speed Rail in Eastern Australia: Sydney-Canberra-Melbourne Corridor Professor David A. Hensher FASSA Founding Director Institute

More information

Department of Econometrics and Business Statistics

Department of Econometrics and Business Statistics ISSN 1440-771X Australia Department of Econometrics and Business Statistics http://www.buseco.monash.edu.au/depts/ebs/pubs/wpapers/ Point and interval forecasts of age-specific fertility rates: a Comparison

More information

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1 Forecasting using R Rob J Hyndman 2.4 Non-seasonal ARIMA models Forecasting using R 1 Outline 1 Autoregressive models 2 Moving average models 3 Non-seasonal ARIMA models 4 Partial autocorrelations 5 Estimation

More information

Forecasting Under Structural Break Uncertainty

Forecasting Under Structural Break Uncertainty ISSN 1440-771X Australia Department of Econometrics and Business Statistics http://www.buseco.monash.edu.au/depts/ebs/pubs/wpapers/ Forecasting Under Structural Break Uncertainty Jing Tian and Heather

More information

Updating the Atlas of Groundwater Dependent Ecosystems in response to user demand

Updating the Atlas of Groundwater Dependent Ecosystems in response to user demand 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Updating the Atlas of Groundwater Dependent Ecosystems in response to

More information

DEPARTMENT OF ECONOMICS

DEPARTMENT OF ECONOMICS ISSN 0819-64 ISBN 0 7340 616 1 THE UNIVERSITY OF MELBOURNE DEPARTMENT OF ECONOMICS RESEARCH PAPER NUMBER 959 FEBRUARY 006 TESTING FOR RATE-DEPENDENCE AND ASYMMETRY IN INFLATION UNCERTAINTY: EVIDENCE FROM

More information

Mixture models for heterogeneity in ranked data

Mixture models for heterogeneity in ranked data Mixture models for heterogeneity in ranked data Brian Francis Lancaster University, UK Regina Dittrich, Reinhold Hatzinger Vienna University of Economics CSDA 2005 Limassol 1 Introduction Social surveys

More information

NEW DATA ON CHEUDONURA AMOENA BERGH, 1905 (OPISTHOBRANCHIA: CEPHALASPIDEA: AGLAJIDAE).

NEW DATA ON CHEUDONURA AMOENA BERGH, 1905 (OPISTHOBRANCHIA: CEPHALASPIDEA: AGLAJIDAE). The Beagle, Records of the Museums and Art. Galleries of the Nonhern Territory, 1995 12:9-18 NEW DATA ON CHEUDONURA AMOENA BERGH, 1905 (OPISTHOBRANCHIA: CEPHALASPIDEA: AGLAJIDAE). R. C. Wll..LANI AND R.

More information

Ron Heck, Fall Week 3: Notes Building a Two-Level Model

Ron Heck, Fall Week 3: Notes Building a Two-Level Model Ron Heck, Fall 2011 1 EDEP 768E: Seminar on Multilevel Modeling rev. 9/6/2011@11:27pm Week 3: Notes Building a Two-Level Model We will build a model to explain student math achievement using student-level

More information

Regularization in Hierarchical Time Series Forecasting With Application to Electricity Smart Meter Data

Regularization in Hierarchical Time Series Forecasting With Application to Electricity Smart Meter Data Regularization in Hierarchical Time Series Forecasting With Application to Electricity Smart Meter Data Souhaib Ben Taieb Monash Business School Monash University Jiafan Yu Dept. of CEE Stanford University

More information

What Level of Statistical Model Should We Use in Small Domain Estimation?

What Level of Statistical Model Should We Use in Small Domain Estimation? University of Wollongong Research Online Centre for Statistical & Survey Methodology Working Paper Series Faculty of Engineering and Information Sciences 2011 What Level of Statistical Model Should We

More information

Chapter 6 Constraint Satisfaction Problems

Chapter 6 Constraint Satisfaction Problems Chapter 6 Constraint Satisfaction Problems CS5811 - Artificial Intelligence Nilufer Onder Department of Computer Science Michigan Technological University Outline CSP problem definition Backtracking search

More information

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS

DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS ISSN 1440-771X AUSTRALIA DEPARTMENT OF ECONOMETRICS AND BUSINESS STATISTICS Empirical Information Criteria for Time Series Forecasting Model Selection Md B Billah, R.J. Hyndman and A.B. Koehler Working

More information

How is public transport performing in Australia

How is public transport performing in Australia How is public transport performing in Australia CILTA Moving People Thursday 17 March 2011 Professor Corinne Mulley Institute of Transport and Logistics Studies Outline Measuring performance Australia

More information

PTV Australia City Map 2017 (Standardmap)

PTV Australia City Map 2017 (Standardmap) PTV City Map 2017 (Standardmap) Map version name (Core) Map version name (Logistic) Release date (Logistics) Map version name (Logistics) (new) PTV City_Map_2017 Data provider(s) Technology Region Predecessor

More information

Summary of wool production estimates and forecasts for Australia. 2014/15 Fourth forecast

Summary of wool production estimates and forecasts for Australia. 2014/15 Fourth forecast Australian Wool Production Forecast Report Australian Wool Production Forecast Committee Summary April 2015 The Australian Wool Production Forecasting Committee (AWPFC) has set its forecast production

More information

A strategy for modelling count data which may have extra zeros

A strategy for modelling count data which may have extra zeros A strategy for modelling count data which may have extra zeros Alan Welsh Centre for Mathematics and its Applications Australian National University The Data Response is the number of Leadbeater s possum

More information

Old dog, new tricks: a modelling view of simple moving averages

Old dog, new tricks: a modelling view of simple moving averages Old dog, new tricks: a modelling view of simple moving averages Ivan Svetunkov a, Fotios Petropoulos b, a Centre for Marketing Analytics and Forecasting, Lancaster University Management School, UK b School

More information

Fitting Narrow Emission Lines in X-ray Spectra

Fitting Narrow Emission Lines in X-ray Spectra Outline Fitting Narrow Emission Lines in X-ray Spectra Taeyoung Park Department of Statistics, University of Pittsburgh October 11, 2007 Outline of Presentation Outline This talk has three components:

More information

POWER SYSTEM OPERATING PROCEDURE LOAD FORECASTING

POWER SYSTEM OPERATING PROCEDURE LOAD FORECASTING POWER SYSTEM OPERATING PROCEDURE LOAD FORECASTING PREPARED BY: PROCEDURE TYPE: DOCUMENT REFERENCE: FINAL APPROVER: Systems Capability System Operating Procedure SO_OP_3710 Mark Stedwell DOC. VERSION: 19

More information

Seven Day Streamflow Forecasting

Seven Day Streamflow Forecasting Seven Day Streamflow Forecasting - An ensemble streamflow forecasting system for Australia Dr. Sophie Zhang Water Forecasting Service Bureau of Meteorology 02 May 2018, Delft-FEWS Users Days and Workshop

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Nonparametric modeling and forecasting electricity demand: an empirical study

Nonparametric modeling and forecasting electricity demand: an empirical study ISSN 1440-771X Department of Econometrics and Business Statistics http://www.buseco.monash.edu.au/depts/ebs/pubs/wpapers/ Nonparametric modeling and forecasting electricity demand: an empirical study Han

More information

A Flexible Forecasting Framework for Hierarchical Time Series with Seasonal Patterns: A Case Study of Web Traffic

A Flexible Forecasting Framework for Hierarchical Time Series with Seasonal Patterns: A Case Study of Web Traffic A Flexible Forecasting Framework for Hierarchical Time Series with Seasonal Patterns: A Case Study of Web Traffic Zitao Liu Pinterest 651 Brannan St San Francisco, California 9417 zitaoliu@pinterest.com

More information

ANALYZING CITIES & POPULATION: POPULATION GEOGRAPHY

ANALYZING CITIES & POPULATION: POPULATION GEOGRAPHY ANALYZING CITIES & POPULATION: POPULATION GEOGRAPHY Population Geography Population Geography study of the number, contribution, and distribution of human populations Demography the study of the characteristics

More information

Forecasting hierarchical and grouped time series through trace minimization

Forecasting hierarchical and grouped time series through trace minimization ISSN 1440-771X Department of Econometrics and Business Statistics http://business.monash.edu/econometrics-and-business-statistics/research/publications Forecasting hierarchical and grouped time series

More information

The Performance of the Turek-Fletcher Model Averaged Confidence Interval

The Performance of the Turek-Fletcher Model Averaged Confidence Interval *Manuscript Click here to view linked References The Performance of the Turek-Fletcher Model Averaged Confidence Interval Paul Kabaila, A.H. Welsh 2 &RheannaMainzer December 7, 205 Abstract We consider

More information

Do we need Experts for Time Series Forecasting?

Do we need Experts for Time Series Forecasting? Do we need Experts for Time Series Forecasting? Christiane Lemke and Bogdan Gabrys Bournemouth University - School of Design, Engineering and Computing Poole House, Talbot Campus, Poole, BH12 5BB - United

More information

PRODUCTS & SERVICES CATALOGUE

PRODUCTS & SERVICES CATALOGUE PRODUCTS & SERVICES CATALOGUE 10 TH EDITION 16 ROUND BAR - IMPROVED MACHINING TOLERANCE: ASTM A276 / A484 4 METRE FIXED & RANDOMS COLD DRAWN & POLISHED PEELED & REELED CENTRELESS/PRECISION GROUND H8 /

More information

Sample size determination for logistic regression: A simulation study

Sample size determination for logistic regression: A simulation study Sample size determination for logistic regression: A simulation study Stephen Bush School of Mathematical Sciences, University of Technology Sydney, PO Box 123 Broadway NSW 2007, Australia Abstract This

More information

Technical Brief 003 Report on the Measurement of Sound Absorption of Planex Linea Storage Units

Technical Brief 003 Report on the Measurement of Sound Absorption of Planex Linea Storage Units Technical Brief 003 Report on the Measurement of of Planex Linea Storage Units Introduction The acoustics of environments that humans share and work in can have sounds that are desirable and may need to

More information

Time Series Forecasting Methods:

Time Series Forecasting Methods: Corso di TRASPORTI E TERRITORIO Time Series Forecasting Methods: EXPONENTIAL SMOOTHING DOCENTI Agostino Nuzzolo (nuzzolo@ing.uniroma2.it) Antonio Comi (comi@ing.uniroma2.it) 1 Classificazione dei metodi

More information

THE ACCURACY OF PROPERTY FORECASTING

THE ACCURACY OF PROPERTY FORECASTING Pacific Rim Real Estate Society (PRRES) Conference 2002 Christchurch, 21-23 January 2002 THE ACCURACY OF PROPERTY FORECASTING GRAEME NEWELL* and PETER ACHEAMPONG School of Construction, Property and Planning

More information

Future of Geography an international perspective

Future of Geography an international perspective Future of Geography an international perspective Colin Arrowsmith School of Mathematical and Geospatial Sciences RMIT University Melbourne, Victoria, Australia Mathematical and Geospatial Sciences Slide

More information

Sample. Contents. A Local Planning Issue 3 35 A Local Planning Issue Teachers' Notes 4 National Curriculum Links 5

Sample. Contents. A Local Planning Issue 3 35 A Local Planning Issue Teachers' Notes 4 National Curriculum Links 5 Contents Teachers' Notes 4 National Curriculum Links 5 A Local Planning Issue 3 35 A Local Planning Issue 4 36 SECTION 1: INFLUENCES: HUMAN AND ENVIRONMENTAL Landforms And The Development Of Settlements

More information

Assessment of the Australian Bureau of Meteorology hourly gridded solar data

Assessment of the Australian Bureau of Meteorology hourly gridded solar data J.K. Copper Assessment of the Australian Bureau of Meteorology hourly gridded solar data J.K. Copper 1, A.G. Bruce 1 1 School of Photovoltaic and Renewable Energy Engineering, University of New South Wales,

More information

Outline. CEEM-ISCR Workshop on Electricity Industry Restructuring April Forecasting Wind Energy: Challenges and Solutions 1

Outline. CEEM-ISCR Workshop on Electricity Industry Restructuring April Forecasting Wind Energy: Challenges and Solutions 1 Joint Australia New Zealand Workshop on Electricity Industry Restructuring, 19 th -20 th April, Sydney CEEM 2007 Outline 2 1 Introduction As wind power emerges as a significant component of energy markets

More information

Constraint Satisfaction Problems

Constraint Satisfaction Problems Constraint Satisfaction Problems Chapter 5 AIMA2e Slides, Stuart Russell and Peter Norvig, Completed by Kazim Fouladi, Fall 2008 Chapter 5 1 Outline CSP examples Backtracking search for CSPs Problem structure

More information

Lecture 1: Introduction to Forecasting

Lecture 1: Introduction to Forecasting NATCOR: Forecasting & Predictive Analytics Lecture 1: Introduction to Forecasting Professor John Boylan Lancaster Centre for Forecasting Department of Management Science Leading research centre in applied

More information

Introduction. Introduction (Contd.) Market Equilibrium and Spatial Variability in the Value of Housing Attributes. Urban location theory.

Introduction. Introduction (Contd.) Market Equilibrium and Spatial Variability in the Value of Housing Attributes. Urban location theory. Forestry, Wildlife, and Fisheries Graduate Seminar Market Equilibrium and Spatial Variability in the Value of Housing Attributes Seung Gyu Kim Wednesday, 12 March 2008 1 Introduction Urban location theory

More information

Severe storm lesson plan

Severe storm lesson plan Severe storm lesson plan The severe storm lesson plan provides teachers and students with an opportunity to investigate how storms occur and how to stay safe during a storm through individual or classroom

More information

Introduction to Geostatistics

Introduction to Geostatistics Introduction to Geostatistics Abhi Datta 1, Sudipto Banerjee 2 and Andrew O. Finley 3 July 31, 2017 1 Department of Biostatistics, Bloomberg School of Public Health, Johns Hopkins University, Baltimore,

More information

Working Paper Series. 2/2013 Empirical prediction intervals revisited Y.S. Lee and S. Scholtes Forthcoming in the International Journal of Forecasting

Working Paper Series. 2/2013 Empirical prediction intervals revisited Y.S. Lee and S. Scholtes Forthcoming in the International Journal of Forecasting Working Paper Series 2/2013 Empirical prediction intervals revisited Y.S. Lee and S. Scholtes Forthcoming in the International Journal of Forecasting Cambridge Judge Business School Working Papers These

More information

Forecasting: principles and practice. Rob J Hyndman 1.1 Introduction to Forecasting

Forecasting: principles and practice. Rob J Hyndman 1.1 Introduction to Forecasting Forecasting: principles and practice Rob J Hyndman 1.1 Introduction to Forecasting 1 Outline 1 Background 2 Case studies 3 The statistical forecasting perspective 4 What can we forecast? 2 Resources Slides

More information

Total Lunar Eclipse 5 May 2004

Total Lunar Eclipse 5 May 2004 ASA Factsheet No.16 Lunar Eclipse 5 May 2004 Page 1 of 6 ASA Factsheet No.16 Total Lunar Eclipse 5 May 2004 General Information A total lunar eclipse will be visible from all of Australia in the early

More information

OFF THE CHARTS: 2013 WAS AUSTRALIA S HOTTEST YEAR

OFF THE CHARTS: 2013 WAS AUSTRALIA S HOTTEST YEAR OFF THE CHARTS: 2013 WAS AUSTRALIA S HOTTEST YEAR The Climate Council is an independent, crowd-funded organisation providing quality information on climate change to the Australian public. 2013 was a remarkable

More information

2D Image Processing. Bayes filter implementation: Kalman filter

2D Image Processing. Bayes filter implementation: Kalman filter 2D Image Processing Bayes filter implementation: Kalman filter Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de

More information

A Simulation Comparison Study for Estimating the Process Capability Index C pm with Asymmetric Tolerances

A Simulation Comparison Study for Estimating the Process Capability Index C pm with Asymmetric Tolerances Available online at ijims.ms.tku.edu.tw/list.asp International Journal of Information and Management Sciences 20 (2009), 243-253 A Simulation Comparison Study for Estimating the Process Capability Index

More information