product-mix-auction-0.1.0.0: A single-round sealed-bid auction for multiple goods

Safe HaskellNone
LanguageHaskell2010

ProductMixAuction.Graphics.TQSSDemand

Synopsis

Documentation

tqssDemandChart :: Ord bid => AuctionInput bid -> AuctionOutput bid -> [Plotly] Source #

demandTQSSLineChart :: TQSSTable -> AbsoluteTQSS -> [TQSSPoint] -> Plotly Source #

Plot a line chart of the TQSS and corresponding demand.

normalisedBidsTQSSChart :: Ord bid => AuctionInput bid -> AuctionOutput bid -> TQSSTable -> Plotly Source #

Plot a chart showing the TQSS and the normalised total demand of all bids in the auction. See normalisedTotalDemandPoints for how this is calculated. This is drawn only for a horizontal auction with a normalised, constrained TQSS.