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/dsnanmeanwd/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
@@ -184,7 +184,7 @@ console.log( v );
184
184
185
185
#### stdlib_strided_dsnanmeanwd( N, \*X, strideX )
186
186
187
-
Computes the arithmetic mean of a single-precision floating-point strided array`x`, ignoring `NaN` values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
187
+
Computes the arithmetic mean of a single-precision floating-point strided array, ignoring `NaN` values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
0 commit comments