passengersim.tracers.

bid_price

Classes

LegBidPriceArrayTracer(leg_ids, *[, priority])

A begin-sample tracer that records the entire bid-price arrays for specified legs.

LegBidPriceTracer(leg_ids, *[, priority])

A daily tracer that records bid prices for specified legs.

LegBidPriceVectorTracer(leg_ids, *[, priority])

A daily tracer that records the entire bid-price vector for specified legs.

PathBidPriceTracer(path_ids, *[, priority])

A daily tracer that records the bid prices for specified paths.

Functions

fig_leg_bid_price_array(summary, *, leg_id)

Plot the mean bid-price array heatmap for a single leg.

fig_leg_bid_price_vectors(summary, *, leg_id)

Plot the mean bid-price vector heatmap for a single leg.

fig_leg_bid_prices(summary, *[, std_dev, ...])

Plot mean (and optionally standard-deviation) bid prices for tracked legs.

fig_path_bid_prices(summary, *[, std_dev, ...])

Plot mean (and optionally standard-deviation) bid prices for tracked paths.