Skip to content

Commit

Permalink
measure performance for normal approximation in LRC
Browse files Browse the repository at this point in the history
  • Loading branch information
ausgerechnet committed Jun 27, 2024
1 parent dbe8799 commit a8f16f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# conservative estimates
{
'name': 'conservative_log_ratio',
'code': 'am.conservative_log_ratio(df)'
'code': 'am.conservative_log_ratio(df, boundary="normal")'
},
{
'name': 'conservative_log_ratio_poisson',
Expand Down

0 comments on commit a8f16f1

Please sign in to comment.