<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>forecast uncertainty Archives - KDD Analytics</title>
	<atom:link href="https://www.kddanalytics.com/tag/forecast-uncertainty/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kddanalytics.com/tag/forecast-uncertainty/</link>
	<description>Data to Decisions</description>
	<lastBuildDate>Sat, 24 Mar 2018 02:21:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://i0.wp.com/www.kddanalytics.com/wp-content/uploads/2016/08/cropped-imageedit_1_7939659602.png?fit=32%2C32&#038;ssl=1</url>
	<title>forecast uncertainty Archives - KDD Analytics</title>
	<link>https://www.kddanalytics.com/tag/forecast-uncertainty/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114932494</site>	<item>
		<title>Practical Time Series Forecasting &#8211; Bounding Uncertainty</title>
		<link>https://www.kddanalytics.com/practical-time-series-forecasting-forecast-uncertainty/</link>
		
		<dc:creator><![CDATA[KDD]]></dc:creator>
		<pubDate>Mon, 12 Feb 2018 03:46:22 +0000</pubDate>
				<category><![CDATA[Data Analytics Methods]]></category>
		<category><![CDATA[Econometrics]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[Time Series]]></category>
		<category><![CDATA[confidence interval]]></category>
		<category><![CDATA[forecast interval]]></category>
		<category><![CDATA[forecast uncertainty]]></category>
		<guid isPermaLink="false">http://www.kddanalytics.com/?p=1356</guid>

					<description><![CDATA[<p>“A good forecaster is not smarter than everyone else, he merely has his ignorance better organized.” ― Anonymous Predicting the future is an exercise in probability rather than certainty. As we have mentioned several times over the course of these articles, your forecast model will be wrong. It is just a matter of how useful&#8230;</p>
<p>The post <a href="https://www.kddanalytics.com/practical-time-series-forecasting-forecast-uncertainty/">Practical Time Series Forecasting &#8211; Bounding Uncertainty</a> appeared first on <a href="https://www.kddanalytics.com">KDD Analytics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>“<em>A good forecaster is not smarter than everyone else, he merely has his ignorance better organized</em>.”<br />
― <strong>Anonymous</strong></p>
<p>Predicting the future is an exercise in probability rather than certainty. As we have mentioned several times over the course of these articles, <strong>your forecast model will be wrong</strong>.</p>
<p><strong> It is just a matter of how useful it might be.</strong></p>
<p>A time series model will <strong>forecast a path</strong> through the forecast horizon, a “point forecast.” But <strong>this path is just one of the paths</strong> your forecast can take based on your estimated model.</p>
<p>Providing a sense of the <strong>uncertainty surrounding your forecast</strong> is an essential part of your job as a forecaster.</p>
<h3>Forecast intervals</h3>
<p>The standard approach is to provide the “<a href="https://en.wikipedia.org/wiki/Prediction_interval" target="_blank" rel="noopener"><strong>forecast interval</strong></a>” for your forecast.</p>
<p>Typically, this is cast in terms of a 95% prediction interval. That is, 95 times out of 100, the actual value will fall within the specified range. (Note that there is a <a href="https://www.ma.utexas.edu/users/mks/statmistakes/CIvsPI.html" target="_blank" rel="noopener"><strong>difference between</strong></a> a &#8220;confidence&#8221; interval and a &#8220;forecast&#8221; interval.)</p>
<p><img data-recalc-dims="1" decoding="async" loading="lazy" class="size-full wp-image-1358 aligncenter" src="https://i0.wp.com/www.kddanalytics.com/wp-content/uploads/2017/12/Forecast-Interval.png?resize=603%2C371&#038;ssl=1" alt="Forecast Interval" width="603" height="371" srcset="https://i0.wp.com/www.kddanalytics.com/wp-content/uploads/2017/12/Forecast-Interval.png?w=603&amp;ssl=1 603w, https://i0.wp.com/www.kddanalytics.com/wp-content/uploads/2017/12/Forecast-Interval.png?resize=300%2C185&amp;ssl=1 300w" sizes="auto, (max-width: 603px) 100vw, 603px" /></p>
<h3>Sources of forecast uncertainty</h3>
<p>There are at least <a href="http://www.eviews.com/help/helpintro.html#page/content%2FForecast-Forecast_Basics.html%23ww181365" target="_blank" rel="noopener"><strong>two sources</strong></a> of forecast uncertainty over the forecast horizon.</p>
<p>The <strong>first results from our ignorance of what the model’s error will be in the forecast horizon</strong>. So, we must rely on how well the model did in the recalibration sample (estimation + holdout) as an estimate.</p>
<p>The <strong>second source of uncertainty results from the model’s coefficients </strong>(or parameters)<strong> being estimates of their true values</strong>. As estimates, they have their own “confidence” interval.</p>
<p>As a result, <strong>the forecast interval can be quite large</strong> (as shown above). And, due to error compounding over time, the <strong>forecast interval widens</strong> the further into the forecast horizon you go.</p>
<p>In our example above, during the <strong>first month</strong> of the forecast horizon, the forecast interval is <strong>plus or minus 0.63%</strong> of the forecasted value. By <strong>month 6</strong>, this spread widens to <strong>plus or minus 2.95%</strong>.</p>
<p>Even accounting for forecast error and parameter uncertainty, these forecast intervals may still be <a href="https://robjhyndman.com/hyndsight/narrow-pi/" target="_blank" rel="noopener"><strong>too narrow</strong></a>.</p>
<h3>What about meta forecasts?</h3>
<p>In an <a href="https://www.kddanalytics.com/practical-time-series-forecasting-meta-models/" target="_blank" rel="noopener"><strong>earlier article</strong></a> we discussed <strong>combining forecasts into a meta forecast</strong>. The <strong>challenge</strong> in terms of a <strong>meta prediction interval</strong> is that it is <strong>not a simple matter to combine the prediction intervals of the constituents’ forecasts</strong>.</p>
<p><strong>One approach</strong> is to simply <strong>show the extreme upper and lower forecast paths</strong> along with the meta forecast path, which will lie somewhere between the two extremes.</p>
<p>And then to <strong>caution the consumer of your forecast</strong> that this is just to give a sense of the possible forecast range, which <strong>will likely be too narrow</strong> (since the upper and lower forecast will each have their own prediction interval).</p>
<h3>Probability-based assessment of forecast uncertainty</h3>
<p>Another approach is to <strong>couch your forecast uncertainty </strong><strong>in terms of a probability</strong>.</p>
<p>For example, based on your SALES forecast, <strong>what are the chances of hitting a certain level of sales by a certain date</strong>? If you are forecasting procurement needs for a warehouse, <strong>what is the chance of running out of inventory by a certain date</strong>? If you are a macroeconomist forecasting GDP, <strong>what are the chances of the economy falling into a recession by a certain date</strong>?</p>
<p><strong>Suppose</strong> you are tasked with forecasting daily SALES over the next year.</p>
<p><strong>Management has targeted a certain level of SALES and wants to know when that target will be hit.</strong> You can use the forecast uncertainty produced by your model to generate the following chart:</p>
<p><img data-recalc-dims="1" decoding="async" loading="lazy" class="size-full wp-image-1361 aligncenter" src="https://i0.wp.com/www.kddanalytics.com/wp-content/uploads/2017/12/Forecast-Risk-Curve.png?resize=603%2C372&#038;ssl=1" alt="Forecast risk curve" width="603" height="372" srcset="https://i0.wp.com/www.kddanalytics.com/wp-content/uploads/2017/12/Forecast-Risk-Curve.png?w=603&amp;ssl=1 603w, https://i0.wp.com/www.kddanalytics.com/wp-content/uploads/2017/12/Forecast-Risk-Curve.png?resize=300%2C185&amp;ssl=1 300w" sizes="auto, (max-width: 603px) 100vw, 603px" />The vertical axis is the chance of hitting the SALES target by a certain date (in this case, days into the next year). So, <strong>160 days into the year, there is a 10% chance of hitting the sales target.</strong></p>
<p><strong>By day 192</strong>, a month later, the <strong>chance has grown to 30%</strong>. And <strong>by day 218, there is a 50/50 chance</strong> the sales target will be reached.</p>
<p>Stating these chances in terms of odds may be an easier way to present this:</p>
<p><strong> By day 160</strong>, the odds of hitting the target would be <strong>9 to 1</strong>. By <strong>day 192</strong> it would be a little over <strong>2 to 1</strong>. And by <strong>day 218</strong>, it would be <strong>1 to 1…a flip of the coin.</strong></p>
<h3>Bottom line</h3>
<p>Uncertainty is a fact of life and your forecasts will be “wrong.”</p>
<p>But quantifying how wrong they can be will go a long way towards making them “useful.”</p>
<a class="dpsp-click-to-tweet dpsp-style-1" href="https://twitter.com/intent/tweet?text=quantify+forecast+uncertainty+and+make+your+forecast+useful&url=https%3A%2F%2Fwww.kddanalytics.com%2Fpractical-time-series-forecasting-forecast-uncertainty%2F"><div class="dpsp-click-to-tweet-content">quantify forecast uncertainty and make your forecast useful</div><div class="dpsp-click-to-tweet-footer"><span class="dpsp-click-to-tweet-cta"><span>Click to Tweet</span><i class="dpsp-network-btn dpsp-twitter"><span class="dpsp-network-icon"></span></i></span></div></a>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-introduction/" target="_blank" rel="noopener"><strong>Part 1 &#8211; Practical Time Series Forecasting &#8211; Introduction</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-basics/" target="_blank" rel="noopener"><strong>Part 2 &#8211; Practical Time Series Forecasting &#8211; Some Basics</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-useful-models/" target="_blank" rel="noopener"><strong>Part 3 &#8211; Practical Time Series Forecasting &#8211; Potentially Useful Models</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-data-science-taxonomy/" target="_blank" rel="noopener"><strong>Part 4 &#8211; Practical Time Series Forecasting &#8211; Data Science Taxonomy</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-holdout-sample/" target="_blank" rel="noopener"><strong>Part 5 &#8211; Practical Time Series Forecasting &#8211; Know When to Hold &#8217;em</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-what-makes-a-useful-model/" target="_blank" rel="noopener"><strong>Part 6 &#8211; Practical Time Series Forecasting &#8211; What Makes a Model Useful?</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-deterministic-stochastic-trend/" target="_blank" rel="noopener"><strong>Part 7 &#8211; Practical Time Series Forecasting &#8211; To Difference or Not to Difference</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-times-series-forecasting-rolling-holdout-sample/" target="_blank" rel="noopener"><strong>Part 8 &#8211; Practical Time Series Forecasting &#8211; Know When to Roll &#8217;em</strong></a></p>
<p><a href="https://www.kddanalytics.com/practical-time-series-forecasting-meta-models/" target="_blank" rel="noopener"><strong>Part 9 &#8211; Practical Time Series Forecasting &#8211; Meta Models</strong></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.kddanalytics.com/practical-time-series-forecasting-forecast-uncertainty/">Practical Time Series Forecasting &#8211; Bounding Uncertainty</a> appeared first on <a href="https://www.kddanalytics.com">KDD Analytics</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1356</post-id>	</item>
	</channel>
</rss>
