Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/array/nanstdev/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/array/stdev/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/array/stdevch/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/array/stdevpn/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/array/stdevtk/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/array/stdevwd/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/array/stdevyc/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var GENERIC_DTYPE = 'generic';
*
* @param {NumericArray} x - input array
* @param {number} [correction=1.0] - degrees of freedom adjustment
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} first argument must be an array-like object
* @throws {TypeError} first argument must have a supported data type
* @throws {TypeError} second argument must be a number
* @returns {number} standard deviation
*
Expand Down