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/stats/base/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ The namespace contains the following statistical functions:
192
192
- <spanclass="signature">[`smeanlipw( N, x, stride )`][@stdlib/stats/base/smeanlipw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.</span>
193
193
- <spanclass="signature">[`smeanors( N, x, stride )`][@stdlib/stats/base/smeanors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.</span>
194
194
- <spanclass="signature">[`smeanpn( N, x, stride )`][@stdlib/stats/base/smeanpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.</span>
195
-
- <spanclass="signature">[`smeanpw( N, x, stride )`][@stdlib/stats/base/smeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.</span>
195
+
- <spanclass="signature">[`smeanpw( N, x, strideX )`][@stdlib/stats/base/smeanpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.</span>
196
196
- <spanclass="signature">[`smeanwd( N, x, strideX )`][@stdlib/stats/base/smeanwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.</span>
197
197
- <spanclass="signature">[`smediansorted( N, x, strideX )`][@stdlib/stats/base/smediansorted]</span><spanclass="delimiter">: </span><spanclass="description">calculate the median value of a sorted single-precision floating-point strided array.</span>
198
198
- <spanclass="signature">[`smidrange( N, x, strideX )`][@stdlib/stats/base/smidrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mid-range of a single-precision floating-point strided array.</span>
@@ -229,7 +229,7 @@ The namespace contains the following statistical functions:
229
229
- <spanclass="signature">[`srange( N, x, strideX )`][@stdlib/stats/base/srange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array.</span>
230
230
- <spanclass="signature">[`sstdev( N, correction, x, stride )`][@stdlib/stats/base/sstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array.</span>
231
231
- <spanclass="signature">[`sstdevch( N, correction, x, strideX )`][@stdlib/stats/base/sstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.</span>
232
-
- <spanclass="signature">[`sstdevpn( N, correction, x, stride )`][@stdlib/stats/base/sstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.</span>
232
+
- <spanclass="signature">[`sstdevpn( N, correction, x, strideX )`][@stdlib/stats/base/sstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.</span>
233
233
- <spanclass="signature">[`sstdevtk( N, correction, x, strideX )`][@stdlib/stats/base/sstdevtk]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.</span>
234
234
- <spanclass="signature">[`sstdevwd( N, correction, x, stride )`][@stdlib/stats/base/sstdevwd]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.</span>
235
235
- <spanclass="signature">[`sstdevyc( N, correction, x, strideX )`][@stdlib/stats/base/sstdevyc]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.</span>
0 commit comments