void |
setPrng(RandomEngine prng)
Methods inherited from class net.sourceforge.jasa.agent.valuation.ReturnForecasterWithTimeHorizon |
afterPropertiesSet, clone, dispose, getAlpha, getForecastError, getReturnForecast, getTimeHorizon, onRoundFinished, onSimulationStarting, setAlpha, setTimeHorizon |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noiseDistribution
protected AbstractContinousDistribution noiseDistribution
prng
protected RandomEngine prng
NoiseTraderForecaster
public NoiseTraderForecaster(RandomEngine prng)
NoiseTraderForecaster
public NoiseTraderForecaster()
getNextPeriodReturnForecast
public double getNextPeriodReturnForecast(Market market)
- Specified by:
getNextPeriodReturnForecast in class ReturnForecasterWithTimeHorizon
eventOccurred
public void eventOccurred(SimEvent event)
- Overrides:
eventOccurred in class ReturnForecasterWithTimeHorizon
getPrng
public RandomEngine getPrng()
setPrng
subscribeToEvents
public void subscribeToEvents(EventScheduler scheduler)
- Overrides:
subscribeToEvents in class ReturnForecasterWithTimeHorizon
|