comparison pymedcouple @ 9:e6bcaf38edaa

Fix citation
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 15 Jan 2015 16:26:16 -0500
parents b3e878bb793d
children 3d145bcc8694
comparison
equal deleted inserted replaced
8:b3e878bb793d 9:e6bcaf38edaa
86 Skewness." Journal of Computational and Graphical Statistics, Vol. 86 Skewness." Journal of Computational and Graphical Statistics, Vol.
87 13, No. 4 (Dec., 2004), pp. 996- 1017 87 13, No. 4 (Dec., 2004), pp. 996- 1017
88 88
89 .. [2] D. B. Johnson and T. Mizoguchi "Selecting the Kth Element 89 .. [2] D. B. Johnson and T. Mizoguchi "Selecting the Kth Element
90 in $X + Y$ and $X_1 + X_2 + \cdots X_m$". SIAM Journal of 90 in $X + Y$ and $X_1 + X_2 + \cdots X_m$". SIAM Journal of
91 Computing, 7, 147-53. 91 Computing, Vol. 7, No. 2 (May 1978), pp. 147-53.
92 92
93 """ 93 """
94 # FIXME: Figure out what to do about NaNs. 94 # FIXME: Figure out what to do about NaNs.
95 95
96 n = len(X) 96 n = len(X)