Importance Sampling for State Space Models (in jax)
Project description
Importance Sampling for State Space Models (isssm)
Install
Option 1: Install from PyPI (for users)
pip install isssm
Option 2: Development Setup with uv (for contributors)
This project uses uv for dependency management and virtual environments.
-
Install uv (if not already installed):
# On macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
-
Clone the repository:
git clone https://github.com/stefanheyder/isssm.git cd isssm
-
Create a virtual environment:
uv venv -
Activate the virtual environment:
# On macOS/Linux source .venv/bin/activate # On Windows .venv\Scripts\activate
-
Install the package in development mode:
uv pip install -e ".[dev]"
How to use
Please check out the documentation for details and examples.
For the mathematics and further details, please have a look at my PhD thesis.
Development Workflow with nbdev
This project uses nbdev for literate programming. Here’s how to work with it:
-
Edit notebooks in the
nbs/directory:All development happens in Jupyter notebooks in the
nbs/directory. -
Export your changes to Python modules:
nbdev_export
-
Build the documentation:
nbdev_docs
-
Preview the documentation locally:
nbdev_preview
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file isssm-0.1.2.tar.gz.
File metadata
- Download URL: isssm-0.1.2.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01ffc3a11f7eca01e5465b05d79c973d0da027bb984cd0ff9d8357d21fb1018a
|
|
| MD5 |
be0ad6fb7fe440846a7cd0258a02feea
|
|
| BLAKE2b-256 |
4288dc8959f162552a38b45e4f4779e716dae878430dab8e28e54f9a23ad74d4
|
File details
Details for the file isssm-0.1.2-py3-none-any.whl.
File metadata
- Download URL: isssm-0.1.2-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43ee4db9031a03c0b14050e14d2abea7776e6058371116f6331c0b5ca1f8cc9c
|
|
| MD5 |
d99eccebee8ba17610f8f5cbe67a90a2
|
|
| BLAKE2b-256 |
f34feb5fe9c97b891aa2c89717141ab6b1991ee2ece0adebbf7a9bfef4edbe38
|