Package net.sourceforge.jasa.report

Classes for calculating auction statistics

See:
          Description

Interface Summary
AuctionReport  
 

Class Summary
AbstractAuctionReport An abstract implementation of AuctionReport that provides functionality common to all reports.
AbstractMarketStatsReport Deprecated.  
AbstractTradeNetworkGraphExporter  
AdjacencyMatrixTradeNetworkGraphExporter Export the trade network as an adjacency matrix.
AgentPayoffReport A historicalDataReport that lists the ratio of actual to theoretical profits of each agent group in the market.
AuctionStateStats  
BidPriceReport A historicalDataReport that keeps cummulative statistics on bid prices, ask prices, transaction prices, and market quote prices.
CombiAuctionReport A historicalDataReport that combines several different reports.
CSVReport Deprecated.  
CurrentPriceReportVariables  
DailyStatsReport A historicalDataReport that collects price statistics for each trading day.
DataWriterReport This class writes market data to the specified DataWriter objects, and thus can be used to log data to eg, CSV files, a database backend, etc.
DirectRevelationReportVariables This class computes the hypothetical market state when all agents bid at their private valuation, ie when all agents bid truthfully.
DynamicConvergenceReport A historicalDataReport that keeps track of the convergence of transaction prices, computing the coefficient of convergence Vernon Smith used.
DynamicSurplusReport A historicalDataReport that keeps track of the surplus available to each agent in theoretical equilibrium.
EquilibriumReportVariables A class to calculate the true equilibrium price and quantity ranges for a given market.
EventReport  
GroupPayoffReport A historicalDataReport that lists the ratio of actual to theoretical profits of each agent group in the market.
HistoricalDataReport Deprecated.
MarketPriceReportVariables  
MeanValueDataWriterReport This historicalDataReport 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.
MidPriceReportVariables  
OfferPriceReportVariables  
PajekTradeNetworkGraphExporter  
PayoffReport  
PopulationWeightsReportVariables  
PriceStatisticsReport A historicalDataReport that keeps cummulative statistics on bid prices, ask prices, transaction prices, and market quote prices.
ReportedSupplyAndDemandStats A class to calculate the supply and demand curves and write them to the specified DataWriters.
ReportVariable Deprecated. See net.sourceforge.jabm.report.ReportVariables
ReportVariableBoard Deprecated.  
ReportVariableBoardUpdater Deprecated. See ReportVariables interface and its implementors.
ReportVariableWriterReport This class writes market data to the specified DataWriter objects, and thus can be used to log data to eg, CSV files, a database backend, etc.
SpreadReportVariables  
StrategyPayoffReport A historicalDataReport that lists the ratio of actual to theoretical profits of each strategy being played in the market.
SupplyAndDemandStats  
SurplusReport A historicalDataReport that calculates the actual surplus of buyers and sellers in the market verses the theoretical surplus when trades occur at the equilibrium price.
TimeSeriesReport  
TradeNetworkReport  
TransactionPriceReportVariables  
TransactionPriceTimeSeriesReport Deprecated. Replaced by TransactionPriceReportVariables
TrueSupplyAndDemandStats A class to calculate the supply and demand curves and write them to the specified DataWriters.
VeracityReport  
 

Package net.sourceforge.jasa.report Description

Classes for calculating auction statistics