You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_stats.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,9 @@ Experimental
186
186
187
187
### Description
188
188
189
-
Returns the median of all the elements of `array`, or of the elements of `array` along dimension `dim` if provided, and if the corresponding element in `mask` is `true`.
189
+
Returns the median of all the elements of `array`, or of the elements of `array`
190
+
along dimension `dim` if provided, and if the corresponding element in `mask` is
191
+
`true`.
190
192
191
193
The median of the elements of `array` is defined as the "middle"
192
194
element, after that the elements are sorted in an increasing order, e.g. `array_sorted =
@@ -202,7 +204,8 @@ and if `n` is an odd number, the median is:
0 commit comments