Skip to content

Commit

Permalink
correct latex
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Feb 20, 2019
1 parent 3320d8a commit 6beebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifelines/fitters/weibull_aft_fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class WeibullAFTFitter(BaseFitter):
r"""
This class implements a Weibull model for univariate data. The model has parameterized
form, with :math:`\lambda = \exp\left(\beta_0 + \beta_1x_1 + ... + \beta_n x_n \right)`,
and optionally, `\rho = \exp\left(\alpha_0 + \alpha_1 y_1 + ... + \alpha_m y_m \right)`,
and optionally, :math:`\rho = \exp\left(\alpha_0 + \alpha_1 y_1 + ... + \alpha_m y_m \right)`,
.. math:: S(t; x, y) = \exp\left(-\left(\frac{t}{\lambda(x)}\right)^{\rho(y)}\right),
Expand Down

0 comments on commit 6beebbd

Please sign in to comment.