You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ var fcns = special;
78
78
79
79
- <spanclass="signature">[`acos( x )`][@stdlib/math/base/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a double-precision floating-point number.</span>
80
80
- <spanclass="signature">[`acosd( x )`][@stdlib/math/base/special/acosd]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine in degrees of a double-precision floating-point number.</span>
81
+
- <spanclass="signature">[`acosdf( x )`][@stdlib/math/base/special/acosdf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine (in degrees) of a single-precision floating-point number.</span>
81
82
- <spanclass="signature">[`acosf( x )`][@stdlib/math/base/special/acosf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a single-precision floating-point number.</span>
82
83
- <spanclass="signature">[`acosh( x )`][@stdlib/math/base/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arccosine of a double-precision floating-point number.</span>
83
84
- <spanclass="signature">[`acovercos( x )`][@stdlib/math/base/special/acovercos]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse coversed cosine.</span>
@@ -212,6 +213,7 @@ var fcns = special;
212
213
213
214
- <spanclass="signature">[`acot( x )`][@stdlib/math/base/special/acot]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent of a double-precision floating-point number.</span>
214
215
- <spanclass="signature">[`acotd( x )`][@stdlib/math/base/special/acotd]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccotangent in degrees of a double-precision floating-point number.</span>
216
+
- <spanclass="signature">[`acotdf( x )`][@stdlib/math/base/special/acotdf]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccotangent in degrees of a single-precision floating-point number.</span>
215
217
- <spanclass="signature">[`acotf( x )`][@stdlib/math/base/special/acotf]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent of a single-precision floating-point number.</span>
216
218
- <spanclass="signature">[`acoth( x )`][@stdlib/math/base/special/acoth]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse hyperbolic cotangent of a double-precision floating-point number.</span>
217
219
- <spanclass="signature">[`acsc( x )`][@stdlib/math/base/special/acsc]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosecant of a number.</span>
@@ -243,6 +245,7 @@ var fcns = special;
243
245
- <spanclass="signature">[`cflipsign( z, y )`][@stdlib/math/base/special/cflipsign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
244
246
- <spanclass="signature">[`cflipsignf( z, y )`][@stdlib/math/base/special/cflipsignf]</span><spanclass="delimiter">: </span><spanclass="description">return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
245
247
- <spanclass="signature">[`cinv( z )`][@stdlib/math/base/special/cinv]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse of a double-precision complex floating-point number.</span>
248
+
- <spanclass="signature">[`cinvf( z )`][@stdlib/math/base/special/cinvf]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse of a single-precision complex floating-point number.</span>
246
249
- <spanclass="signature">[`copysign( x, y )`][@stdlib/math/base/special/copysign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision floating-point number with the magnitude of `x` and the sign of `y`.</span>
247
250
- <spanclass="signature">[`copysignf( x, y )`][@stdlib/math/base/special/copysignf]</span><spanclass="delimiter">: </span><spanclass="description">return a single-precision floating-point number with the magnitude of `x` and the sign of `y`.</span>
248
251
- <spanclass="signature">[`cot( x )`][@stdlib/math/base/special/cot]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the cotangent of a number.</span>
@@ -416,6 +419,8 @@ console.log( objectKeys( special ) );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,7 @@ var o = ns;
154
154
- <spanclass="signature">[`unaryInputCastingDataType( idtype, odtype, policy )`][@stdlib/ndarray/base/unary-input-casting-dtype]</span><spanclass="delimiter">: </span><spanclass="description">resolve the input ndarray casting data type for a unary function.</span>
155
155
- <spanclass="signature">[`unaryLoopOrder( shape, stridesX, stridesY )`][@stdlib/ndarray/base/unary-loop-interchange-order]</span><spanclass="delimiter">: </span><spanclass="description">reorder ndarray dimensions and associated strides for loop interchange.</span>
156
156
- <spanclass="signature">[`unaryOutputDataType( dtype, policy )`][@stdlib/ndarray/base/unary-output-dtype]</span><spanclass="delimiter">: </span><spanclass="description">resolve the output ndarray data type for a unary function.</span>
157
+
- <spanclass="signature">[`unaryReduceStrided1dBy( fcn, arrays, dims[, options], clbk[, thisArg] )`][@stdlib/ndarray/base/unary-reduce-strided1d-by]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.</span>
157
158
- <spanclass="signature">[`unaryReduceStrided1dDispatchFactory( table, idtypes, odtypes, policies )`][@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-factory]</span><spanclass="delimiter">: </span><spanclass="description">create a function for performing a reduction on an input ndarray.</span>
158
159
- <spanclass="signature">[`unaryReduceStrided1dDispatch( table, idtypes, odtypes, policies )`][@stdlib/ndarray/base/unary-reduce-strided1d-dispatch]</span><spanclass="delimiter">: </span><spanclass="description">constructor for performing a reduction on an input ndarray.</span>
159
160
- <spanclass="signature">[`unaryReduceStrided1d( fcn, arrays, dims[, options] )`][@stdlib/ndarray/base/unary-reduce-strided1d]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/array/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,11 @@ The namespace exports the following:
68
68
- <spanclass="signature">[`mskmax( x, mask )`][@stdlib/stats/array/mskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of an array according to a mask.</span>
69
69
- <spanclass="signature">[`mskmin( x, mask )`][@stdlib/stats/array/mskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of an array according to a mask.</span>
70
70
- <spanclass="signature">[`mskrange( x, mask )`][@stdlib/stats/array/mskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of an array according to a mask.</span>
71
+
- <spanclass="signature">[`nanmaxBy( x, clbk[, thisArg] )`][@stdlib/stats/array/nanmax-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of an array via a callback function, ignoring `NaN` values.</span>
71
72
- <spanclass="signature">[`nanmax( x )`][@stdlib/stats/array/nanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of an array, ignoring `NaN` values.</span>
73
+
- <spanclass="signature">[`nanmaxabs( x )`][@stdlib/stats/array/nanmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum absolute value of an array, ignoring `NaN` values.</span>
72
74
- <spanclass="signature">[`nanmin( x )`][@stdlib/stats/array/nanmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of an array, ignoring `NaN` values.</span>
75
+
- <spanclass="signature">[`nanrange( x )`][@stdlib/stats/array/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of an array, ignoring `NaN` values.</span>
73
76
- <spanclass="signature">[`varianceyc( x[, correction] )`][@stdlib/stats/array/varianceyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ The namespace contains the following statistical functions:
61
61
- <spanclass="signature">[`cumaxabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum absolute value of a strided array.</span>
62
62
- <spanclass="signature">[`cumin( N, x, strideX, y, strideY )`][@stdlib/stats/base/cumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of a strided array.</span>
63
63
- <spanclass="signature">[`cuminabs( N, x, strideX, y, strideY )`][@stdlib/stats/base/cuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of a strided array.</span>
64
-
- <spanclass="signature">[`dmeanpn( N, x, strideX )`][@stdlib/stats/strided/dmeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.</span>
65
64
- <spanclass="signature">[`dmeanstdev( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and standard deviation of a double-precision floating-point strided array.</span>
66
65
- <spanclass="signature">[`dmeanstdevpn( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.</span>
67
66
- <spanclass="signature">[`dmeanvar( N, correction, x, strideX, out, strideOut )`][@stdlib/stats/base/dmeanvar]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and variance of a double-precision floating-point strided array.</span>
@@ -103,7 +102,7 @@ The namespace contains the following statistical functions:
103
102
- <spanclass="signature">[`nanmeanwd( N, x, stride )`][@stdlib/stats/base/nanmeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array, ignoring `NaN` values and using Welford's algorithm.</span>
104
103
- <spanclass="signature">[`nanminBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/nanmin-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function, ignoring `NaN` values.</span>
105
104
- <spanclass="signature">[`nanmin( N, x, strideX )`][@stdlib/stats/base/nanmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array, ignoring `NaN` values.</span>
106
-
- <spanclass="signature">[`nanminabs( N, x, stride )`][@stdlib/stats/base/nanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array, ignoring `NaN` values.</span>
105
+
- <spanclass="signature">[`nanminabs( N, x, strideX )`][@stdlib/stats/base/nanminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum absolute value of a strided array, ignoring `NaN` values.</span>
107
106
- <spanclass="signature">[`nanmskmax( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/nanmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array according to a mask, ignoring `NaN` values.</span>
108
107
- <spanclass="signature">[`nanmskmin( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/nanmskmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array according to a mask, ignoring `NaN` values.</span>
109
108
- <spanclass="signature">[`nanmskrange( N, x, strideX, mask, strideMask )`][@stdlib/stats/base/nanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array according to a mask, ignoring `NaN` values.</span>
0 commit comments