HP 12C#ABA hp 12c_solutions handbook_English_E.pdf - Page 89

less sensitive the average becomes to fluctuations in current values.

Page 89 highlights

Exponential smoothing is often used for short term sales and inventory forecasts. Typical forecast periods are monthly or quarterly. Unlike a moving average, exponential smoothing does not require a great deal of historical data. However , it should not be used with data which has more than a moderate amount of up or down trend. When using exponential smoothing, a smoothing factor is chosen which affects the sensitivity of the average much the same way as the length of the standard moving average period. The correspondence between the two techniques can be represented by the formula: α = n-----+2-----1- where α is the exponential smoothing factor (with values from 0 to 1) and n is the length of the standard moving average. As the equation shows, the longer the moving average period, the smaller the equivalent and the less sensitive the average becomes to fluctuations in current values. Forecasting with exponential smoothing involves selecting the best smoothing factor based on historical data and then using the factor for updating subsequent data and forecasting. This procedure uses the following HP 12C program: KEYSTROKES DISPLAY CLEAR 6 4 0 00- 01- 36 02- 36 03- 45 6 04- 30 05- 36 06- 20 07-44 40 4 08- 43 36 09- 31 10- 33 11- 33 12- 45 0 13- 20 88

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165

88
Exponential smoothing is often used for short term sales and inventory
forecasts. Typical forecast periods are monthly or quarterly. Unlike a
moving average, exponential smoothing does not require a great deal of
historical data. However , it should not be used with data which has more
than a moderate amount of up or down trend.
When using exponential smoothing, a smoothing factor is chosen which
affects the sensitivity of the average much the same way as the length of
the standard moving average period. The correspondence between the
two techniques can be represented by the formula:
where
α
is the exponential smoothing factor (with values from 0 to 1) and
n
is the length of the standard moving average. As the equation shows,
the longer the moving average period, the smaller the equivalent and the
less sensitive the average becomes to fluctuations in current values.
Forecasting with exponential smoothing involves selecting the best
smoothing factor based on historical data and then using the factor for
updating subsequent data and forecasting. This procedure uses the
following HP 12C program:
KEYSTROKES
DISPLAY
CLEAR
00-
01-
36
02-
36
6
03-
45
6
04-
30
05-
36
06-
20
4
07-44 40
4
08-
43 36
09-
31
10-
33
11-
33
0
12-
45
0
13-
20
α
2
n
1
+
-----------
=