caf.distribute.gravity_model.core Module#

Core abstract functionality for gravity model classes to build on.

Functions#

cost_distribution_stats(...[, ...])

Generate standard stats for a cost distribution performance.

Classes#

Any(*args, **kwargs)

Special type indicating an unconstrained type.

GravityModelBase(cost_function, cost_matrix)

Base Class for gravity models.

GravityModelCalibrateResults(...)

A collection of results from a run of the Gravity Model.

GravityModelResults(cost_distribution, ...)

A collection of results from a run of the Gravity Model.

GravityModelRunResults(cost_distribution, ...)

A collection of results from a run of the Gravity Model.