Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the standard deviation of the demands per month.
Syntax
protected InventQty calcStdDeviationPerMonth(Map _mapDemandPerMonth, InventQty _avgDemandPerMonth)
Run On
Called
Parameters
- _mapDemandPerMonth
Type: Map Class
A map that contains demand per month.
- _avgDemandPerMonth
Type: InventQty Extended Data Type
The average demand per month.
Return Value
Type: InventQty Extended Data Type
A real that holds the standard deviation.