Skip to content

Commit 7672f97

Browse files
committed
docs: fix notes
1 parent b827b00 commit 7672f97

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/nanmeanors/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ The function has the following parameters:
7979

8080
- If provided an empty one-dimensional ndarray, the function returns `NaN`.
8181
- Ordinary recursive summation (i.e., a "simple" sum) is performant, but can incur significant numerical error. If performance is paramount and error tolerated, using ordinary recursive summation to compute an arithmetic mean is acceptable; in all other cases, exercise due caution.
82-
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
83-
- Depending on the environment, the typed versions ([`dnanmeanors`][@stdlib/stats/strided/dnanmeanors], [`snanmeanors`][@stdlib/stats/strided/snanmeanors], etc.) are likely to be significantly more performant.
8482

8583
</section>
8684

lib/node_modules/@stdlib/stats/base/ndarray/nanmeanors/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{alias}}( arrays )
33
Computes the arithmetic mean of a one-dimensional ndarray, ignoring `NaN`
44
values and using ordinary recursive summation.
5-
5+
66
If provided an empty ndarray, the function returns `NaN`.
77

88
Parameters

0 commit comments

Comments
 (0)