Skip to content

Commit

Permalink
Merge pull request #100 from better/minor-doc-fix
Browse files Browse the repository at this point in the history
fix docs, add link to blog post
  • Loading branch information
Erik Bernhardsson committed Jul 30, 2019
2 parents 471b55e + 6140de7 commit 4d800ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Convoys

Convoys is a simple library that fits a few statistical model useful for modeling time-lagged conversions.
There is a lot more info if you head over to the [documentation](https://better.engineering/convoys/).
You can also take a look at [this blog post](https://better.engineering/2019/07/29/modeling-conversion-rates-and-saving-millions-of-dollars-using-kaplan-meier-and-gamma-distributions/) about Convoys.

Installation
------------
Expand Down
4 changes: 2 additions & 2 deletions convoys/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class GeneralizedGamma(RegressionModel):
:math:`F(t) = P(k, (t\\lambda)^p)`
where :math:`P(a, x) = \\gamma(a, x) / \\Gamma(a)` is the lower regularized
incomplete gamma function. See :meth:`convoys.gamma.gammainc`.
incomplete gamma function.
:math:`\\gamma(a, x)` is the incomplete gamma function and :math:`\\Gamma(a)`
is the standard gamma function.
Expand Down Expand Up @@ -352,7 +352,7 @@ class Gamma(GeneralizedGamma):
:math:`F(t) = P(k, t\\lambda)`
where :math:`P(a, x) = \\gamma(a, x) / \\Gamma(a)` is the lower regularized
incomplete gamma function. See :meth:`convoys.gamma.gammainc`.
incomplete gamma function.
The probability density function is:
Expand Down

0 comments on commit 4d800ab

Please sign in to comment.