LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/advanced_features.rst
docs/agent_guide.rst
docs/api.rst
docs/conf.py
docs/custom_demand.rst
docs/faq.rst
docs/in_package_demand.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/legal.rst
docs/math.rst
docs/migrating_to_v0.4.rst
docs/pyRVtest_performance_at_scale.md
docs/references.rst
docs/tutorial.rst
docs/notebooks/dmqsw_dmqss_diagnostic_workflow.py
docs/notebooks/model_library.ipynb
docs/notebooks/monte_carlo_example.py
docs/notebooks/replication_CarRV.py
docs/notebooks/replication_RVpaper.py
docs/notebooks/speed_benchmark.py
docs/notebooks/testing_firm_conduct.ipynb
docs/notebooks/.ipynb_checkpoints/testing_firm_conduct-checkpoint.ipynb
docs/templates/class_with_signature.rst
docs/templates/class_without_methods.rst
docs/templates/class_without_signature.rst
docs/templates/nbsphinx_epilog.rst
docs/templates/nbsphinx_prolog.rst
pyRVtest/__init__.py
pyRVtest/_agent_guide.py
pyRVtest/_parallel.py
pyRVtest/exceptions.py
pyRVtest/formulation.py
pyRVtest/markups.py
pyRVtest/options.py
pyRVtest/output.py
pyRVtest/problem.py
pyRVtest/products.py
pyRVtest/version.py
pyRVtest.egg-info/PKG-INFO
pyRVtest.egg-info/SOURCES.txt
pyRVtest.egg-info/dependency_links.txt
pyRVtest.egg-info/requires.txt
pyRVtest.egg-info/top_level.txt
pyRVtest/backends/__init__.py
pyRVtest/backends/base.py
pyRVtest/backends/factory.py
pyRVtest/backends/logit.py
pyRVtest/backends/nested_logit.py
pyRVtest/backends/pyblp.py
pyRVtest/backends/user.py
pyRVtest/backends/labor/__init__.py
pyRVtest/backends/labor/nested_logit_labor.py
pyRVtest/data/__init__.py
pyRVtest/data/example_synthetic.csv
pyRVtest/data/f_critical_values_power_rho.csv
pyRVtest/data/f_critical_values_size_rho.csv
pyRVtest/estimators/__init__.py
pyRVtest/estimators/_base.py
pyRVtest/estimators/_within_share.py
pyRVtest/estimators/logit.py
pyRVtest/estimators/nested_logit.py
pyRVtest/instruments/__init__.py
pyRVtest/instruments/labor.py
pyRVtest/instruments/product.py
pyRVtest/models/__init__.py
pyRVtest/models/_adapter.py
pyRVtest/models/base.py
pyRVtest/models/collusion.py
pyRVtest/models/constant.py
pyRVtest/models/custom.py
pyRVtest/models/labor.py
pyRVtest/models/mixed.py
pyRVtest/models/standard.py
pyRVtest/models/user_supplied.py
pyRVtest/models/vertical.py
pyRVtest/results/__init__.py
pyRVtest/results/_format.py
pyRVtest/results/panel.py
pyRVtest/results/results.py
pyRVtest/solve/__init__.py
pyRVtest/solve/demand_adjustment.py
pyRVtest/solve/endogenous_cost.py
pyRVtest/solve/markups.py
pyRVtest/solve/orthogonalize.py
pyRVtest/solve/passthrough.py
pyRVtest/solve/test_engine.py
tests/__init__.py
tests/_snapshot_helpers.py
tests/conftest.py
tests/test_adapter_user_supplied_markups.py
tests/test_agent_guide.py
tests/test_analytical.py
tests/test_backends.py
tests/test_clustering_equivalence.py
tests/test_compute_markups_direct.py
tests/test_custom_demand_example.py
tests/test_dearing_models.py
tests/test_demand_adjustment.py
tests/test_demand_adjustment_precompute.py
tests/test_demand_params.py
tests/test_demand_params_integration.py
tests/test_demand_params_rho_alias.py
tests/test_doctest_gate.py
tests/test_error_messages.py
tests/test_f_reliability.py
tests/test_first_stage_correction.py
tests/test_formulation.py
tests/test_import_roundtrip.py
tests/test_instrument_channels.py
tests/test_instruments.py
tests/test_k_gt_30_warning.py
tests/test_known_coefficients.py
tests/test_labor_mode.py
tests/test_logging.py
tests/test_logit_estimator.py
tests/test_market_scan_scaling.py
tests/test_model_formulation_deprecation.py
tests/test_models.py
tests/test_models_integration.py
tests/test_models_step_0_parity.py
tests/test_mypy_strict.py
tests/test_nested_logit_estimator.py
tests/test_nested_logit_hessian_validation.py
tests/test_options.py
tests/test_panel_results.py
tests/test_parallel.py
tests/test_passthrough.py
tests/test_passthrough_numerical.py
tests/test_passthrough_reliability.py
tests/test_passthrough_summary.py
tests/test_problem_level_taxes.py
tests/test_problem_state_isolation.py
tests/test_properties.py
tests/test_public_api_pin.py
tests/test_results_exports.py
tests/test_size_power.py
tests/test_snapshots.py
tests/fixtures/__init__.py
tests/fixtures/tiny_synthetic.py
tests/regressions/__init__.py
tests/regressions/test_memo1_section43_gradient_no_fes.py
tests/replication/__init__.py
tests/replication/test_dmss_yogurt.py