Skip to content

Commit

Permalink
checks for recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Sep 27, 2024
1 parent dc30484 commit 5de9497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/parameter-recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ def weibull_known_shape():
from conjugate.distributions import Weibull, InverseGamma
from conjugate.models import weibull_inverse_gamma_known_shape

beta = 2.5
theta = 5
beta = 0.5
theta = 2.5
true_distribution = Weibull(beta=beta, theta=theta)

def sample_data(n, rng):
Expand Down

0 comments on commit 5de9497

Please sign in to comment.