Reference¶
This section records the public HSSM interfaces and project metadata. Use the learning index for guided examples or the how-to index for task-oriented procedures.
Core modeling interfaces¶
hssm.HSSMbuilds and fits an HSSM model.hssm.aDDMandhssm.aDDMConfigprovide the specialized attentional drift-diffusion interface.hssm.Param,hssm.Prior, andhssm.Linkdescribe parameter formulas, priors, and links.hssm.ModelConfigdescribes registered model configurations.hssm.rlcontains the reinforcement-learning interfaces.- Built-in models and likelihoods records every
hssm.HSSM(model=...)name, configured likelihood kind, parameter, and choice. - The ONNX likelihood contract records the portable artifact boundary for approximate differentiable likelihoods.
Functions and specialized modules¶
hssm.list_datalists package-supplied datasets.hssm.load_dataloads package-supplied datasets.hssm.simulate_datasimulates supported models.hssm.show_defaultsinspects model defaults.hssm.set_floatXselects floating-point precision.hssm.check_data_for_rlvalidates RLSSM data.hssm.list_modelsandhssm.register_modeldiscover and extend the HSSM model registry.hssm.likelihoodsrecords likelihood interfaces.hssm.distribution_utilsrecords distribution helpers.hssm.plottingrecords plotting functions.
Project reference¶
- Changelog — release-by-release behavior changes.
- Ecosystem map — package ownership and contributor routes across the native HSSM ecosystem.
- Contribution guide and local development setup.
- Credits and license.
Historical tutorial snapshots¶
These archives preserve the material presented at a specific event. Prefer the current Learn and How-to pages above for maintained guidance.