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 d8f3452 commit 35d7c58Copy full SHA for 35d7c58
1 file changed
lib/node_modules/@stdlib/stats/strided/midrange-by/lib/accessors.js
@@ -30,6 +30,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
30
/**
31
* Computes the mid-range of a strided array via a callback function.
32
*
33
+* @private
34
* @param {PositiveInteger} N - number of indexed elements
35
* @param {Object} x - input array object
36
* @param {Collection} x.data - input array data
0 commit comments