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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ The namespace contains the following statistical functions:
158
158
- <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>
159
159
- <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>
160
160
- <spanclass="signature">[`nanrangeBy( N, x, stride, clbk[, thisArg] )`][@stdlib/stats/base/nanrange-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function, ignoring `NaN` values.</span>
161
-
- <spanclass="signature">[`nanrange( N, x, stride )`][@stdlib/stats/base/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array, ignoring `NaN` values.</span>
161
+
- <spanclass="signature">[`nanrange( N, x, strideX )`][@stdlib/stats/base/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array, ignoring `NaN` values.</span>
162
162
- <spanclass="signature">[`nanstdev( N, correction, x, stride )`][@stdlib/stats/base/nanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values.</span>
163
163
- <spanclass="signature">[`nanstdevch( N, correction, x, stride )`][@stdlib/stats/base/nanstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using a one-pass trial mean algorithm.</span>
164
164
- <spanclass="signature">[`nanstdevpn( N, correction, x, stride )`][@stdlib/stats/base/nanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring `NaN` values and using a two-pass algorithm.</span>
0 commit comments