Skip to content

Commit cfbebf1

Browse files
authored
docs: add missing private annotation
Signed-off-by: Athan <[email protected]>
1 parent 492a016 commit cfbebf1

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmeanors/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/nanmeanors/lib/accessors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/**
2424
* Computes the arithmetic mean of a strided array, ignoring `NaN` values and using ordinary recursive summation.
2525
*
26+
* @private
2627
* @param {PositiveInteger} N - number of indexed elements
2728
* @param {Object} x - input array object
2829
* @param {Collection} x.data - input array data

0 commit comments

Comments
 (0)