A PHP Error was encountered

Severity: Warning

Message: fopen(/var/lib/php/sessions/ci_sessionvtldrt0vuv0g95tpl8fbmjjt7ke3kni8): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /var/lib/php/sessions)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/interviewmania.com/index.php
Line: 315
Function: require_once

For a product, the forecast and the actual sales for December

Home » Industrial Engineering » Industrial Engineering Miscellaneous » Question

Industrial Engineering Miscellaneous

Industrial Engineering

  1. For a product, the forecast and the actual sales for December 2002 were 25 and 20 respectively. If the exponential smoothing constant (α) is taken as 0.2, the forecast sales for January 2003 would be
    1. 21
    2. 23
    3. 24
    4. 27
Correct Option: C

Ft+1 = Ft + α (Dt – Ft)
FJan (2003) = FDec + α (DDec – FDec )
DDec ⇒ 20 units
FDec = 25 units
FJan = 25 + 0.2 (20 – 25)
= 25 + 0.2 (–5) = 25 –1
FJan ⇒ 24 units



Your comments will be displayed only after manual approval.