Skip to content

Commit

Permalink
Fix broken web link (apache#20966)
Browse files Browse the repository at this point in the history
Merging to unblock CI - my concerns can be discussed in issue if necessary
  • Loading branch information
DickJC123 authored Mar 17, 2022
1 parent ded0400 commit 8f199c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/numpy/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def lognormal(mean=0.0, sigma=1.0, size=None, dtype=None, device=None, out=None)
.. [1] Limpert, E., Stahel, W. A., and Abbt, M., "Log-normal
Distributions across the Sciences: Keys and Clues,"
BioScience, Vol. 51, No. 5, May, 2001.
https://stat.ethz.ch/~stahel/lognormal/bioscience.pdf
http://www.statlit.org/pdf/2001-Limpert-Bioscience2.pdf
.. [2] Reiss, R.D. and Thomas, M., "Statistical Analysis of Extreme
Values," Basel: Birkhauser Verlag, 2001, pp. 31-32.
Expand Down

0 comments on commit 8f199c2

Please sign in to comment.