Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delay_cases function parameters #35

Open
truEngineer opened this issue May 11, 2020 · 0 comments
Open

delay_cases function parameters #35

truEngineer opened this issue May 11, 2020 · 0 comments
Assignees

Comments

@truEngineer
Copy link

Hello. It is difficult to understand the description of the delay_cases function parameters.

def delay_cases(
    new_I_t,
    pr_median_delay=10,
    pr_sigma_median_delay=0.2,
    pr_median_scale_delay=0.3,
    pr_sigma_scale_delay=None,
    ...
):

Perhaps refactoring is needed here:

pr_median_delay : float
  The prior of the median delay [The prior for the median of the median delay distribution?]
scale_delay  [pr_median_scale_delay?] : float
  The scale of the delay, that is how wide the distribution is [?].
pr_sigma_median_delay : float
  The prior for the sigma of the median delay distribution.
[pr_sigma_scale_delay?]

Is the formula for y_delayed in the documentation correct?

@jdehning jdehning self-assigned this May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants