Package net.sourceforge.jasa.agent.valuation

Classes defining valuation policies for agents (a valuation policy is responsible for determining the long-run expected value of the asset or commodity being traded in the specified market).

See:
          Description

Interface Summary
ReturnForecaster  
ValuationPolicy A valuation policy for trading agents.
 

Class Summary
AbstractRandomValuer  
AbstractReturnForecaster  
AbstractValuationPolicy  
BuyerIntervalValuer Buyers configured with this valuation policy will receive a unique private value from a common set of values starting at minValue and incrementing by step as each agent is assigned a valuation.
ChartistForecaster  
DailyRandomValuer A valuation policy in which we are allocated a new random valuation at the end of each day.
DistinctDistributionValuer  
FixedValuer A valuation policy in which we maintain a fixed private valuation independent of time or market.
FundamentalistForecaster  
GeometricBrownianMotionPriceProcess  
IntervalValuer Agents configured with this valuation policy will receive a unique private value from a common set of values starting at minValue and incrementing by step as each agent is assigned a valuation at agent setup time.
LinearWeightedReturnForecaster  
NoiseTraderForecaster  
RandomScheduleValuer A valuation policy which specifies a randomly-generated series of valuations for each unit of commodity.
RandomValuer A valuation policy in which we randomly determine our valuation across all auctions and all units at agent-initialisation time.
ReturnForecasterWithTimeHorizon  
ReturnForecastValuationPolicy A valuation policy which decides the valuation by making a forecast of the next period return.
SellerIntervalValuer Sellers configured with this valuation policy will receive a unique private value from a common set of values starting at minValue and incrementing by step as each agent is assigned a valuation.
 

Package net.sourceforge.jasa.agent.valuation Description

Classes defining valuation policies for agents (a valuation policy is responsible for determining the long-run expected value of the asset or commodity being traded in the specified market).