File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
lib/node_modules/@stdlib/stats/base/ndarray Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
- Computes the arithmetic mean of a one-dimensional double-precision floating
4
- - point ndarray.
3
+ Computes the arithmetic mean of a one-dimensional double-precision floating-
4
+ point ndarray.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
7
7
Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
- Computes the arithmetic mean of a one-dimensional double-precision floating
4
- - point ndarray, ignoring `NaN` values.
3
+ Computes the arithmetic mean of a one-dimensional double-precision floating-
4
+ point ndarray, ignoring `NaN` values.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
7
7
Original file line number Diff line number Diff line change 1
1
2
2
{{alias}}( arrays )
3
- Computes the arithmetic mean of a one-dimensional single-precision floating
4
- - point ndarray.
3
+ Computes the arithmetic mean of a one-dimensional single-precision floating-
4
+ point ndarray.
5
5
6
6
If provided an empty ndarray, the function returns `NaN`.
7
7
You can’t perform that action at this time.
0 commit comments