LICENSE
README.md
pyproject.toml
src/sfm_analysis/__init__.py
src/sfm_analysis/logs.py
src/sfm_analysis/protocol.py
src/sfm_analysis/py.typed
src/sfm_analysis/storage.py
src/sfm_analysis/targeting.py
src/sfm_analysis.egg-info/PKG-INFO
src/sfm_analysis.egg-info/SOURCES.txt
src/sfm_analysis.egg-info/dependency_links.txt
src/sfm_analysis.egg-info/entry_points.txt
src/sfm_analysis.egg-info/requires.txt
src/sfm_analysis.egg-info/top_level.txt
src/sfm_analysis/analysis/__init__.py
src/sfm_analysis/analysis/intervals.py
src/sfm_analysis/analysis/session.py
src/sfm_analysis/analysis/tables.py
src/sfm_analysis/cli/__init__.py
src/sfm_analysis/cli/report.py
src/sfm_analysis/examples/__init__.py
src/sfm_analysis/examples/actogram_by_event.py
src/sfm_analysis/report/__init__.py
src/sfm_analysis/report/align.py
src/sfm_analysis/report/charts.py
src/sfm_analysis/report/explorer.py
src/sfm_analysis/report/explorer_render.py
src/sfm_analysis/report/loader.py
src/sfm_analysis/report/metrics.py
src/sfm_analysis/report/naming.py
src/sfm_analysis/report/render.py
src/sfm_analysis/report/schema.py
src/sfm_analysis/report/session.py
src/sfm_analysis/report/stats.py
src/sfm_analysis/report/style.py
src/sfm_analysis/report/timeline_data.py
src/sfm_analysis/report/timezones.py
src/sfm_analysis/report/analyses/__init__.py
src/sfm_analysis/report/analyses/bandit.py
src/sfm_analysis/report/analyses/fixed_random.py
src/sfm_analysis/report/analyses/free_feeding.py
src/sfm_analysis/report/analyses/probability.py
src/sfm_analysis/report/demo/Bandit_test_01.csv
src/sfm_analysis/report/demo/Bandit_test_01_heartbeats.csv
src/sfm_analysis/report/demo/__init__.py
src/sfm_analysis/report/designs/__init__.py
src/sfm_analysis/report/designs/actogram_takes.json
src/sfm_analysis/report/designs/default.json
src/sfm_analysis/report/designs/fixed_and_random.json
src/sfm_analysis/report/designs/free_feeding.json
src/sfm_analysis/report/designs/probability_delivery.json
src/sfm_analysis/report/designs/two_armed_bandit.json
src/sfm_analysis/report/sections/__init__.py
src/sfm_analysis/report/sections/bandit.py
src/sfm_analysis/report/sections/compare.py
src/sfm_analysis/report/sections/fixed_random.py
src/sfm_analysis/report/sections/free_feeding.py
src/sfm_analysis/report/sections/generic.py
src/sfm_analysis/report/sections/probability.py
src/sfm_analysis/report/sections/timeline.py
tests/test_analysis_intervals.py
tests/test_analysis_session.py
tests/test_analysis_tables.py
tests/test_cli_report.py
tests/test_examples.py
tests/test_report_bandit.py
tests/test_report_charts.py
tests/test_report_compare.py
tests/test_report_explorer.py
tests/test_report_loader.py
tests/test_report_metrics.py
tests/test_report_naming.py
tests/test_report_other_experiments.py
tests/test_report_render.py
tests/test_report_schema.py
tests/test_report_smoke.py
tests/test_report_timeline.py
tests/test_report_timezones.py
tests/test_targeting.py
tests/test_version.py