ibspan.ecap.merchant.shopdecisions.forecasting
Class StationaryHorizonEstimator.Observation

java.lang.Object
  extended by ibspan.ecap.merchant.shopdecisions.forecasting.StationaryHorizonEstimator.Observation
Enclosing class:
StationaryHorizonEstimator

public class StationaryHorizonEstimator.Observation
extends java.lang.Object


Constructor Summary
StationaryHorizonEstimator.Observation()
           
 
Method Summary
 int getPeriodNo()
           
 double getValue()
           
 void setPeriodNo(int periodNo)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationaryHorizonEstimator.Observation

public StationaryHorizonEstimator.Observation()
Method Detail

getPeriodNo

public int getPeriodNo()

setPeriodNo

public void setPeriodNo(int periodNo)

getValue

public double getValue()

setValue

public void setValue(double value)