Skip to content

Commit

Permalink
moved overdispersion calculation (#25)
Browse files Browse the repository at this point in the history
* moved overdispersion calculation

* Adjust __init__

* Remove _frequentist submodule

* small change

* temp

* Finish implementation of Pearson residuals

* Add prototype of the function

* Remove frequentist notebook

* Mark file as deprecated

* Updating the notebook

---------

Co-authored-by: Paweł Czyż <[email protected]>
  • Loading branch information
dr-david and pawel-czyz authored Nov 15, 2024
1 parent 3acfe08 commit c612716
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 594 deletions.
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

0 comments on commit c612716

Please sign in to comment.