Skip to main content

Bridging statistical cultures with some jazz

Project description

Bossanova

Unified mixed-effects modeling in Python. JAX + NumPy backends. R/lme4 parity.

Installation

uv add bossanova

or

pip install bossanova

Features

  • One unified entry pointmodel() handles linear, generalized, and mixed-effects models
  • R-style formulasy ~ x + (1|group), factor(), center(), scale()
  • Multiple inference strategies — asymptotic, bootstrap, permutation, cross-validation
  • Marginal effects.explore() for estimated marginal means, slopes, and contrasts
  • JAX acceleration — automatic acceleration when JAX is available, NumPy fallback
  • R parity — matches lme4/emmeans within f64 tolerance

Quick Example

from bossanova import model, load_dataset

df = load_dataset("sleepstudy")

# Fit a mixed model
m = model("Reaction ~ Days + (1 + Days | Subject)", data=df).fit()
m.params

# Perform bootstrapped parameter inference
m.infer(how='boot')

# Explore marginal effects
m.explore("Days")
m.effects

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

bossanova-0.1.0.dev13.tar.gz (582.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bossanova-0.1.0.dev13-py3-none-any.whl (724.3 kB view details)

Uploaded Python 3

File details

Details for the file bossanova-0.1.0.dev13.tar.gz.

File metadata

  • Download URL: bossanova-0.1.0.dev13.tar.gz
  • Upload date:
  • Size: 582.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for bossanova-0.1.0.dev13.tar.gz
Algorithm Hash digest
SHA256 e96076e0d3eb48d52197b1ab17d59466d11a91b4dbfb5464ffd53b0d5f4e9adb
MD5 04dab399c88e95b364f953769cd18d1c
BLAKE2b-256 f90e096b7d84a8d415e07641a7571fcee0225a5884ff6aa370d319f8e1c6fab9

See more details on using hashes here.

File details

Details for the file bossanova-0.1.0.dev13-py3-none-any.whl.

File metadata

  • Download URL: bossanova-0.1.0.dev13-py3-none-any.whl
  • Upload date:
  • Size: 724.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for bossanova-0.1.0.dev13-py3-none-any.whl
Algorithm Hash digest
SHA256 49967221d5a78aef2a8fa70a864d89f3feb47207b5ddedef0158bb2dd9365012
MD5 1d202cc2b494453b6147348bd59c4010
BLAKE2b-256 4a5c3ae646303aa2c3e6cdbc1d0b5ab043c1a0195c318a2b015d18a85f2e6097

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page