.dockerignore
.gitignore
.gitmodules
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.idea/.gitignore
.idea/larix.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
docs/_build.py
docs/_build.sh
docs/conf.py
docs/index.md
docs/references.bib
docs/switcher.json
docs/_img/larch-logo.png
docs/_img/larch_favicon.png
docs/_scripts/developer_doc_title.py
docs/_scripts/hide_test_cells.py
docs/_static/css/custom.css
docs/_templates/this-version.html
docs/api/.gitignore
docs/api/dataset.rst
docs/api/datatree.rst
docs/api/index.md
docs/api/latentclass.rst
docs/api/linear.rst
docs/api/mixtures.rst
docs/api/model.rst
docs/api/modelgroup.rst
docs/api/nesting.rst
docs/api/troubleshooting.rst
docs/examples/index.md
docs/examples/exampville/200_exampville.ipynb
docs/examples/exampville/201_exville_mode_choice.ipynb
docs/examples/exampville/202_exville_mc_logsums.ipynb
docs/examples/exampville/203_exville_dest.ipynb
docs/examples/exampville/204_exville_dest_only.ipynb
docs/examples/exampville/251_bySpec.ipynb
docs/examples/exampville/index.md
docs/examples/mtc/001_mnl.ipynb
docs/examples/mtc/002_motorized.ipynb
docs/examples/mtc/003_zeroed_shared.ipynb
docs/examples/mtc/005_motorized_travel_time.ipynb
docs/examples/mtc/006_motorized_times.ipynb
docs/examples/mtc/007_ovtt_by_distance.ipynb
docs/examples/mtc/008_ttr.ipynb
docs/examples/mtc/009_ttr_4.ipynb
docs/examples/mtc/010_auto_per_hh.ipynb
docs/examples/mtc/011_veh_per_worker.ipynb
docs/examples/mtc/012_autos_per_adult.ipynb
docs/examples/mtc/013_cbd.ipynb
docs/examples/mtc/014_work_zone_density.ipynb
docs/examples/mtc/015_cbd_and_work_density.ipynb
docs/examples/mtc/016_cost_by_income.ipynb
docs/examples/mtc/017A_market_seg.ipynb
docs/examples/mtc/017B_alt_segmentation.ipynb
docs/examples/mtc/017C_segmentation_males.ipynb
docs/examples/mtc/017D_segmentation_female.ipynb
docs/examples/mtc/017_mnl.ipynb
docs/examples/mtc/022_nl.ipynb
docs/examples/mtc/030_mnl_constrain.ipynb
docs/examples/mtc/index.md
docs/examples/swissmetro/101_swissmetro_mnl.ipynb
docs/examples/swissmetro/102-swissmetro-weighted.ipynb
docs/examples/swissmetro/107-swissmetro-latent-class.ipynb
docs/examples/swissmetro/109-swissmetro-nl.ipynb
docs/examples/swissmetro/151-swissmetro-panel-latent-class.ipynb
docs/examples/swissmetro/index.md
docs/examples/vehicle/300_veh_type.ipynb
docs/examples/vehicle/data.txt
docs/examples/vehicle/index.md
docs/examples/xlogit-artificial/xlogit-test.ipynb
docs/user-guide/analysis.ipynb
docs/user-guide/choice-models.ipynb
docs/user-guide/compute-engines.ipynb
docs/user-guide/data-fundamentals.ipynb
docs/user-guide/data-practicum.ipynb
docs/user-guide/index.md
docs/user-guide/installation.md
docs/user-guide/larch-demo-xlsx.jpg
docs/user-guide/linear-funcs.ipynb
docs/user-guide/example-data/exampville_skims.csv
docs/user-guide/example-data/tiny_idca.csv
docs/user-guide/example-data/tiny_idco.csv
docs/user-guide/example-data/tiny_points.csv
envs/arboretum.yml
envs/development.yaml
envs/testing.yml
envs/uv-activitysim.sh
envs/uv-dev.sh
envs/windows.yaml
envs/activitysim/README.md
envs/activitysim/environment.yaml
exercises/mixed-logit.ipynb
larch.egg-info/PKG-INFO
larch.egg-info/SOURCES.txt
larch.egg-info/dependency_links.txt
larch.egg-info/requires.txt
larch.egg-info/top_level.txt
src/larch/__init__.py
src/larch/_optional.py
src/larch/_version.py
src/larch/compiled.py
src/larch/datastats.py
src/larch/exceptions.py
src/larch/folding.py
src/larch/omx.py
src/larch/optimize.py
src/larch/roles.py
src/larch/shorts.py
src/larch/warning.py
src/larch/data_warehouse/MTCwork.csv.gz
src/larch/data_warehouse/artificial_long.csv.gz
src/larch/data_warehouse/exampville_demographics.csv.gz
src/larch/data_warehouse/exampville_employment.csv.gz
src/larch/data_warehouse/exampville_households.csv.gz
src/larch/data_warehouse/exampville_persons.csv.gz
src/larch/data_warehouse/exampville_skims.omx
src/larch/data_warehouse/exampville_taz.zip
src/larch/data_warehouse/exampville_tours.csv.gz
src/larch/data_warehouse/itinerary_data.csv.gz
src/larch/data_warehouse/swissmetro.csv.gz
src/larch/data_warehouse/vehicle_choice.parquet
src/larch/dataset/__init__.py
src/larch/dataset/choice_avail_reporting.py
src/larch/dataset/construct.py
src/larch/dataset/dim_names.py
src/larch/dataset/flow.py
src/larch/dataset/patch.py
src/larch/examples/__init__.py
src/larch/examples/generated/_001_mnl.py
src/larch/examples/generated/_002_motorized.py
src/larch/examples/generated/_003_zeroed_shared.py
src/larch/examples/generated/_005_motorized_travel_time.py
src/larch/examples/generated/_006_motorized_times.py
src/larch/examples/generated/_007_ovtt_by_distance.py
src/larch/examples/generated/_008_ttr.py
src/larch/examples/generated/_009_ttr_4.py
src/larch/examples/generated/_010_auto_per_hh.py
src/larch/examples/generated/_011_veh_per_worker.py
src/larch/examples/generated/_012_autos_per_adult.py
src/larch/examples/generated/_013_cbd.py
src/larch/examples/generated/_014_work_zone_density.py
src/larch/examples/generated/_015_cbd_and_work_density.py
src/larch/examples/generated/_016_cost_by_income.py
src/larch/examples/generated/_017A_market_seg.py
src/larch/examples/generated/_017B_alt_segmentation.py
src/larch/examples/generated/_017C_segmentation_males.py
src/larch/examples/generated/_017D_segmentation_female.py
src/larch/examples/generated/_017_mnl.py
src/larch/examples/generated/_022_nl.py
src/larch/examples/generated/_030_mnl_constrain.py
src/larch/examples/generated/_101_swissmetro_mnl.py
src/larch/examples/generated/_102_swissmetro_weighted.py
src/larch/examples/generated/_107_swissmetro_latent_class.py
src/larch/examples/generated/_109_swissmetro_nl.py
src/larch/examples/generated/_151_swissmetro_panel_latent_class.py
src/larch/examples/generated/_200_exampville.py
src/larch/examples/generated/_201_exville_mode_choice.py
src/larch/examples/generated/_202_exville_mc_logsums.py
src/larch/examples/generated/_203_exville_dest.py
src/larch/examples/generated/_204_exville_dest_only.py
src/larch/examples/generated/_251_bySpec.py
src/larch/examples/generated/__init__.py
src/larch/examples/generated/_xlogit_test.py
src/larch/logging/__init__.py
src/larch/logging/debug.py
src/larch/model/__init__.py
src/larch/model/basemodel.py
src/larch/model/cascading.py
src/larch/model/constrainedmodel.py
src/larch/model/constraints.py
src/larch/model/dashboard.py
src/larch/model/data_arrays.py
src/larch/model/draws.py
src/larch/model/fast_mapping.py
src/larch/model/from_spec.py
src/larch/model/gradient_check.py
src/larch/model/jaxmodel.py
src/larch/model/latent_class.py
src/larch/model/linear.py
src/larch/model/linear_math.py
src/larch/model/mixtures.py
src/larch/model/model_group.py
src/larch/model/numba_optimization.py
src/larch/model/numba_stream.py
src/larch/model/numbamodel.py
src/larch/model/optimization.py
src/larch/model/param_core.py
src/larch/model/persist_flags.py
src/larch/model/possible_overspec.py
src/larch/model/random.py
src/larch/model/saving.py
src/larch/model/single_parameter.py
src/larch/model/tree.py
src/larch/model/troubleshooting.py
src/larch/util/__init__.py
src/larch/util/addict_yaml.py
src/larch/util/arraytools.py
src/larch/util/aster.py
src/larch/util/bitmasking.py
src/larch/util/bounded_kde.py
src/larch/util/cache_requests.py
src/larch/util/colors.py
src/larch/util/common_functions.py
src/larch/util/counting.py
src/larch/util/data_expansion.py
src/larch/util/data_manipulation.py
src/larch/util/dataframe.py
src/larch/util/display.py
src/larch/util/excel.py
src/larch/util/figures.py
src/larch/util/histograms.py
src/larch/util/html_table_to_txt.py
src/larch/util/images.py
src/larch/util/interface_info.py
src/larch/util/lazy.py
src/larch/util/math.py
src/larch/util/multiindex.py
src/larch/util/namespaces.py
src/larch/util/naming.py
src/larch/util/overspec_viewer.py
src/larch/util/plotting.py
src/larch/util/png.py
src/larch/util/rate_limiter.py
src/larch/util/shush.py
src/larch/util/signal_dict.py
src/larch/util/simple_attribute.py
src/larch/util/smartread.py
src/larch/util/statistics.py
src/larch/util/styles.py
src/larch/util/summary.py
src/larch/util/temporaryfile.py
src/larch/util/testing.py
src/larch/util/text_manip.py
src/larch/util/timesize.py
src/larch/util/touch_notifier.py
src/larch/util/uid.py
src/larch/util/visual_processing.py
src/larch/util/xhtml.py
src/larch/util/yaml_checker.py
src/larch/util/zipdir.py
subs/sharrow/sharrow/__init__.py
subs/sharrow/sharrow/_infer_version.py
subs/sharrow/sharrow/accessors.py
subs/sharrow/sharrow/aster.py
subs/sharrow/sharrow/categorical.py
subs/sharrow/sharrow/dataset.py
subs/sharrow/sharrow/datastore.py
subs/sharrow/sharrow/debug.py
subs/sharrow/sharrow/digital_encoding.py
subs/sharrow/sharrow/example_data.py
subs/sharrow/sharrow/filewrite.py
subs/sharrow/sharrow/flows.py
subs/sharrow/sharrow/logging.py
subs/sharrow/sharrow/maths.py
subs/sharrow/sharrow/nested_logit.py
subs/sharrow/sharrow/omx.py
subs/sharrow/sharrow/relationships.py
subs/sharrow/sharrow/selectors.py
subs/sharrow/sharrow/shared_memory.py
subs/sharrow/sharrow/sparse.py
subs/sharrow/sharrow/table.py
subs/sharrow/sharrow/translate.py
subs/sharrow/sharrow/tree_branch.py
subs/sharrow/sharrow/viz.py
subs/sharrow/sharrow/wrappers.py
subs/sharrow/sharrow/tests/__init__.py
subs/sharrow/sharrow/tests/conftest.py
subs/sharrow/sharrow/tests/test_categorical.py
subs/sharrow/sharrow/tests/test_datasets.py
subs/sharrow/sharrow/tests/test_datastore.py
subs/sharrow/sharrow/tests/test_example_data.py
subs/sharrow/sharrow/tests/test_nesting.py
subs/sharrow/sharrow/tests/test_relationships.py
subs/sharrow/sharrow/utils/__init__.py
subs/sharrow/sharrow/utils/tar_zst.py
tests/test_analyze_predictions.py
tests/test_dataset.py
tests/test_doctor.py
tests/test_exampville.py
tests/test_jax.py
tests/test_latent_class.py
tests/test_linear_func.py
tests/test_model.py
tests/test_mtc.py
tests/test_old.py
tests/test_swissmetro.py
tests/test_vehicle.py
tests/test_analyze_predictions/test_analyze_age.csv
tests/test_analyze_predictions/test_analyze_age_binned.csv
tests/test_analyze_predictions/test_analyze_age_bool.csv
tests/test_analyze_predictions/test_analyze_age_weighted.csv
tests/test_analyze_predictions/test_analyze_elasticity_hhinc.csv
tests/test_analyze_predictions/test_analyze_elasticity_totcost_1.csv
tests/test_analyze_predictions/test_analyze_few_values.csv
tools/get_version.py
tools/rip_examples.py