@@ -1244,15 +1244,15 @@ def quartilemethod(self):
1244
1244
Sets the method used to compute the sample's Q1 and Q3
1245
1245
quartiles. The "linear" method uses the 25th percentile for Q1
1246
1246
and 75th percentile for Q3 as computed using method #10 (listed
1247
- on http://www .amstat.org/publications/jse/ v14n3/langford.html).
1248
- The "exclusive" method uses the median to divide the ordered
1249
- dataset into two halves if the sample is odd, it does not
1250
- include the median in either half - Q1 is then the median of
1251
- the lower half and Q3 the median of the upper half. The
1252
- "inclusive" method also uses the median to divide the ordered
1253
- dataset into two halves but if the sample is odd, it includes
1254
- the median in both halves - Q1 is then the median of the lower
1255
- half and Q3 the median of the upper half.
1247
+ on http://jse .amstat.org/v14n3/langford.html). The "exclusive"
1248
+ method uses the median to divide the ordered dataset into two
1249
+ halves if the sample is odd, it does not include the median in
1250
+ either half - Q1 is then the median of the lower half and Q3
1251
+ the median of the upper half. The "inclusive" method also uses
1252
+ the median to divide the ordered dataset into two halves but if
1253
+ the sample is odd, it includes the median in both halves - Q1
1254
+ is then the median of the lower half and Q3 the median of the
1255
+ upper half.
1256
1256
1257
1257
The 'quartilemethod' property is an enumeration that may be specified as:
1258
1258
- One of the following enumeration values:
@@ -2312,17 +2312,17 @@ def _prop_descriptions(self):
2312
2312
Sets the method used to compute the sample's Q1 and Q3
2313
2313
quartiles. The "linear" method uses the 25th percentile
2314
2314
for Q1 and 75th percentile for Q3 as computed using
2315
- method #10 (listed on http://www.amstat.org/publication
2316
- s/ jse/v14n3/langford.html). The "exclusive" method uses
2317
- the median to divide the ordered dataset into two
2318
- halves if the sample is odd, it does not include the
2319
- median in either half - Q1 is then the median of the
2320
- lower half and Q3 the median of the upper half. The
2321
- "inclusive" method also uses the median to divide the
2322
- ordered dataset into two halves but if the sample is
2323
- odd, it includes the median in both halves - Q1 is then
2324
- the median of the lower half and Q3 the median of the
2325
- upper half.
2315
+ method #10 (listed on
2316
+ http:// jse.amstat.org /v14n3/langford.html). The
2317
+ "exclusive" method uses the median to divide the
2318
+ ordered dataset into two halves if the sample is odd,
2319
+ it does not include the median in either half - Q1 is
2320
+ then the median of the lower half and Q3 the median of
2321
+ the upper half. The "inclusive" method also uses the
2322
+ median to divide the ordered dataset into two halves
2323
+ but if the sample is odd, it includes the median in
2324
+ both halves - Q1 is then the median of the lower half
2325
+ and Q3 the median of the upper half.
2326
2326
sd
2327
2327
Sets the standard deviation values. There should be as
2328
2328
many items as the number of boxes desired. This
@@ -2846,17 +2846,17 @@ def __init__(
2846
2846
Sets the method used to compute the sample's Q1 and Q3
2847
2847
quartiles. The "linear" method uses the 25th percentile
2848
2848
for Q1 and 75th percentile for Q3 as computed using
2849
- method #10 (listed on http://www.amstat.org/publication
2850
- s/ jse/v14n3/langford.html). The "exclusive" method uses
2851
- the median to divide the ordered dataset into two
2852
- halves if the sample is odd, it does not include the
2853
- median in either half - Q1 is then the median of the
2854
- lower half and Q3 the median of the upper half. The
2855
- "inclusive" method also uses the median to divide the
2856
- ordered dataset into two halves but if the sample is
2857
- odd, it includes the median in both halves - Q1 is then
2858
- the median of the lower half and Q3 the median of the
2859
- upper half.
2849
+ method #10 (listed on
2850
+ http:// jse.amstat.org /v14n3/langford.html). The
2851
+ "exclusive" method uses the median to divide the
2852
+ ordered dataset into two halves if the sample is odd,
2853
+ it does not include the median in either half - Q1 is
2854
+ then the median of the lower half and Q3 the median of
2855
+ the upper half. The "inclusive" method also uses the
2856
+ median to divide the ordered dataset into two halves
2857
+ but if the sample is odd, it includes the median in
2858
+ both halves - Q1 is then the median of the lower half
2859
+ and Q3 the median of the upper half.
2860
2860
sd
2861
2861
Sets the standard deviation values. There should be as
2862
2862
many items as the number of boxes desired. This
0 commit comments