Package uk.ac.liv.auction.stats

Classes for calculating auction statistics

See:
          Description

Interface Summary
AuctionReport An object capable of producing a report at the end of an auction.
 

Class Summary
AbstractAuctionReport An abstract implementation of AuctionReport that provides functionality common to all reports.
AbstractMarketStatsReport  
AuctionStateStats  
CombiAuctionReport A report that combines several different reports.
ComplexityReport  
CSVReport A report that records data in CSV (comma-separated values) files.
DailyStatsReport A report that collects price statistics for each trading day.
DataWriterReport This class writes auction data to the specified DataWriter objects, and thus can be used to log data to eg, CSV files, a database backend, etc.
DirectRevelationReport This class computes the hypothetical auction state when all agents bid at their private valuation, ie when all agents bid truthfully.
DynamicSurplusReport A report that keeps track of the surplus available to each agent in theoretical equilibrium.
EquilibriumReport A class to calculate the true equilibrium price and quantity ranges for a given auction.
GraphReport A report that logs data to a RePast graph sequence.
GroupPayoffReport A report that lists the ratio of actual to theoretical profits of each agent group in the auction.
HistoricalDataReport A report that keeps a historical record of the shouts in the market that lead to the last N transactions.
MeanValueDataWriterReport This report keeps track of the mean value of each market variable over the course of each round of bidding and logs the mean value to the specified DataWriter objects.
PayoffReport An abstract report that keeps track of the ratio of actual verses theoretical profits for a particular grouping of agents.
PriceStatisticsReport A report that keeps cummulative statistics on bid prices, ask prices, transaction prices, and market quote prices.
RepastGraphSequence  
RepastGraphWriter  
ReportedSupplyAndDemandStats A class to calculate the supply and demand curves and write them to the specified DataWriters.
ReportVariable A class representing a variable produced by an AuctionReport.
StrategyPayoffReport A report that lists the ratio of actual to theoretical profits of each strategy being played in the auction.
SupplyAndDemandStats  
SurplusReport A report that calculates the actual surplus of buyers and sellers in the auction verses the theoretical surplus when trades occur at the equilibrium price.
TrueSupplyAndDemandStats A class to calculate the supply and demand curves and write them to the specified DataWriters.
 

Package uk.ac.liv.auction.stats Description

Classes for calculating auction statistics