Skip to content

Commit

Permalink
corrected references
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Jan 3, 2019
1 parent 998ae76 commit 552670e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion abydos/distance/_ample.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class AMPLE(_TokenDistance):
r"""AMPLE similarity.
The AMPLE similarity :cite:`Dallmeier:2005,Abreu:2006` is defined in
The AMPLE similarity :cite:`Dallmeier:2005,Abreu:2007` is defined in
getAverageSequenceWeight() in the AverageSequenceWeightEvaluator.java file
of AMPLE's source code. For two sets X and Y and a population N, it is
Expand Down
2 changes: 1 addition & 1 deletion abydos/distance/_anderberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Anderberg(_TokenDistance):
r"""Anderberg's d.
For two sets X and Y and a population N, Anderberg's d
:cite:`Anderberg:1976` is
:cite:`Anderberg:1973` is
.. math::
Expand Down
2 changes: 1 addition & 1 deletion abydos/distance/_dispersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Dispersion(_TokenDistance):
r"""Dispersion similarity.
For two sets X and Y and a population N, the dispersion
similarity :cite:`IBM:2016` is
similarity :cite:`IBM:2017` is
.. math::
Expand Down
2 changes: 1 addition & 1 deletion abydos/distance/_pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Pattern(_TokenDistance):
dist_{pattern} =
\frac{4bc}{n^2}
In :cite:`IBM:2016`, the formula omits the 4 in the numerator:
In :cite:`IBM:2017`, the formula omits the 4 in the numerator:
:math:`\frac{bc}{n^2}.
.. versionadded:: 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion abydos/distance/_variance.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Variance(_TokenDistance):
r"""Variance dissimilarity.
For two sets X and Y and a population N, the variance dissimilarity
similarity :cite:`IBM:2016` is
similarity :cite:`IBM:2017` is
.. math::
Expand Down

0 comments on commit 552670e

Please sign in to comment.