Listing of Internal Access Functions

raam.raam(demand_df, supply_df, cost_df[, ...])

Calculate the rational agent access model's total cost -- a weighted travel and congestion cost.

fca.weighted_catchment(loc_df, cost_df[, ...])

Calculation of the floating catchment (buffered) accessibility sum, from DataFrames with computed distances.

fca.fca_ratio(demand_df, supply_df, ...[, ...])

Calculation of the floating catchment accessibility ratio, from DataFrames with precomputed distances.

fca.two_stage_fca(demand_df, supply_df, cost_df)

Calculation of the two-stage floating catchment accessibility ratio, from DataFrames with precomputed distances.

fca.three_stage_fca(demand_df, supply_df, ...)

Calculation of the three-stage floating catchment accessibility ratio, from DataFrames with precomputed distances.