Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved overdispersion calculation #25

Merged
merged 12 commits into from
Nov 15, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# name: covvfit
# ---

# %%
## This model depends on deprecated PyMC utilities. It will be ported to JAX and NumPyro.

# %%
import pandas as pd
import pymc as pm
Expand Down
323 changes: 0 additions & 323 deletions examples/frequentist_notebook.py

This file was deleted.

Loading
Loading