LICENSE
README.md
pyproject.toml
src/behaviorsim/__init__.py
src/behaviorsim/cli.py
src/behaviorsim/config.py
src/behaviorsim.egg-info/PKG-INFO
src/behaviorsim.egg-info/SOURCES.txt
src/behaviorsim.egg-info/dependency_links.txt
src/behaviorsim.egg-info/entry_points.txt
src/behaviorsim.egg-info/requires.txt
src/behaviorsim.egg-info/top_level.txt
src/behaviorsim/calibration/__init__.py
src/behaviorsim/calibration/clustering.py
src/behaviorsim/calibration/fitter.py
src/behaviorsim/calibration/validator.py
src/behaviorsim/core/__init__.py
src/behaviorsim/core/feature.py
src/behaviorsim/core/profile.py
src/behaviorsim/core/simulator.py
src/behaviorsim/core/state.py
src/behaviorsim/core/transition.py
src/behaviorsim/core/utils.py
src/behaviorsim/feature_engineering/__init__.py
src/behaviorsim/feature_engineering/causal.py
src/behaviorsim/feature_engineering/transitions.py
src/behaviorsim/feature_engineering/windows.py
src/behaviorsim/presets/__init__.py
src/behaviorsim/presets/education.py
src/behaviorsim/presets/finance.py
src/behaviorsim/presets/healthcare.py
src/behaviorsim/presets/mobile_app.py
src/behaviorsim/presets/registry.py
src/behaviorsim/visualization/__init__.py
src/behaviorsim/visualization/plot_calibration.py
src/behaviorsim/visualization/plot_distributions.py
src/behaviorsim/visualization/plot_states.py
src/behaviorsim/visualization/plot_trajectories.py
tests/test_behaviorsim_package.py
tests/test_calibration_clustering.py
tests/test_calibration_fitter.py
tests/test_calibration_validator.py
tests/test_cli.py
tests/test_clsi_adapt.py
tests/test_config.py
tests/test_core_edge_cases.py
tests/test_core_simulator.py
tests/test_core_state_feature.py
tests/test_core_transition_profile.py
tests/test_core_utils.py
tests/test_education_preset.py
tests/test_evaluation.py
tests/test_feature_engineering.py
tests/test_feature_engineering_causal.py
tests/test_feature_engineering_integration.py
tests/test_feature_engineering_transitions.py
tests/test_feature_engineering_windows.py
tests/test_finance_preset.py
tests/test_healthcare_preset.py
tests/test_mobile_app_preset.py
tests/test_models.py
tests/test_multi_profile.py
tests/test_preset_registry.py
tests/test_public_api.py
tests/test_simulator.py
tests/test_visualization_calibration.py
tests/test_visualization_distributions.py
tests/test_visualization_integration.py
tests/test_visualization_states.py
tests/test_visualize.py