File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3899,7 +3899,7 @@ def percentile(a,
3899
3899
This parameter specifies the method to use for estimating the
3900
3900
percentile. There are many different methods, some unique to NumPy.
3901
3901
See the notes for explanation. The options aligning with the R types
3902
- and the H&F paper [1]_ are:
3902
+ and the H&F paper are:
3903
3903
3904
3904
* (H&F 1): 'inverted_cdf'
3905
3905
* (H&F 2): 'averaged_inverted_cdf'
@@ -4178,7 +4178,7 @@ def quantile(a,
4178
4178
This parameter specifies the method to use for estimating the
4179
4179
quantile. There are many different methods, some unique to NumPy.
4180
4180
See the notes for explanation. The options aligning with the R types
4181
- and the H&F paper [1]_ are:
4181
+ and the H&F paper are:
4182
4182
4183
4183
* (H&F 1): 'inverted_cdf'
4184
4184
* (H&F 2): 'averaged_inverted_cdf'
Original file line number Diff line number Diff line change @@ -1274,7 +1274,7 @@ def nanpercentile(
1274
1274
This parameter specifies the method to use for estimating the
1275
1275
percentile. There are many different methods, some unique to NumPy.
1276
1276
See the notes for explanation. The options aligning with the R types
1277
- and the H&F paper [1]_ are:
1277
+ and the H&F paper are:
1278
1278
1279
1279
* (H&F 1): 'inverted_cdf'
1280
1280
* (H&F 2): 'averaged_inverted_cdf'
@@ -1428,7 +1428,7 @@ def nanquantile(
1428
1428
This parameter specifies the method to use for estimating the
1429
1429
quantile. There are many different methods, some unique to NumPy.
1430
1430
See the notes for explanation. The options aligning with the R types
1431
- and the H&F paper [1]_ are:
1431
+ and the H&F paper are:
1432
1432
1433
1433
* (H&F 1): 'inverted_cdf'
1434
1434
* (H&F 2): 'averaged_inverted_cdf'
You can’t perform that action at this time.
0 commit comments