mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
MATH-1285: replaced inappropriate reference to MathWorld by reference to
Wikipedia's article about Zipf's law, thanks to Pim van der Hoorn for reporting this issue
This commit is contained in:
parent
9e0c5ad4b3
commit
8ed2209b1f
@ -54,6 +54,9 @@ If the output is not quite correct, check for invisible trailing spaces!
|
|||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="4.0" date="XXXX-XX-XX" description="">
|
<release version="4.0" date="XXXX-XX-XX" description="">
|
||||||
|
<action dev="oertl" type="fix" issue="MATH-1285" due-to="Pim van der Hoorn "> <!-- backported to 3.6 -->
|
||||||
|
Updated reference in ZipfDistribution's javadoc.
|
||||||
|
</action>
|
||||||
<action dev="tn" type="fix" issue="MATH-1283" due-to="Jean Noel Delavalade"> <!-- backported to 3.6 -->
|
<action dev="tn" type="fix" issue="MATH-1283" due-to="Jean Noel Delavalade"> <!-- backported to 3.6 -->
|
||||||
Fixed "Gamma#gamma(double)" for negative values smaller than -20.
|
Fixed "Gamma#gamma(double)" for negative values smaller than -20.
|
||||||
</action>
|
</action>
|
||||||
|
@ -26,7 +26,7 @@ import org.apache.commons.math4.util.FastMath;
|
|||||||
/**
|
/**
|
||||||
* Implementation of the Zipf distribution.
|
* Implementation of the Zipf distribution.
|
||||||
*
|
*
|
||||||
* @see <a href="http://mathworld.wolfram.com/ZipfDistribution.html">Zipf distribution (MathWorld)</a>
|
* @see <a href="https://en.wikipedia.org/wiki/Zipf's_law">Zipf's law (Wikipedia)</a>
|
||||||
*/
|
*/
|
||||||
public class ZipfDistribution extends AbstractIntegerDistribution {
|
public class ZipfDistribution extends AbstractIntegerDistribution {
|
||||||
/** Serializable version identifier. */
|
/** Serializable version identifier. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user