LICENSE
README.md
pyproject.toml
docsrc/conf.py
superstats/__init__.py
superstats.egg-info/PKG-INFO
superstats.egg-info/SOURCES.txt
superstats.egg-info/dependency_links.txt
superstats.egg-info/requires.txt
superstats.egg-info/top_level.txt
superstats/defaults/__init__.py
superstats/defaults/augmentation_defaults.py
superstats/defaults/color_palette.py
superstats/defaults/network_defaults.py
superstats/defaults/transition_defaults.py
superstats/diagnostics/__init__.py
superstats/diagnostics/metrics.py
superstats/diagnostics/plots/__init__.py
superstats/diagnostics/plots/posterior_resimulation.py
superstats/diagnostics/plots/posterior_samples.py
superstats/diagnostics/plots/prior_push_forward.py
superstats/diagnostics/plots/prior_samples.py
superstats/diagnostics/plots/time_invariant_verification.py
superstats/diagnostics/plots/time_varying_verification.py
superstats/networks/__init__.py
superstats/networks/recurrent.py
superstats/networks/utils.py
superstats/prior/__init__.py
superstats/prior/joint_prior.py
superstats/prior/prior.py
superstats/simulation/__init__.py
superstats/simulation/generative_model.py
superstats/simulation/augmentation/__init__.py
superstats/simulation/augmentation/contamination.py
superstats/simulation/augmentation/missing.py
superstats/simulation/augmentation/random_choice_contamination.py
superstats/simulation/augmentation/random_missing.py
superstats/simulation/cognitive/__init__.py
superstats/simulation/cognitive/cdm.py
superstats/simulation/cognitive/ddm.py
superstats/simulation/cognitive/rdm.py
superstats/transition/__init__.py
superstats/transition/auto_regression.py
superstats/transition/gaussian_process.py
superstats/transition/jump.py
superstats/transition/mixture.py
superstats/transition/ornstein_uhlenbeck.py
superstats/transition/random_walk.py
superstats/transition/transition.py
superstats/transition/kernel/__init__.py
superstats/transition/kernel/kernel.py
superstats/transition/kernel/linear.py
superstats/transition/kernel/periodic.py
superstats/transition/kernel/rbf.py
superstats/transition/kernel/registry.py
superstats/utils/__init__.py
superstats/utils/dispatch.py
superstats/utils/logging.py
superstats/utils/plotting.py
superstats/utils/transformations.py
superstats/workflow/__init__.py
superstats/workflow/workflow.py
tests/__init__.py
tests/conftest.py
tests/test_cdm.py
tests/test_contamination_process.py
tests/test_ddm.py
tests/test_diagnostics_named_data.py
tests/test_dispatch.py
tests/test_gaussian_process.py
tests/test_generative_model.py
tests/test_joint_prior.py
tests/test_logging.py
tests/test_metrics.py
tests/test_missing_process.py
tests/test_networks.py
tests/test_prior.py
tests/test_rdm.py
tests/test_top_level_imports.py
tests/test_transformations.py
tests/test_transition.py
tests/utils/__init__.py
tests/utils/assertions.py