Skip to content

Commit

Permalink
Update switch_at_ts default to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskontrimas committed May 9, 2022
1 parent 3a44c17 commit ffc51b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyllh/core/analysis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def calculate_pval_from_gammafit_to_trials(ts_vals, ts_threshold,
return (p, p_sigma)


def calculate_pval_from_trials_mixed(ts_vals, ts_threshold, switch_at_ts=5.0,
def calculate_pval_from_trials_mixed(ts_vals, ts_threshold, switch_at_ts=3.0,
eta=None, n_max=500000, comp_operator='greater_equal'):
"""Calculates the probability (p-value) of test-statistic exceeding
the given test-statistic threshold. This calculation relies on fitting
Expand Down

0 comments on commit ffc51b7

Please sign in to comment.