SlideShare a Scribd company logo
1 of 46
Download to read offline
Motivation Data Method Result Conclusion
Grouped time-series forecasting:
Application to regional infant mortality counts
Han Lin Shang and Peter W. F. Smith
University of Southampton
Motivation Data Method Result Conclusion
Motivation
1 Multiple time series can be disaggregated by
hierarchical/grouped structure
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
Data
Consider regional infant mortality counts from 1933 to 2003,
available in the hts package
Western Australia
South Australia
Northern Territory
Queensland
New South Wales
Victoria
Tasmania
Capital Territory
Perth
Adelaide
Darwin
Brisbane
Sydney
Melbourne
Hobart
Canberra
Australia
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
Hierarchical tree
Total
Male
VIC NSW QLD SA WA ACT NT TAS
Female
VIC NSW QLD SA WA ACT NT TAS
Figure: A two level hierarchical tree diagram.
Motivation Data Method Result Conclusion
Bottom-up method
1 Generate base (or independent) forecasts for each series at the
bottom level
Motivation Data Method Result Conclusion
Bottom-up method
1 Generate base (or independent) forecasts for each series at the
bottom level
2 Aggregate these upwards to produce revised forecasts
Motivation Data Method Result Conclusion
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., ¯YMale,h = ¯Y VIC
Male,h + ... + ¯Y NT
Male,h,
¯YTotal,h = ¯YMale,h + ¯YFemale,h, where h represents horizon
Motivation Data Method Result Conclusion
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., ¯YMale,h = ¯Y VIC
Male,h + ... + ¯Y NT
Male,h,
¯YTotal,h = ¯YMale,h + ¯YFemale,h, where h represents horizon
4 Base forecasts = Revised forecasts
Motivation Data Method Result Conclusion
Bottom-up in action
Level 0
1940 1960 1980 2000
2000300040005000
total
1940 1960 1980 2000
50015002500
Level 1
female
male
1940 1960 1980 2000
050010002000
Level 2
nsw
vic
qld
sa
wa
nt
actot
tas
1940 1960 1980 2000
02006001000
Level 3
nsw_f
vic_f
qld_f
sa_f
wa_f
nt_f
actot_f
tas_f
nsw_m
vic_m
qld_m
sa_m
wa_m
nt_m
actot_m
tas_m
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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)
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
5 This gives us 10 one-step-ahead forecasts, 9 two-step-ahead
forecasts, ..., and 1 ten-step-ahead forecast
Motivation Data Method Result Conclusion
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
5 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
Motivation Data Method Result Conclusion
Point forecast accuracy: evaluation
To compare point forecast accuracy between the base and
bottom-up forecasts for all series, calculate mean absolute
percentage error,
MAPEh =
1
(11 − h) × m
n+(10−h)
i=n
m
j=1
Yt+h,j − Yt+h,j
Yt+h,j
,
where m represents the total number of time series in the hierarchy,
and h = 1, 2, . . . , 10
Motivation Data Method Result Conclusion
Point forecast result
Level 0 Level 1 Level 2 Level 3
Base BU Base BU Base BU Base BU
1 4.26 5.35 5.59 5.72 14.76 14.03 20.98 20.98
2 6.25 5.96 7.38 6.23 16.32 16.20 25.50 25.50
3 8.27 6.51 10.26 6.86 18.95 18.95 30.55 30.55
4 11.94 10.73 14.71 10.34 22.40 22.11 34.55 34.55
5 19.02 9.37 16.48 10.47 24.87 25.96 39.58 39.58
6 16.46 6.16 17.60 6.18 27.75 27.74 41.99 41.99
7 19.59 9.46 19.55 9.58 31.66 34.43 47.57 47.57
8 20.30 9.74 24.50 10.03 34.61 39.32 54.78 54.78
9 28.71 11.62 29.72 12.02 33.41 40.38 52.97 52.97
10 32.40 27.55 32.42 26.15 37.66 45.66 61.32 61.32
Mean 16.72 10.25 17.82 10.36 26.24 28.48 40.98 40.98
Bottom-up method outperforms the independent (base) forecasts
(without group structure) at the top two levels, not the state level
Motivation Data Method Result Conclusion
Construction of interval forecasts
1 Provide pointwise interval forecasts for assessing uncertainty
Motivation Data Method Result Conclusion
Construction of interval forecasts
1 Provide pointwise interval forecasts for assessing uncertainty
2 Proposed method fits within the framework of parametric
bootstrapping
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
Demonstration of interval forecasts
Present 80% pointwise prediction interval of the regional infant
mortality counts from 2004 to 2013 at the top two levels
Year
Count
1940 1950 1960 1970 1980 1990 2000
100020003000400050006000
Total
(a) Level 0
1940 1950 1960 1970 1980 1990 200050010001500200025003000
Year
Count
Male
Female
(b) Level 1
Infant mortality counts will continue to decrease in future. The
variability of male forecasts is higher than female ones
Motivation Data Method Result Conclusion
Interval forecast accuracy
1 Given a sample path [Y1, . . . , Yn] where Yt is a column vector
of values across the entire hierarchy, we constructed the
h-step-ahead interval forecasts
Motivation Data Method Result Conclusion
Interval forecast accuracy
1 Given a sample path [Y1, . . . , Yn] where Yt is a column vector
of values across the entire hierarchy, we constructed the
h-step-ahead interval forecasts
2 Let Ln+h|n(p) and Un+h|n(p) be the lower and upper bounds,
where p symbolizes the nominal coverage probability
Motivation Data Method Result Conclusion
Interval forecast accuracy
1 Given a sample path [Y1, . . . , Yn] where Yt is a column vector
of values across the entire hierarchy, we constructed the
h-step-ahead interval forecasts
2 Let Ln+h|n(p) and Un+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
In+h,j =
1 if Yn+h,j ∈ [Ln+h|n,j(p), Un+h|n,j(p)]
0 if Yn+h,j /∈ [Ln+h|n,j(p), Un+h|n,j(p)] j = 1, . . . , m
Motivation Data Method Result Conclusion
Empirical coverage probability
Empirical coverage probability (ECP) is defined as
ECPh = 1 −
n+(10−h)
l=n
m
j=1 Il+h,j
m × (11 − h)
, h = 1, . . . , 10
h 1 2 3 4 5 6 7 8 9 10
ECP 0.71 0.72 0.75 0.69 0.64 0.73 0.72 0.69 0.72 0.74
Table: Empirical coverage probability at nominal of 0.8
Motivation Data Method Result Conclusion
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)
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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 1 2 3 4 5 6 7 8 9 10
LR 5.73 4.55 1.87 3.24 9.23 5.28 5.94 4.03 2.55 5.01
Table: Critical value is 5.99 at 95% level of significance
Motivation Data Method Result Conclusion
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 1 2 3 4 5 6 7 8 9 10
LR 5.73 4.55 1.87 3.24 9.23 5.28 5.94 4.03 2.55 5.01
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
Motivation Data Method Result Conclusion
Conclusion
1 Revisited the bottom-up method
Motivation Data Method Result Conclusion
Conclusion
1 Revisited the bottom-up method
2 Applied it to the regional infant mortality count in Australia
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
Future research
1 Parametric bootstrapping is expected to work for other
hierarchical/grouped time series forecasting method, such as
top-down methods
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
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
Motivation Data Method Result Conclusion
Thank you
A draft is available upon request from H.Shang@soton.ac.uk

More Related Content

What's hot

11 ch ken black solution
11 ch ken black solution11 ch ken black solution
11 ch ken black solutionKrunal Shah
 
15 ch ken black solution
15 ch ken black solution15 ch ken black solution
15 ch ken black solutionKrunal Shah
 
Time Series Forecasting using Neural Nets (GNNNs)
Time Series Forecasting using Neural Nets (GNNNs)Time Series Forecasting using Neural Nets (GNNNs)
Time Series Forecasting using Neural Nets (GNNNs)Sean Golliher
 
Cross-validation aggregation for forecasting
Cross-validation aggregation for forecastingCross-validation aggregation for forecasting
Cross-validation aggregation for forecastingDevon Barrow
 
01 ch ken black solution
01 ch ken black solution01 ch ken black solution
01 ch ken black solutionKrunal Shah
 
AIAA-Aviation-2015-Mehmani
AIAA-Aviation-2015-MehmaniAIAA-Aviation-2015-Mehmani
AIAA-Aviation-2015-MehmaniOptiModel
 
10 ch ken black solution
10 ch ken black solution10 ch ken black solution
10 ch ken black solutionKrunal Shah
 
Confidence Interval Estimation
Confidence Interval EstimationConfidence Interval Estimation
Confidence Interval EstimationYesica Adicondro
 
Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...IAEME Publication
 
PEMF2_SDM_2012_Ali
PEMF2_SDM_2012_AliPEMF2_SDM_2012_Ali
PEMF2_SDM_2012_AliMDO_Lab
 
Statistical Estimation
Statistical Estimation Statistical Estimation
Statistical Estimation Remyagharishs
 
1 s2.0-0272696386900197-main
1 s2.0-0272696386900197-main1 s2.0-0272696386900197-main
1 s2.0-0272696386900197-mainZulyy Astutik
 
esmaeili-2016-ijca-911399
esmaeili-2016-ijca-911399esmaeili-2016-ijca-911399
esmaeili-2016-ijca-911399Nafas Esmaeili
 
Point estimate for a population proportion p
Point estimate for a population proportion pPoint estimate for a population proportion p
Point estimate for a population proportion pMuel Clamor
 
05 ch ken black solution
05 ch ken black solution05 ch ken black solution
05 ch ken black solutionKrunal Shah
 

What's hot (20)

11 ch ken black solution
11 ch ken black solution11 ch ken black solution
11 ch ken black solution
 
15 ch ken black solution
15 ch ken black solution15 ch ken black solution
15 ch ken black solution
 
Time Series Forecasting using Neural Nets (GNNNs)
Time Series Forecasting using Neural Nets (GNNNs)Time Series Forecasting using Neural Nets (GNNNs)
Time Series Forecasting using Neural Nets (GNNNs)
 
Cross-validation aggregation for forecasting
Cross-validation aggregation for forecastingCross-validation aggregation for forecasting
Cross-validation aggregation for forecasting
 
01 ch ken black solution
01 ch ken black solution01 ch ken black solution
01 ch ken black solution
 
AIAA-Aviation-2015-Mehmani
AIAA-Aviation-2015-MehmaniAIAA-Aviation-2015-Mehmani
AIAA-Aviation-2015-Mehmani
 
10 ch ken black solution
10 ch ken black solution10 ch ken black solution
10 ch ken black solution
 
Point Estimation
Point Estimation Point Estimation
Point Estimation
 
Confidence Interval Estimation
Confidence Interval EstimationConfidence Interval Estimation
Confidence Interval Estimation
 
Normal distribution
Normal distribution  Normal distribution
Normal distribution
 
Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...Parametric estimation of construction cost using combined bootstrap and regre...
Parametric estimation of construction cost using combined bootstrap and regre...
 
Practice test1 solution
Practice test1 solutionPractice test1 solution
Practice test1 solution
 
PEMF2_SDM_2012_Ali
PEMF2_SDM_2012_AliPEMF2_SDM_2012_Ali
PEMF2_SDM_2012_Ali
 
Statistical Estimation
Statistical Estimation Statistical Estimation
Statistical Estimation
 
1 s2.0-0272696386900197-main
1 s2.0-0272696386900197-main1 s2.0-0272696386900197-main
1 s2.0-0272696386900197-main
 
Practive test 1
Practive test 1Practive test 1
Practive test 1
 
Resampling methods
Resampling methodsResampling methods
Resampling methods
 
esmaeili-2016-ijca-911399
esmaeili-2016-ijca-911399esmaeili-2016-ijca-911399
esmaeili-2016-ijca-911399
 
Point estimate for a population proportion p
Point estimate for a population proportion pPoint estimate for a population proportion p
Point estimate for a population proportion p
 
05 ch ken black solution
05 ch ken black solution05 ch ken black solution
05 ch ken black solution
 

Viewers also liked

Regional Application Manager SAP CRM
Regional Application Manager SAP CRMRegional Application Manager SAP CRM
Regional Application Manager SAP CRMMicke Edlund
 
Analysis of regional magazines features
Analysis of regional magazines featuresAnalysis of regional magazines features
Analysis of regional magazines features09higginsa
 
GIS Mapping of Resources : Madhya Pradesh
GIS Mapping of Resources : Madhya Pradesh GIS Mapping of Resources : Madhya Pradesh
GIS Mapping of Resources : Madhya Pradesh Shubhranshu Upadhyay
 
Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...
Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...
Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...indogpr
 
Application of various designs in evaluation of regional programs
Application of various designs in evaluation of regional programsApplication of various designs in evaluation of regional programs
Application of various designs in evaluation of regional programsAnna Borowczak
 
Torben Bach - danish groundwater mapping and geodata management
Torben Bach - danish groundwater mapping and geodata managementTorben Bach - danish groundwater mapping and geodata management
Torben Bach - danish groundwater mapping and geodata managementGeological Survey of Sweden
 
Gis based flood modeling of soan river and disaster risk reduction
Gis based flood modeling of soan river and disaster risk reductionGis based flood modeling of soan river and disaster risk reduction
Gis based flood modeling of soan river and disaster risk reductionmnranapk
 
A gis based flood risk assessment tool supporting flood incident management a...
A gis based flood risk assessment tool supporting flood incident management a...A gis based flood risk assessment tool supporting flood incident management a...
A gis based flood risk assessment tool supporting flood incident management a...angela131313
 
Danish groundwater mapping – geological information building and disseminatio...
Danish groundwater mapping – geological information building and disseminatio...Danish groundwater mapping – geological information building and disseminatio...
Danish groundwater mapping – geological information building and disseminatio...Geological Survey of Sweden
 
Remote sensing and GIS for land cover change characterization and rural/urban...
Remote sensing and GIS for land cover change characterization and rural/urban...Remote sensing and GIS for land cover change characterization and rural/urban...
Remote sensing and GIS for land cover change characterization and rural/urban...Maurizio Pollino
 
Luswishi Farmblock Land Cassifciation
Luswishi Farmblock Land CassifciationLuswishi Farmblock Land Cassifciation
Luswishi Farmblock Land CassifciationCharles Bwalya
 
Spatial analysis and Analysis Tools ( GIS )
Spatial analysis and Analysis Tools ( GIS )Spatial analysis and Analysis Tools ( GIS )
Spatial analysis and Analysis Tools ( GIS )designQube
 
GIS for sustainable forest resource management in Ethiopia
GIS for sustainable forest resource management in EthiopiaGIS for sustainable forest resource management in Ethiopia
GIS for sustainable forest resource management in EthiopiaIAALD Community
 
Components of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISComponents of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISKaium Chowdhury
 
Introduction to spatial data analysis in r
Introduction to spatial data analysis in rIntroduction to spatial data analysis in r
Introduction to spatial data analysis in rRichard Wamalwa
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GISPrachi Mehta
 
Mapping of ground water quality using geographical information system
Mapping of ground water quality using geographical information systemMapping of ground water quality using geographical information system
Mapping of ground water quality using geographical information systemAmul Patwal
 
Use of remote sensing for land cover monitoring servir science applications
Use of remote sensing for land cover monitoring servir science applicationsUse of remote sensing for land cover monitoring servir science applications
Use of remote sensing for land cover monitoring servir science applicationsKabir Uddin
 
Land Use/Land Cover Detection
Land Use/Land Cover DetectionLand Use/Land Cover Detection
Land Use/Land Cover DetectionWansoo Im
 

Viewers also liked (20)

Regional Application Manager SAP CRM
Regional Application Manager SAP CRMRegional Application Manager SAP CRM
Regional Application Manager SAP CRM
 
Analysis of regional magazines features
Analysis of regional magazines featuresAnalysis of regional magazines features
Analysis of regional magazines features
 
GIS Mapping of Resources : Madhya Pradesh
GIS Mapping of Resources : Madhya Pradesh GIS Mapping of Resources : Madhya Pradesh
GIS Mapping of Resources : Madhya Pradesh
 
Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...
Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...
Pászto, V: Corine Land Cover dataset analysis with (geo)computational methods...
 
Application of various designs in evaluation of regional programs
Application of various designs in evaluation of regional programsApplication of various designs in evaluation of regional programs
Application of various designs in evaluation of regional programs
 
Torben Bach - danish groundwater mapping and geodata management
Torben Bach - danish groundwater mapping and geodata managementTorben Bach - danish groundwater mapping and geodata management
Torben Bach - danish groundwater mapping and geodata management
 
Gis based flood modeling of soan river and disaster risk reduction
Gis based flood modeling of soan river and disaster risk reductionGis based flood modeling of soan river and disaster risk reduction
Gis based flood modeling of soan river and disaster risk reduction
 
A gis based flood risk assessment tool supporting flood incident management a...
A gis based flood risk assessment tool supporting flood incident management a...A gis based flood risk assessment tool supporting flood incident management a...
A gis based flood risk assessment tool supporting flood incident management a...
 
Danish groundwater mapping – geological information building and disseminatio...
Danish groundwater mapping – geological information building and disseminatio...Danish groundwater mapping – geological information building and disseminatio...
Danish groundwater mapping – geological information building and disseminatio...
 
Remote sensing and GIS for land cover change characterization and rural/urban...
Remote sensing and GIS for land cover change characterization and rural/urban...Remote sensing and GIS for land cover change characterization and rural/urban...
Remote sensing and GIS for land cover change characterization and rural/urban...
 
Luswishi Farmblock Land Cassifciation
Luswishi Farmblock Land CassifciationLuswishi Farmblock Land Cassifciation
Luswishi Farmblock Land Cassifciation
 
GIS Modeling
GIS ModelingGIS Modeling
GIS Modeling
 
Spatial analysis and Analysis Tools ( GIS )
Spatial analysis and Analysis Tools ( GIS )Spatial analysis and Analysis Tools ( GIS )
Spatial analysis and Analysis Tools ( GIS )
 
GIS for sustainable forest resource management in Ethiopia
GIS for sustainable forest resource management in EthiopiaGIS for sustainable forest resource management in Ethiopia
GIS for sustainable forest resource management in Ethiopia
 
Components of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISComponents of Spatial Data Quality in GIS
Components of Spatial Data Quality in GIS
 
Introduction to spatial data analysis in r
Introduction to spatial data analysis in rIntroduction to spatial data analysis in r
Introduction to spatial data analysis in r
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GIS
 
Mapping of ground water quality using geographical information system
Mapping of ground water quality using geographical information systemMapping of ground water quality using geographical information system
Mapping of ground water quality using geographical information system
 
Use of remote sensing for land cover monitoring servir science applications
Use of remote sensing for land cover monitoring servir science applicationsUse of remote sensing for land cover monitoring servir science applications
Use of remote sensing for land cover monitoring servir science applications
 
Land Use/Land Cover Detection
Land Use/Land Cover DetectionLand Use/Land Cover Detection
Land Use/Land Cover Detection
 

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

Statistical inference 2
Statistical inference 2Statistical inference 2
Statistical inference 2safi Ullah
 
1608 probability and statistics in engineering
1608 probability and statistics in engineering1608 probability and statistics in engineering
1608 probability and statistics in engineeringDr Fereidoun Dejahang
 
Disease Prediction And Doctor Appointment system
Disease Prediction And Doctor Appointment  systemDisease Prediction And Doctor Appointment  system
Disease Prediction And Doctor Appointment systemKOYELMAJUMDAR1
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsMmedsc Hahm
 
Data Analytics Project_Eun Seuk Choi (Eric)
Data Analytics Project_Eun Seuk Choi (Eric)Data Analytics Project_Eun Seuk Choi (Eric)
Data Analytics Project_Eun Seuk Choi (Eric)Eric Choi
 
Euro 2013 barrow crone - slideshare
Euro 2013 barrow crone - slideshareEuro 2013 barrow crone - slideshare
Euro 2013 barrow crone - slideshareDevon Barrow
 
PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...
PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...
PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...cscpconf
 
Simple Ensemble Learning
Simple Ensemble LearningSimple Ensemble Learning
Simple Ensemble LearningMushfiq18
 
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsVertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsUniversidade de São Paulo
 
Stock market analysis using ga and neural network
Stock market analysis using ga and neural networkStock market analysis using ga and neural network
Stock market analysis using ga and neural networkAmr Abd El Latief
 
Sequential estimation of_discrete_choice_models
Sequential estimation of_discrete_choice_modelsSequential estimation of_discrete_choice_models
Sequential estimation of_discrete_choice_modelsYoussefKitane
 
2.1 frequency distributions for organizing and summarizing data
2.1 frequency distributions for organizing and summarizing data2.1 frequency distributions for organizing and summarizing data
2.1 frequency distributions for organizing and summarizing dataLong Beach City College
 
L1 statistics
L1 statisticsL1 statistics
L1 statisticsdapdai
 
Data Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health ClassificationData Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health ClassificationBoston Institute of Analytics
 
06-00-ACA-Evaluation.pdf
06-00-ACA-Evaluation.pdf06-00-ACA-Evaluation.pdf
06-00-ACA-Evaluation.pdfAlexanderLerch4
 

Similar to Grouped time-series forecasting: Application to regional infant mortality counts (20)

Statistical inference 2
Statistical inference 2Statistical inference 2
Statistical inference 2
 
1608 probability and statistics in engineering
1608 probability and statistics in engineering1608 probability and statistics in engineering
1608 probability and statistics in engineering
 
Disease Prediction And Doctor Appointment system
Disease Prediction And Doctor Appointment  systemDisease Prediction And Doctor Appointment  system
Disease Prediction And Doctor Appointment system
 
Advanced Statistics.pptx
Advanced Statistics.pptxAdvanced Statistics.pptx
Advanced Statistics.pptx
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Data Analytics Project_Eun Seuk Choi (Eric)
Data Analytics Project_Eun Seuk Choi (Eric)Data Analytics Project_Eun Seuk Choi (Eric)
Data Analytics Project_Eun Seuk Choi (Eric)
 
Euro 2013 barrow crone - slideshare
Euro 2013 barrow crone - slideshareEuro 2013 barrow crone - slideshare
Euro 2013 barrow crone - slideshare
 
hje.pptx
hje.pptxhje.pptx
hje.pptx
 
PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...
PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...
PROGRAM TEST DATA GENERATION FOR BRANCH COVERAGE WITH GENETIC ALGORITHM: COMP...
 
Simple Ensemble Learning
Simple Ensemble LearningSimple Ensemble Learning
Simple Ensemble Learning
 
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale GraphsVertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
Vertex Centric Asynchronous Belief Propagation Algorithm for Large-Scale Graphs
 
Stock market analysis using ga and neural network
Stock market analysis using ga and neural networkStock market analysis using ga and neural network
Stock market analysis using ga and neural network
 
Sequential estimation of_discrete_choice_models
Sequential estimation of_discrete_choice_modelsSequential estimation of_discrete_choice_models
Sequential estimation of_discrete_choice_models
 
2.1 frequency distributions for organizing and summarizing data
2.1 frequency distributions for organizing and summarizing data2.1 frequency distributions for organizing and summarizing data
2.1 frequency distributions for organizing and summarizing data
 
L1 statistics
L1 statisticsL1 statistics
L1 statistics
 
Practice Test 1
Practice Test 1Practice Test 1
Practice Test 1
 
Data Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health ClassificationData Science Project: Advancements in Fetal Health Classification
Data Science Project: Advancements in Fetal Health Classification
 
Datascience
DatascienceDatascience
Datascience
 
datascience.docx
datascience.docxdatascience.docx
datascience.docx
 
06-00-ACA-Evaluation.pdf
06-00-ACA-Evaluation.pdf06-00-ACA-Evaluation.pdf
06-00-ACA-Evaluation.pdf
 

Recently uploaded

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Recently uploaded (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

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

  • 1. Motivation Data Method Result Conclusion Grouped time-series forecasting: Application to regional infant mortality counts Han Lin Shang and Peter W. F. Smith University of Southampton
  • 2. Motivation Data Method Result Conclusion Motivation 1 Multiple time series can be disaggregated by hierarchical/grouped structure
  • 3. Motivation Data Method Result Conclusion 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 Data Method Result Conclusion 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 Data Method Result Conclusion 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. Motivation Data Method Result Conclusion Data Consider regional infant mortality counts from 1933 to 2003, available in the hts package Western Australia South Australia Northern Territory Queensland New South Wales Victoria Tasmania Capital Territory Perth Adelaide Darwin Brisbane Sydney Melbourne Hobart Canberra Australia
  • 7. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion Hierarchical tree Total Male VIC NSW QLD SA WA ACT NT TAS Female VIC NSW QLD SA WA ACT NT TAS Figure: A two level hierarchical tree diagram.
  • 9. Motivation Data Method Result Conclusion Bottom-up method 1 Generate base (or independent) forecasts for each series at the bottom level
  • 10. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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., ¯YMale,h = ¯Y VIC Male,h + ... + ¯Y NT Male,h, ¯YTotal,h = ¯YMale,h + ¯YFemale,h, where h represents horizon
  • 12. Motivation Data Method Result Conclusion 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., ¯YMale,h = ¯Y VIC Male,h + ... + ¯Y NT Male,h, ¯YTotal,h = ¯YMale,h + ¯YFemale,h, where h represents horizon 4 Base forecasts = Revised forecasts
  • 13. Motivation Data Method Result Conclusion Bottom-up in action Level 0 1940 1960 1980 2000 2000300040005000 total 1940 1960 1980 2000 50015002500 Level 1 female male 1940 1960 1980 2000 050010002000 Level 2 nsw vic qld sa wa nt actot tas 1940 1960 1980 2000 02006001000 Level 3 nsw_f vic_f qld_f sa_f wa_f nt_f actot_f tas_f nsw_m vic_m qld_m sa_m wa_m nt_m actot_m tas_m
  • 14. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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 5 This gives us 10 one-step-ahead forecasts, 9 two-step-ahead forecasts, ..., and 1 ten-step-ahead forecast
  • 19. Motivation Data Method Result Conclusion 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 5 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. Motivation Data Method Result Conclusion Point forecast accuracy: evaluation To compare point forecast accuracy between the base and bottom-up forecasts for all series, calculate mean absolute percentage error, MAPEh = 1 (11 − h) × m n+(10−h) i=n m j=1 Yt+h,j − Yt+h,j Yt+h,j , where m represents the total number of time series in the hierarchy, and h = 1, 2, . . . , 10
  • 21. Motivation Data Method Result Conclusion Point forecast result Level 0 Level 1 Level 2 Level 3 Base BU Base BU Base BU Base BU 1 4.26 5.35 5.59 5.72 14.76 14.03 20.98 20.98 2 6.25 5.96 7.38 6.23 16.32 16.20 25.50 25.50 3 8.27 6.51 10.26 6.86 18.95 18.95 30.55 30.55 4 11.94 10.73 14.71 10.34 22.40 22.11 34.55 34.55 5 19.02 9.37 16.48 10.47 24.87 25.96 39.58 39.58 6 16.46 6.16 17.60 6.18 27.75 27.74 41.99 41.99 7 19.59 9.46 19.55 9.58 31.66 34.43 47.57 47.57 8 20.30 9.74 24.50 10.03 34.61 39.32 54.78 54.78 9 28.71 11.62 29.72 12.02 33.41 40.38 52.97 52.97 10 32.40 27.55 32.42 26.15 37.66 45.66 61.32 61.32 Mean 16.72 10.25 17.82 10.36 26.24 28.48 40.98 40.98 Bottom-up method outperforms the independent (base) forecasts (without group structure) at the top two levels, not the state level
  • 22. Motivation Data Method Result Conclusion Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty
  • 23. Motivation Data Method Result Conclusion Construction of interval forecasts 1 Provide pointwise interval forecasts for assessing uncertainty 2 Proposed method fits within the framework of parametric bootstrapping
  • 24. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion Demonstration of interval forecasts Present 80% pointwise prediction interval of the regional infant mortality counts from 2004 to 2013 at the top two levels Year Count 1940 1950 1960 1970 1980 1990 2000 100020003000400050006000 Total (a) Level 0 1940 1950 1960 1970 1980 1990 200050010001500200025003000 Year Count Male Female (b) Level 1 Infant mortality counts will continue to decrease in future. The variability of male forecasts is higher than female ones
  • 29. Motivation Data Method Result Conclusion Interval forecast accuracy 1 Given a sample path [Y1, . . . , Yn] where Yt is a column vector of values across the entire hierarchy, we constructed the h-step-ahead interval forecasts
  • 30. Motivation Data Method Result Conclusion Interval forecast accuracy 1 Given a sample path [Y1, . . . , Yn] where Yt is a column vector of values across the entire hierarchy, we constructed the h-step-ahead interval forecasts 2 Let Ln+h|n(p) and Un+h|n(p) be the lower and upper bounds, where p symbolizes the nominal coverage probability
  • 31. Motivation Data Method Result Conclusion Interval forecast accuracy 1 Given a sample path [Y1, . . . , Yn] where Yt is a column vector of values across the entire hierarchy, we constructed the h-step-ahead interval forecasts 2 Let Ln+h|n(p) and Un+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 In+h,j = 1 if Yn+h,j ∈ [Ln+h|n,j(p), Un+h|n,j(p)] 0 if Yn+h,j /∈ [Ln+h|n,j(p), Un+h|n,j(p)] j = 1, . . . , m
  • 32. Motivation Data Method Result Conclusion Empirical coverage probability Empirical coverage probability (ECP) is defined as ECPh = 1 − n+(10−h) l=n m j=1 Il+h,j m × (11 − h) , h = 1, . . . , 10 h 1 2 3 4 5 6 7 8 9 10 ECP 0.71 0.72 0.75 0.69 0.64 0.73 0.72 0.69 0.72 0.74 Table: Empirical coverage probability at nominal of 0.8
  • 33. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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 1 2 3 4 5 6 7 8 9 10 LR 5.73 4.55 1.87 3.24 9.23 5.28 5.94 4.03 2.55 5.01 Table: Critical value is 5.99 at 95% level of significance
  • 36. Motivation Data Method Result Conclusion 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 1 2 3 4 5 6 7 8 9 10 LR 5.73 4.55 1.87 3.24 9.23 5.28 5.94 4.03 2.55 5.01 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. Motivation Data Method Result Conclusion Conclusion 1 Revisited the bottom-up method
  • 38. Motivation Data Method Result Conclusion Conclusion 1 Revisited the bottom-up method 2 Applied it to the regional infant mortality count in Australia
  • 39. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion Future research 1 Parametric bootstrapping is expected to work for other hierarchical/grouped time series forecasting method, such as top-down methods
  • 44. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion 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. Motivation Data Method Result Conclusion Thank you A draft is available upon request from H.Shang@soton.ac.uk