Safe Haskell | None |
---|---|
Language | Haskell2010 |
ProductMixAuction.Graphics.TQSSDemand
- tqssDemandChart :: Ord bid => AuctionInput bid -> AuctionOutput bid -> [Plotly]
- demandTQSSLineChart :: TQSSTable -> AbsoluteTQSS -> [TQSSPoint] -> Plotly
- normalisedBidsTQSSChart :: Ord bid => AuctionInput bid -> AuctionOutput bid -> TQSSTable -> Plotly
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.