We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492a016 commit cfbebf1Copy full SHA for cfbebf1
lib/node_modules/@stdlib/stats/base/nanmeanors/lib/accessors.js
@@ -23,6 +23,7 @@
23
/**
24
* Computes the arithmetic mean of a strided array, ignoring `NaN` values and using ordinary recursive summation.
25
*
26
+* @private
27
* @param {PositiveInteger} N - number of indexed elements
28
* @param {Object} x - input array object
29
* @param {Collection} x.data - input array data
0 commit comments