-
Notifications
You must be signed in to change notification settings - Fork 42
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
Minor doc updates #72
Conversation
convoys/regression.py
Outdated
|
||
where :math:`\\gamma(a, x)` is the `lower regularized incomplete | ||
gamma function | ||
where :math:`P(a, x) = \\gamma(a, x) / \\Gamma(a)` is the `lower regularized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (80 > 79 characters)
convoys/regression.py
Outdated
|
||
where :math:`\\gamma(a, x)` is the `lower regularized incomplete | ||
gamma function | ||
where :math:`P(a, x) = \\gamma(a, x) / \\Gamma(a)` is the `lower regularized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (80 > 79 characters)
@@ -67,21 +67,22 @@ class GeneralizedGamma(RegressionModel): | |||
|
|||
This mostly follows the `Wikipedia article | |||
<https://en.wikipedia.org/wiki/Generalized_gamma_distribution>`_, although | |||
our notation is slightly different: | |||
our notation is slightly different. Also see `this paper | |||
<http://data.princeton.edu/pop509/ParametricSurvival.pdf>`_ for an overview. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (80 > 79 characters)
<https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.gammainc.html>`_. | ||
where :math:`P(a, x) = \\gamma(a, x) / \\Gamma(a)` is the lower regularized | ||
incomplete gamma function. See :meth:`convoys.gamma.gammainc`. | ||
:math:`\\gamma(a, x)` is the incomplete gamma function and :math:`\\Gamma(a)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (81 > 79 characters)
|
||
There are two problems with autograd.scipy.special.gammainc: | ||
We rely on `scipy.special.gammainc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trailing whitespace
No description provided.