Skip to content

Commit

Permalink
remove link to wikipedia
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bernhardsson committed Sep 6, 2018
1 parent 9900745 commit ba09d24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions convoys/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ class RegressionModel(object):
class GeneralizedGamma(RegressionModel):
''' Generalization of Gamma, Weibull, and Exponential
This mostly follows the `Wikipedia article
<https://en.wikipedia.org/wiki/Generalized_gamma_distribution>`_, although
our notation is slightly different. Also see `this paper
<http://data.princeton.edu/pop509/ParametricSurvival.pdf>`_ for an overview.
This mostly follows `this paper about parametric survival methods
<http://data.princeton.edu/pop509/ParametricSurvival.pdf>`_.
**Shape of the probability function**
Expand Down

0 comments on commit ba09d24

Please sign in to comment.