Forecasting > Analysis > Review > Demand Detail Page > Demand Detail Page (Fields)
Demand Detail Page (Fields)
This page is grouped into sections.
Graph
Demand Settings
The following describes the fields that appear when any forecasting method is selected.
Field
Description
Run Best Fit
When checked, indicates that Best Fit Analysis has been or will be run on the fly for the SKU.
Forecast Method
Indicates the algorithm used to calculate the forecast demand. To run a different forecast method, select it from the drop-down box and click the Process Changes( button ).
This method take precedence over the Stream Forecast Method.
Click here for an explanation of each type of forecast method
Stream Forecast Method
The default forecast method assigned to the stream/segment in the stream configuration.
Updated Date/Time
The date and time the forecast method was last changed.
Updated By
The ID of the user that changed the forecast method most recently.
# of History Slices
The number of demand history periods that the AutoPilot is to use in computing the demand forecast and in calculating the standard deviation in demand factored into Safety Stock. Winters and double exponential forecast methods require at least 2 years of history slices. Same as Last Year forecast method requires at least one year of history slices. Other forecast methods can use less than one year of history slices.
# of Horizon Slices
The number of periods of forecasting that are projected.
* 
While forecasting 12 months into the future can and does provide valuable planning information, a forecast is best when only viewed a few months out.
Seasonal Profile
The seasonal profile to apply to the forecast.
If you have one year of historical demand, you can add a seasonal profile based on it. To do this, click the New button (). In the window that opens, type the name of the seasonal profile and click OK. A new seasonal profile will be created based on the historical demand for the selected service/location.
History Average
The average historical demand for all slices used.
First History Date
The date of the first slice used for historical demand.
History Standard Deviation
A measure of historical demand variability over a specified number of time slices, calculated from either the raw demand history as downloaded from the host system or after being de-seasonalized.
If the forecast parameter Std Deviation - Use de-seasonalized and de-trended history is set to Yes, History Standard Deviation is computed using deseasonalized/detrended history. Otherwise, raw demand history data is used.
HistorySD = SQRT((SUMSQ(values) - (SUM(values)^2)/COUNT(values))/(COUNT(values) - 1))
* 
The number of slices used in the History Standard Deviation calculation depends on the forecast parameter Ignore demand before first non-zero slice and the global setting DMDHIST_USE_FIRST_FOUND.
Forecast Error Standard Deviation
A measure of forecast error variability over a specified number of time slices.
For trending and highly seasonal pairs, using Forecast Error Standard Deviation (instead of History Standard Deviation) in Safety Stock calculations generates an optimal Safety Stock value.
If the forecast parameter Std Deviation - Use forecast error is set to Yes, Servigistics will use forecast errors in Forecast Error Standard Deviation calculations. Note that while both History Standard Deviation and Forecast Error Standard Deviation will be calculated, only Forecast Error Standard Deviation will be used in Safety Stock calculations.
If there are less than 3 slices of archived forecast (insufficient forecast history), Forecast Error Standard Deviation will be null and History Standard Deviation will be used in Safety Stock calculations.
Scaled Percentage
Scaled Percentage = (History Standard Deviation / History Average ) * Forecast Average
History Percent Error
History Percent Error = (History Standard Deviation / History Average) * 100
Demand To Date
The actual demand quantity that has been recognized to date within the current time slice.
MAPE
Current MAPE only calculated with new period.
MAD
Current Mean Absolute Deviation (only calculated with new period). A statistical measure of fit.
RMSE
Current Root Mean Square Error (only calculated with new period). A statistical measure of fit.
Tracking Signal
A measurement that indicates whether the forecast average is keeping pace with any genuine upward or downward changes in demand. It monitors the forecast to see if it is biased high or low. As used in forecasting, tracking signal is the number of mean absolute deviations that the forecast value is above or below the actual occurrence.
Tracking Signal = (RSFE / count) / MAD
RSFE = Running Sum of Forecast Errors include all slices, demand and archived forecast
MAD = Mean Absolute Deviation
Count = Forecast parameter "# of Slices for Forecast Error Calculation" or Best Fit parameter "Holdout Window".
* 
You will only see this field when Enable Tracking Signal is set to Yes for the Forecast Parameter of the selected stream. The Tracking Signal is computed for each SKU stream and the results are displayed as follows:
On the Demand page
On the Best Fit Management page
As review board records for review types 138 and 139
Upper Control Limit
The maximum value of demand for a SKU to be considered as not a spike in demand. Any demand greater than this limit is considered a spike and is flagged as a detected outlier.
Lower Control Limit
The minimum value of demand for a SKU to be considered as not a spike in demand. Any demand lower than this limit is considered a spike and is flagged as a detected outlier.
Upper Control Limit Confidence Level
The percentage of the time that actual demand is observed to be less than the forecasted demand upper limit. The default is set to 99.73%, with the ability to store up to 3 decimal places.
* 
This field is hidden when one of the following is true:
The Use Confidence Level for Outlier Adjustments is set to None on the following pages:
The Outlier - Management is set to Ignore.
Correction Confidence Level
The percentage of the time that the actual demand is observed to be less than the forecasted demand. The default is set to 99.73%, with the ability to store up to 3 decimal places.
* 
This field is hidden any of the following conditions are true:
The Use Confidence Level for Outlier Adjustments is set to None on the following pages:
The Outlier - Management is set to Ignore
Forecast Netting Start Date
Sets the slice to start applying forecast netting.
If no date is specified, forecast netting is applied from the current slice.
This value can be overridden at segment and SKU levels.
Forecast netting must be turned on (Enable Forecast Netting set to Yes) for this field to be used.
Forecast Netting End Date
Sets the slice to stop applying forecast netting.
If no date is specified, forecast netting is applied until the horizon.
This value can be overridden at segment and SKU levels.
Forecast netting must be turned on (Enable Forecast Netting set to Yes) for this field to be used.
When Leading Indicators is selected as forecasting method, you will see this additional field:
Field
Description
SKU Usage Rate
The failure (or demand) percentage rate currently in use in Leading Indicator forecasting for this SKU. A usage rate can be provided and the forecast determined from the install base, or demand history can be used to determine the usage rate and forecast. The flag to calculate the usage rate is maintained in the parts master.
When Winters Multiplicative is selected as forecasting method, you will see these additional fields:
Field
Description
Alpha
A smoothing constant used to smooth the level or the base.
Beta
A smoothing constant used to smooth trend estimates.
Gamma
A smoothing constant used to smooth seasonality estimates
Forecast Trend
The calculated rate of change of the forecast based on demand history.
Last Smoothing Date
The date the most recent smoothing operation was initiated on the forecast.
When Single Exponential Smoothing is selected as forecasting method, you will see these additional fields:
Field
Description
Alpha
A smoothing constant used in the smoothing equation for updating Level.
Forecast Base
The underlying steady state forecast prior to factoring in the trend and multiplying by the seasonal index.
Last Smoothing Date
The date the most recent smoothing operation was initiated on the forecast.
When Double Exponential Smoothing is selected as forecasting method, you will see these additional fields:
Field
Description
Alpha
A smoothing constant used in the smoothing equation for updating Level.
Beta
A smoothing constant used in the smoothing equation for updating Trend.
Phi
A dampening factor for trend estimates. The smaller phi is, the more the trend value will be dampened. If phi = 1, then no trend dampening occurs.
Forecast Base
The underlying steady state forecast prior to factoring in the trend and multiplying by the seasonal index.
Forecast Trend
The calculated rate of change of the forecast based on demand history.
Last Smoothing Date
The date the most recent smoothing operation was initiated on the forecast.
When Croston's Method is selected as forecasting method, you will see these additional fields:
Field
Description
Alpha
A smoothing constant used in the smoothing equation for updating Level (base) and periods between demand.
Omega
A smoothing constant used in the smoothing equation for updating history standard deviation.
Forecast Base
The underlying steady state forecast prior to factoring in the trend and multiplying by the seasonal index.
Periods Between Demand
The number of periods between demands that is used to calculate intermittency. This value is calculated as slices of zero / (slices of non-zero – 1)
For example:
Consider a demand history of [5, 4, 0, 0, 3, 2, 0, 1, 0, 0, 0]
slices of zero = 6
slices of non-zero = 5
The value of the Periods Between Demand would be 6 / (5 – 1) = 1.5
* 
The value of the PERIODS_BETWEEN_DEMAND global setting is used for the Periods Between Demand when:
A new parameter is created
The value of the Periods Between Demand field is blank
The default value is displayed in parenthesis next to the label on the Best Fit tab of the Forecast Parameters page.
Last Smoothing Date
The date the most recent smoothing operation was initiated on the forecast.
When Same As Last Year is selected as forecasting method, you will see this additional field:
Field
Description
Trend %
The percentage to apply to last year's demand to calculate the forecast.
When Moving Average is selected as forecasting method, you will see these additional fields:
Field
Description
# of Slices
The number of history slices used for the forecast calculation.
Weight
The weight factor applied to the forecast calculation. The weight factor takes a value between 0 and 1 inclusive.
SKU Demand Details Section
The SKU Demand Details section shows the actual demand history for the selected SKU. The following table describes the fields on the page.
Field
Description
Demand
The actual demand history for the selected SKU. Also includes rolled up demand from down-chain parts.
Adjustment
Any manual adjustments (or overrides) that have been made to the demand history value.
You can All.
Non-Recurring
The non-recurring demand adjustment at this stream for the selected SKU.
Copy Demand
Lists demand values that have been copied from another SKU.
Seasonal Profiles
Seasonal patterns or corrections are applied to adjust for seasonal variations.
Deseasonalized History
Deseasonalized History = Demand History / Seasonal Profile (or index).
Total
The total demand history for the selected SKU at this stream.
Effective Part Population
[only displayed for streams using leading indicator forecasting method]
The number of parts installed upon which you are basing your usage rate calculation.
Slice Usage Rate
[only displayed for streams using leading indicator forecasting method]
The calculated usage rate for the current slice.
Actual Usage Rate
[only displayed for streams using leading indicator forecasting method]
The actual usage rate for one time slice.
Accumulated Part Population
[only displayed for streams using leading indicator forecasting method]
When demand is zero, the accumulated effective part population for each time slice the part has had no demand. It is zeroed when there is demand and when the user enters a Usage Rate.
Slice MTBF
[only displayed for streams using leading indicator forecasting method]
The Mean Time Between Failure rate calculated by Servigistics for informational purposes only.
When Leading Indicators forecasting is in use, Servigistics may be able to provide valuable feedback to manufacturing by calculating the actual MTBF experienced in the field. On the part record, if both the current forecast period's Effective Part Population of this part and its demand are positive, the MTBF is calculated as Usage Hours Per Month (which defaults to 720) / (demand / EPP). This number is the same as the Calculated MTBF shown on the Parts page.
Demand Across Locations
This row appears for streams forecasted using Leading Indicator forecasting method. Displays the total demand across all locations, which is useful when validating a calculated part usage rate.
Normal
Displays external demand
NormalInternal
Displays aggregated external demand from all child locations from the begin date to the start of the current slice. External demand history from the current slice is also included.
Forecast Detail Section
The Forecast Detail section shows the forecasted demand for the selected SKU, broken out by scheduled and non-recurring demand. The following describes the fields on the page.
Field
Description
Total Net Forecast
The sum of the netted forecasts for all bins for the selected SKU at this stream.
You will only see this row if bins are used for the SKU.
This row is considered a forecast netting row, and it can be shown or hidden using the Show/Hide Forecast Netting Rows button ()
Net Forecast
The netted forecast for the selected SKU at this stream, which is dependent upon the parameters that are set for the forecast netting scheme governing the SKU.
If bins are used for the selected SKU, you will see a Net Forecast row for each bin.
This row is considered a forecast netting row, and it can be shown or hidden using the Show/Hide Forecast Netting Rows button ()
Forecast
The forecasted demand at this stream for the selected SKU.
[for causal forecasting only] In the Forecast row, click the All link to open the Causal Forecast Detail page, which displays causal forecast data for a particular part-forecast stream including the contract, product, and install site names; product quantity; part population; and failure rate.
Scheduled
Represents user adjustments to the forecast that (in contrast to non-recurring adjustments) will not have an effect on demand history once the date is in the past.
Profile adjustments are also saved in this slice. User adjustments is the priority. Hover over the note icon to confirm whether it is a profile or user adjustment.
You can click All.
Non-Recurring
The non-recurring forecast adjustment at this stream for the selected SKU.
You can All.
Returned
This row is displayed in the Forecast Details grid if the part is repairable.
Returned = Forecast Amount x (1 - Returned Wash Rate) * (1 - Not Repair This Station Rate)
Repaired
This row is displayed in the Forecast Details grid if the part is repairable.
Repaired = Returned Quantity x (1 - No Fault Found Rate) * (1 - Repaired Wash Rate) = Forecast Amount * (1 - Returned Wash Rate) * (1 - Not Repair This Station Rate) x (1 - No Fault Found Rate) * (1 - Repaired Wash Rate)
No Fault Found
This row is displayed in the Forecast Details grid if the part is repairable.
No Fault Found = (Returned Quantity) x No Fault Found Rate = Forecast Amount * (1 - Returned Wash Rate) x (1 - Not Repair This Station Rate) * No Fault Found Rate
Demand
The total forecasted demand for the selected SKU at this stream.
If bins are used for the selected SKU, you will see a Demand row for each bin.
This row is considered a forecast netting row, and it can be shown or hidden using the Show/Hide Forecast Netting Rows button ()
Usage Rate
[only displayed for streams using leading indicator forecasting method]
The usage rate used to calculate the leading indicators forecast.
Forecast Part Population
[only displayed for streams using leading indicator forecasting method]
The forecasted population of parts upon which the forecast is based.
Was this helpful?