请输入您要查询的百科知识:

 

词条 Forecasting
释义

  1. Categories of forecasting methods

     Qualitative vs. quantitative methods  Average approach  Naïve approach  Drift method  Seasonal naïve approach  Time series methods  Causal / econometric forecasting methods  Judgmental methods  Artificial intelligence methods  Other methods 

  2. Forecasting accuracy

     Training and test sets  Cross-validation 

  3. Seasonality and cyclic behaviour

     Seasonality  Cyclic behaviour 

  4. Applications

  5. Limitations

     Performance limits of fluid dynamics equations 

  6. See also

  7. References

  8. External links

{{Other uses|Forecast (disambiguation){{!}}Forecast}}

Forecasting is the process of making predictions of the future based on past and present data and most commonly by analysis of trends. A commonplace example might be estimation of some variable of interest at some specified future date. Prediction is a similar, but more general term. Both might refer to formal statistical methods employing time series, cross-sectional or longitudinal data, or alternatively to less formal judgmental methods. Usage can differ between areas of application: for example, in hydrology the terms "forecast" and "forecasting" are sometimes reserved for estimates of values at certain specific future times, while the term "prediction" is used for more general estimates, such as the number of times floods will occur over a long period.

Risk and uncertainty are central to forecasting and prediction; it is generally considered good practice to indicate the degree of uncertainty attaching to forecasts. In any case, the data must be up to date in order for the forecast to be as accurate as possible. In some cases the data used to predict the variable of interest is itself forecasted.[1]

Categories of forecasting methods

Qualitative vs. quantitative methods

Qualitative forecasting techniques are subjective, based on the opinion and judgment of consumers and experts; they are appropriate when past data are not available.

They are usually applied to intermediate- or long-range decisions. Examples of qualitative forecasting methods are {{citation needed|date=May 2012}} informed opinion and judgment, the Delphi method, market research, and historical life-cycle analogy.

Quantitative forecasting models are used to forecast future data as a function of past data. They are appropriate to use when past numerical data is available and when it is reasonable to assume that some of the patterns in the data are expected to continue into the future.

These methods are usually applied to short- or intermediate-range decisions. Examples of quantitative forecasting methods are{{citation needed|date=May 2012}} last period demand, simple and weighted N-Period moving averages, simple exponential smoothing, poisson process model based forecasting [2] and multiplicative seasonal indexes. Previous research shows that different methods may lead to different level of forecasting accuracy. For example, GMDH neural network was found to have better forecasting performance than the classical forecasting algorithms such as Single Exponential Smooth, Double Exponential Smooth, ARIMA and back-propagation neural network.[3]

Average approach

In this approach, the predictions of all future values are equal to the mean of the past data. This approach can be used with any sort of data where past data is available. In time series notation:

[4]

where is the past data.

Although the time series notation has been used here, the average approach can also be used for cross-sectional data (when we are predicting unobserved values; values that are not included in the data set). Then, the prediction for unobserved values is the average of the observed values.

Naïve approach

Naïve forecasts are the most cost-effective forecasting model, and provide a benchmark against which more sophisticated models can be compared. This forecasting method is only suitable for time series data.[4] Using the naïve approach, forecasts are produced that are equal to the last observed value. This method works quite well for economic and financial time series, which often have patterns that are difficult to reliably and accurately predict.[4] If the time series is believed to have seasonality, the seasonal naïve approach may be more appropriate where the forecasts are equal to the value from last season. In time series notation:

Drift method

A variation on the naïve method is to allow the forecasts to increase or decrease over time, where the amount of change over time (called the drift) is set to be the average change seen in the historical data. So the forecast for time is given by

[4]

This is equivalent to drawing a line between the first and last observation, and extrapolating it into the future.

Seasonal naïve approach

The seasonal naïve method accounts for seasonality by setting each prediction to be equal to the last observed value of the same season. For example, the prediction value for all subsequent months of April will be equal to the previous value observed for April. The forecast for time is[4]

where =seasonal period and is the smallest integer greater than .

The seasonal naïve method is particularly useful for data that has a very high level of seasonality.

Time series methods

Time series methods use historical data as the basis of estimating future outcomes.

  • Moving average
  • Weighted moving average
  • Kalman filtering
  • Exponential smoothing
  • Autoregressive moving average (ARMA) (forecasts depend on past values of the variable being forecasted and on past prediction errors)
  • Autoregressive integrated moving average (ARIMA) (ARMA on the period-to-period change in the forecasted variable)

e.g. Box–Jenkins

Seasonal ARIMA or SARIMA or ARIMARCH,[5]

  • Extrapolation
  • Linear prediction
  • Trend estimation (predicting the variable as a linear or polynomial function of time)
  • Growth curve (statistics)

Causal / econometric forecasting methods

Some forecasting methods try to identify the underlying factors that might influence the variable that is being forecast. For example, including information about climate patterns might improve the ability of a model to predict umbrella sales. Forecasting models often take account of regular seasonal variations. In addition to climate, such variations can also be due to holidays and customs: for example, one might predict that sales of college football apparel will be higher during the football season than during the off season.[6]

Several informal methods used in causal forecasting do not rely solely on the output of mathematical algorithms, but instead use the judgment of the forecaster. Some forecasts take account of past relationships between variables: if one variable has, for example, been approximately linearly related to another for a long period of time, it may be appropriate to extrapolate such a relationship into the future, without necessarily understanding the reasons for the relationship.

Causal methods include:

  • Regression analysis includes a large group of methods for predicting future values of a variable using information about other variables. These methods include both parametric (linear or non-linear) and non-parametric techniques.
  • Autoregressive moving average with exogenous inputs (ARMAX)[7]

Quantitative forecasting models are often judged against each other by comparing their in-sample or out-of-sample mean square error, although some researchers have advised against this.[8] Different forecasting approaches have different levels of accuracy. For example, it was found in one context that GMDH has higher forecasting accuracy than traditional ARIMA [9]

Judgmental methods

Judgmental forecasting methods incorporate intuitive judgement, opinions and subjective probability estimates. Judgmental forecasting is used in cases where there is lack of historical data or during completely new and unique market conditions.[10]

Judgmental methods include:

  • Composite forecasts{{citation needed|date=January 2019}}
  • Cooke's method{{citation needed|date=January 2019}}
  • Delphi method
  • Forecast by analogy
  • Scenario building
  • Statistical surveys
  • Technology forecasting

Artificial intelligence methods

  • Artificial neural networks
  • Group method of data handling
  • Support vector machines

Often these are done today by specialized programs loosely labeled

  • Data mining
  • Machine learning
  • Pattern recognition

Other methods

  • Simulation
  • Prediction market
  • Probabilistic forecasting and Ensemble forecasting

Forecasting accuracy

The forecast error (also known as a residual) is the difference between the actual value and the forecast value for the corresponding period:

where E is the forecast error at period t, Y is the actual value at period t, and F is the forecast for period t.

A good forecasting method will yield residuals that are uncorrelated. If there are correlations between residual values, then there is information left in the residuals which should be used in computing forecasts. This can be accomplished by computing the expected value of a residual as a function of the known past residuals, and adjusting the forecast by the amount by which this expected value differs from zero.

A good forecasting method will also have zero mean. If the residuals have a mean other than zero, then the forecasts are biased and can be improved by adjusting the forecasting technique by an additive constant that equals the mean of the unadjusted residuals.

Measures of aggregate error:

Scaled Errors: The forecast error, E, is on the same scale as the data, as such, these accuracy measures are scale-dependent and cannot be used to make comparisons between series on different scales.
Mean absolute error (MAE) or mean absolute deviation (MAD)
Mean squared error (MSE) or mean squared prediction error (MSPE)
Root mean squared error (RMSE)
Average of Errors (E)
Percentage Errors: These are more frequently used to compare forecast performance between different data sets because they are scale-independent. However, they have the disadvantage of being extremely large or undefined if Y is close to or equal to zero.
Mean absolute percentage error (MAPE) or mean absolute percentage deviation (MAPD)
Scaled Errors: Hyndman and Koehler (2006) proposed using scaled errors as an alternative to percentage errors.
Mean absolute scaled error (MASE)

m=seasonal period or 1 if non-seasonal

Other Measures:
Forecast skill (SS)

Business forecasters and practitioners sometimes use different terminology. They refer to the PMAD as the MAPE, although they compute this as a volume weighted MAPE.[11] For more information see Calculating demand forecast accuracy.

When comparing the accuracy of different forecasting methods on a specific data set, the measures of aggregate error are compared with each other and the method that yields the lowest error is preferred.

Training and test sets

When evaluating the quality of forecasts, it is invalid to look at how well a model fits the historical data; the accuracy of forecasts can only be determined by considering how well a model performs on new data that were not used when fitting the model. When choosing models, it is common to use a portion of the available data for fitting, and use the rest of the data for testing the model, as was done in the above examples.[12]

Cross-validation

Cross-validation is a more sophisticated version of training a test set.

For cross-sectional data, one approach to cross-validation works as follows:

  1. Select observation i for the test set, and use the remaining observations in the training set. Compute the error on the test observation.
  2. Repeat the above step for i = 1,2,..., N where N is the total number of observations.
  3. Compute the forecast accuracy measures based on the errors obtained.

This makes efficient use of the available data, as only one observation is omitted at each step

For time series data, the training set can only include observations prior to the test set. Therefore no future observations can be used in constructing the forecast. Suppose k observations are needed to produce a reliable forecast; then the process works as follows:

  1. Starting with i=1, select the observation k + i for the test set, and use the observations at times 1, 2, ..., k+i–1 to estimate the forecasting model. Compute the error on the forecast for k+i.
  2. Repeat the above step for i = 2,...,T–k where T is the total number of observations.
  3. Compute the forecast accuracy over all errors.

This procedure is sometimes known as a "rolling forecasting origin" because the "origin" (k+i -1) at which the forecast is based rolls forward in time.[13] Further, two-step-ahead or in general p-step-ahead forecasts can be computed by first forecasting the value immediately after the training set, then using this value with the training set values to forecast two periods ahead, etc.

See also
  • Calculating demand forecast accuracy
  • Consensus forecasts
  • Forecast error
  • Predictability
  • Prediction intervals, similar to confidence intervals
  • Reference class forecasting

Seasonality and cyclic behaviour

Seasonality

{{Main|Seasonality}}

Seasonality is a characteristic of a time series in which the data experiences regular and predictable changes which recur every calendar year. Any predictable change or pattern in a time series that recurs or repeats over a one-year period can be said to be seasonal. It is common in many situations – such as grocery store[14] or even in a Medical Examiner’s office[15]—that the demand depends on the day of the week. In such situations, the forecasting procedure calculates the seasonal index of the “season” – seven seasons, one for each day – which is the ratio of the average demand of that season (which is calculated by Moving Average or Exponential Smoothing using historical data corresponding only to that season) to the average demand across all seasons. An index higher than 1 indicates that demand is higher than average; an index less than 1 indicates that the demand is less than the average.

Cyclic behaviour

The cyclic behaviour of data takes place when there are regular fluctuations in the data which usually last for an interval of at least two years, and when the length of the current cycle cannot be predetermined. Cyclic behavior is not to be confused with seasonal behavior. Seasonal fluctuations follow a consistent pattern each year so the period is always known. As an example, during the Christmas period, inventories of stores tend to increase in order to prepare for Christmas shoppers. As an example of cyclic behaviour, the population of a particular natural ecosystem will exhibit cyclic behaviour when the population decreases as its natural food source decreases, and once the population is low, the food source will recover and the population will start to increase again. Cyclic data cannot be accounted for using ordinary seasonal adjustment since it is not of fixed period.

Applications

Forecasting has applications in a wide range of fields where estimates of future conditions are useful. Not everything can be forecasted reliably, if the factors that relate to what is being forecast are known and well understood and there is a significant amount of data that can be used very reliable forecasts can often be obtained. If this is not the case or if the actual outcome is effected by the forecasts, the reliability of the forecasts can be significantly lower.[16]

Climate change and increasing energy prices have led to the use of Egain Forecasting for buildings. This attempts to reduce the energy needed to heat the building, thus reducing the emission of greenhouse gases. Forecasting is used in Customer Demand Planning in everyday business for manufacturing and distribution companies.

While the veracity of predictions for actual stock returns are disputed through reference to the Efficient-market hypothesis, forecasting of broad economic trends is common. Such analysis is provided by both non-profit groups as well as by for-profit private institutions.{{citation needed|date=January 2019}}

Forecasting foreign exchange movements is typically achieved through a combination of chart and fundamental analysis. An essential difference between chart analysis and fundamental economic analysis is that chartists study only the price action of a market, whereas fundamentalists attempt to look to the reasons behind the action.[17] Financial institutions assimilate the evidence provided by their fundamental and chartist researchers into one note to provide a final projection on the currency in question.[18]

Forecasting has also been used to predict the development of conflict situations.[19] Forecasters perform research that uses empirical results to gauge the effectiveness of certain forecasting models.[20] However research has shown that there is little difference between the accuracy of the forecasts of experts knowledgeable in the conflict situation and those by individuals who knew much less.[21]

Similarly, experts in some studies argue that role thinking{{clarify|date=December 2013}} does not contribute to the accuracy of the forecast.[22] The discipline of demand planning, also sometimes referred to as supply chain forecasting, embraces both statistical forecasting and a consensus process. An important, albeit often ignored aspect of forecasting, is the relationship it holds with planning. Forecasting can be described as predicting what the future will look like, whereas planning predicts what the future should look like.[23][24] There is no single right forecasting method to use. Selection of a method should be based on your objectives and your conditions (data etc.).[25] A good place to find a method, is by visiting a selection tree. An example of a selection tree can be found here.[26]

Forecasting has application in many situations:

  • Supply chain management - Forecasting can be used in supply chain management to ensure that the right product is at the right place at the right time. Accurate forecasting will help retailers reduce excess inventory and thus increase profit margin. Studies have shown that extrapolations are the least accurate, while company earnings forecasts are the most reliable.{{clarify|date=December 2013}}[27] Accurate forecasting will also help them meet consumer demand.
  • Economic forecasting
  • Earthquake prediction
  • Egain forecasting
  • Finance against risk of default via credit ratings and credit scores
  • Land use forecasting
  • Player and team performance in sports
  • Political forecasting
  • Product forecasting
  • Sales forecasting
  • Technology forecasting
  • Telecommunications forecasting
  • Transport planning and Transportation forecasting
  • Weather forecasting, Flood forecasting and Meteorology

Limitations

Limitations pose barriers beyond which forecasting methods cannot reliably predict.

There are many events and values that cannot be forecast reliably. Events such as the roll of a die or the results of the lottery cannot be forecast because they are random events and there is no significant relationship in the data. When the factors that lead to what is being forecast are not known or well understood such as in stock and foreign exchange markets forecasts are often inaccurate or wrong as there is not enough data about everything that affects these markets for the forecasts to be reliable, in addition the outcomes of the forecasts of these markets change the behavior of those involved in the market further reducing forecast accuracy.[16]

Performance limits of fluid dynamics equations

As proposed by Edward Lorenz in 1963, long range weather forecasts, those made at a range of two weeks or more, are impossible to definitively predict the state of the atmosphere, owing to the chaotic nature of the fluid dynamics equations involved. Extremely small errors in the initial input, such as temperatures and winds, within numerical models double every five days.[28]

See also

{{div col|colwidth=22em}}
  • Accelerating change
  • Cash flow forecasting
  • Collaborative planning, forecasting, and replenishment
  • Earthquake prediction
  • Energy forecasting
  • Financial forecast
  • Forecasting bias
  • Foresight (future studies)
  • Futures studies
  • Futurology
  • Kondratiev wave
  • Optimism bias
  • Planning
  • Risk management
  • Scenario planning
  • Spending wave
  • Strategic foresight
  • Technology forecasting
  • Time Series
  • Weather forecasting
  • Wind power forecasting
{{div col end}}

References

1. ^{{cite journal|last1=French|first1=Jordan|title=The time traveller's CAPM|journal=Investment Analysts Journal|date=2017|volume=46|issue=2|pages=81–96|doi=10.1080/10293523.2016.1255469}}
2. ^{{cite conference |title= A poisson process model for activity forecasting |last1= Mahmud |first1= Tahmida |author-link1= |last2= Hasan |first2= Mahmudul |author-link2= |last3= Chakraborty |first3= Anirban |author-link3= |last4= Roy-Chowdhury |first4= Amit |author-link4= |date= 19 August 2016 |publisher= IEEE |book-title= |pages= |location= |conference= 2016 IEEE International Conference on Image Processing (ICIP) |id= |doi= 10.1109/ICIP.2016.7532978 }}
3. ^{{Cite journal | doi=10.1080/14445921.2016.1225149|title = Forecasting the REITs and stock indices: Group Method of Data Handling Neural Network approach| journal=Pacific Rim Property Research Journal| volume=23| issue=2| pages=123–160|year = 2017|last1 = Li|first1 = Rita Yi Man| last2=Fong| first2=Simon| last3=Chong| first3=Kyle Weng Sang}}
4. ^{{cite book|url=https://www.otexts.org/fpp/2/3|title=2.3 Some simple forecasting methods - OTexts|author=|date=|website=www.otexts.org|accessdate=16 March 2018}}
5. ^{{cite journal|last1=Munim|first1=Ziaul Haque|last2=Schramm|first2=Hans-Joachim|title= Forecasting container shipping freight rates for the Far East – Northern Europe trade lane|journal= Maritime Economics & Logistics|date=2017|pages=106–125|doi= 10.1057/s41278-016-0051-7|volume=19|issue=1}}
6. ^{{cite book|last=Nahmias|first=Steven|title=Production and Operations Analysis|year=2009}}
7. ^{{cite book|last=Ellis|first=Kimberly|title=Production Planning and Inventory Control Virginia Tech|year=2008|publisher=McGraw Hill|isbn=978-0-390-87106-0}}
8. ^{{cite journal | url = http://marketing.wharton.upenn.edu/ideas/pdf/armstrong2/armstrong-errormeasures-empirical.pdf | title = Error Measures For Generalizing About Forecasting Methods: Empirical Comparisons | author = J. Scott Armstrong and Fred Collopy | journal = International Journal of Forecasting | volume = 8 | pages = 69–80 | year = 1992 | doi = 10.1016/0169-2070(92)90008-w | deadurl = yes | archiveurl = https://web.archive.org/web/20120206182744/http://marketing.wharton.upenn.edu/ideas/pdf/armstrong2/armstrong-errormeasures-empirical.pdf | archivedate = 2012-02-06 | df = | citeseerx = 10.1.1.423.508 }}
9. ^16. Li, Rita Yi Man, Fong, S., Chong, W.S. (2017) Forecasting the REITs and stock indices: Group Method of Data Handling Neural Network approach, Pacific Rim Property Research Journal, 23(2), 1-38
10. ^{{cite book|url=https://www.otexts.org/fpp/3/1|title=3.1 Introduction - OTexts|author=|date=|website=www.otexts.org|accessdate=16 March 2018}}
11. ^{{cite web|url=http://www.forecastingblog.com/?p=134|title=Response to MAPE and MPE Calculations - Mark Chockalingam - Forecasting Blog|author=|date=25 October 2010|website=forecastingblog.com|accessdate=16 March 2018}}
12. ^{{Cite book|url=https://www.otexts.org/fpp/2/5|title=2.5 Evaluating forecast accuracy {{!}} OTexts|website=www.otexts.org|access-date=2016-05-14}}
13. ^{{Cite book|url=https://www.otexts.org/fpp/2/5|title=2.5 Evaluating forecast accuracy {{!}} OTexts|website=www.otexts.org|access-date=2016-05-17}}
14. ^{{Cite journal | last1 = Erhun | first1 = F. | last2 = Tayur | first2 = S. | doi = 10.1287/opre.51.3.343.14953 | title = Enterprise-Wide Optimization of Total Landed Cost at a Grocery Retailer | journal = Operations Research | volume = 51 | issue = 3 | pages = 343 | year = 2003 | pmid = | pmc = }}
15. ^{{Cite journal | doi = 10.1177/097206340700900105| title = Forecasting as an Operations Management Tool in a Medical Examiner's Office| journal = Journal of Health Management| volume = 9| pages = 75–84| year = 2007| last1 = Omalu | first1 = B. I.| last2 = Shakir | first2 = A. M.| last3 = Lindner | first3 = J. L.| last4 = Tayur | first4 = S. R.}}
16. ^{{Cite book | url=https://www.otexts.org/fpp/1/1 | title=Forecasting: Principles and Practice}}
17. ^{{cite journal |jstor=2234183|title=Charts, Noise and Fundamentals in the London Foreign Exchange Market |journal=The Economic Journal |volume=100 |issue=400 |pages=49–59 |author1=Helen Allen |author2=Mark P. Taylor |year=1990|doi=10.2307/2234183 }}
18. ^Pound Sterling Live. [https://www.poundsterlinglive.com/euroforecast "Euro Forecast from Institutional Researchers"], A list of collated exchange rate forecasts encompassing technical and fundamental analysis in the foreign exchange market.
19. ^T. Chadefaux (2014). "Early warning signals for war in the news". Journal of Peace Research, 51(1), 5-18
20. ^{{cite web |url=http://qbox.wharton.upenn.edu/documents/mktg/research/FAQ.pdf |title=Answers to Frequently Asked Questions |author1=J. Scott Armstrong |author2=Kesten C. Green |author3=Andreas Graefe |year=2010 |access-date=2012-01-23 |archive-url=https://web.archive.org/web/20120711003404/http://qbox.wharton.upenn.edu/documents/mktg/research/FAQ.pdf |archive-date=2012-07-11 |dead-url=yes |df= }}
21. ^{{cite journal |url=http://marketing.wharton.upenn.edu/documents/research/Value%20of%20expertise.pdf |title=The Ombudsman: Value of Expertise for Forecasting Decisions in Conflicts |author1=Kesten C. Greene |author2=J. Scott Armstrong |journal=Interfaces |volume=0 |pages=1–12 |year=2007 |access-date=2011-12-29 |archive-url=https://web.archive.org/web/20100620223405/http://marketing.wharton.upenn.edu/documents/research/Value%20of%20expertise.pdf |archive-date=2010-06-20 |dead-url=yes |df= }}
22. ^{{cite journal |url=http://www.forecastingprinciples.com/paperpdf/Escalation%20Bias.pdf |title=Role thinking: Standing in other people's shoes to forecast decisions in conflicts |author1=Kesten C. Green |author2=J. Scott Armstrong |journal=Role Thinking: Standing in Other People's Shoes to Forecast Decisions in Conflicts |volume=39 |pages=111–116 |year=1975}}
23. ^{{cite web |url=http://www.forecastingprinciples.com/index.php?option=com_content&task=view&id=3&Itemid=3 |title=FAQ |publisher=Forecastingprinciples.com |date=1998-02-14 |accessdate=2012-08-28}}
24. ^{{cite web |url=http://www.qbox.wharton.upenn.edu/documents/mktg/research/INTFOR3581%20-%20Publication%2015.pdf |title=Structured analogies for forecasting |publisher=University of Pennsylvania |first1=Kesten C. |last1=Greene |first2=J. Scott |last2=Armstrong }}{{Dead link|date=September 2018 |bot=InternetArchiveBot |fix-attempted=yes }}
25. ^{{cite web |url=http://www.forecastingprinciples.com/index.php?option=com_content&task=view&id=3&Itemid=3#D._Choosing_the_best_method |title=FAQ |publisher=Forecastingprinciples.com |date=1998-02-14 |accessdate=2012-08-28}}
26. ^{{cite web |url=http://www.forecastingprinciples.com/index.php?option=com_content&task=view&id=17&Itemid=17 |title=Selection Tree |publisher=Forecastingprinciples.com |date=1998-02-14 |accessdate=2012-08-28}}
27. ^{{cite journal |url=http://www.forecastingprinciples.com/paperpdf/Monetary%20Incentives.pdf |title=Relative Accuracy of Judgmental and Extrapolative Methods in Forecasting Annual Earnings |author=J. Scott Armstrong |journal=Journal of Forecasting |volume=2 |issue=4 |pages=437–447 |year=1983 |doi=10.1002/for.3980020411}}
28. ^{{cite book|title=Storm Watchers|pages=222–224|year=2002|author=Cox, John D.|publisher=John Wiley & Sons, Inc.|isbn=978-0-471-38108-2}}
  • {{cite book |editor1-last=Armstrong |editor1-first=J. Scott |editor1-link=J. Scott Armstrong |title=Principles of Forecasting: A Handbook for Researchers and Practitioners |publisher=Kluwer Academic Publishers |location=Norwell, Massachusetts |date=2001 |isbn=978-0-7923-7930-0}}
  • {{cite book |last=Ellis |first=Kimberly |title=Production Planning and Inventory Control |publisher=McGraw-Hill |date=2010 |isbn=978-0-412-03471-8}}
  • {{cite book |last=Geisser |first=Seymour |authorlink=Seymour Geisser |title=Predictive Inference: An Introduction |publisher=Chapman & Hall, CRC Press |date=June 1993 |isbn=978-0-390-87106-0}}
  • {{cite book |last=Gilchrist |first=Warren |title=Statistical Forecasting |publisher=John Wiley & Sons |location=London |date=1976 |isbn=978-0-471-99403-9}}
  • {{cite journal |last1=Hyndman |first1=Rob J. |last2=Koehler |first2=Anne B. |author1-link=Rob J. Hyndman |url=http://www.robjhyndman.com/papers/mase.pdf |title=Another look at measures of forecast accuracy |journal=International Journal of Forecasting |volume=22 |issue=4 |pages=679–688 |date=October–December 2006 |doi=10.1016/j.ijforecast.2006.03.001|citeseerx=10.1.1.154.9771 }}
  • {{cite book |last1=Makridakis |first1=Spyros |last2=Wheelwrigt |first2=Steven |last3=Hyndman |first3=Rob J. |title=Forecasting: Methods and Applications |publisher=John Wiley & Sons |date=1998 |isbn=978-0-471-53233-0}}
  • {{cite book |last=Malakooti |first=Behnam |title=Operations and Production Systems with Multiple Objectives |publisher=John Wiley & Sons |date=February 2014 |isbn=978-0-470-03732-4}}
  • {{cite book |last1=Kaligasidis |first1=Angela Sasic |last2=Taesler |first2=Roger |last3=Andersson |first3=Cari |last4=Nord |first4=Margitta |chapter=Upgraded weather forecast control of building heating systems |title=Research in Building Physics and Building Engineering |publisher=Taylor & Francis, CRC Press |editor-first=Paul |editor-last=Fazio |pages=951–958 |date=August 2006 |isbn=978-0-415-41675-7}}
  • {{cite book |last1=Kress |first1=George J. |last2=Snyder |first2=John |title=Forecasting and Market Analysis Techniques: A Practical Approach |publisher=Quorum Books |date=May 1994 |isbn=978-0-89930-835-7}}
  • {{cite book |last=Rescher |first=Nicholas |authorlink=Nicholas Rescher |title=Predicting the Future: An Introduction to the Theory of Forecasting |publisher=State University of New York Press |date=1998 |isbn=978-0-7914-3553-3}}
  • {{cite journal |last=Taesler |first=Roger |title=Climate and Building Energy Management |journal=Energy and Buildings |volume=15 |issue=1–2 |pages=599–608 |date=1991 |doi=10.1016/0378-7788(91)90028-2}}
  • {{cite book |last=Turchin |first=Peter |authorlink=Peter Turchin |chapter=Scientific Prediction in Historical Sociology: Ibn Khaldun meets Al Saud |title=History & Mathematics: Historical Dynamics and Development of Complex Societies |publisher=KomKniga |location=Moscow |pages=9–38 |date=2007 |isbn=978-5-484-01002-8}}
  • {{cite patent |invent1=Berglund, Ulf Stefan |invent2=Lundberg, Bjorn Henry |title=Comfort control system incorporating weather forecast data and a method for operating such a system |country=US |number=6098893 |status=patent |gdate=August 8, 2000 |fdate=October 22, 1998 |pridate=October 22, 1998}}.

External links

{{wiktionary|predict}}{{wiktionary|forecast}}
  • {{Commonscat-inline}}
  • Forecasting Principles: "Evidence-based forecasting"
  • International Institute of Forecasters
  • Introduction to Time series Analysis (Engineering Statistics Handbook) - A practical guide to Time series analysis and forecasting
  • Time Series Analysis
  • Global Forecasting with IFs
  • Earthquake Electromagnetic Precursor Research
  • Forecasting Science and Theory of Forecasting
{{Qualitative forecasting methods}}{{Quantitative forecasting methods}}

5 : Forecasting|Statistical forecasting|Supply chain analytics|Supply chain management|Time series

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/11 17:23:18