Skip to content

Commit

Permalink
make minor changes to example simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilbers committed Dec 21, 2019
1 parent 1b0ce2f commit 7e55f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_example():
point_estimate_range = [2017, 2017] # Includes endpoints
bootstrap_scheme = 'weeks'
num_blocks_per_bin = 2
num_bootstrap_samples = 100
num_bootstrap_samples = 30

# Run the methodology, return point estimates and stdev estimates
results = model_runs.calculate_point_estimate_and_stdev(
Expand Down

0 comments on commit 7e55f58

Please sign in to comment.