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
base.strided.dsempn.ndarray,"\nbase.strided.dsempn.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a two-pass algorithm and alternative indexing\n semantics.\n"
1907
1907
base.strided.dsemtk,"\nbase.strided.dsemtk( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass textbook algorithm.\n"
1908
1908
base.strided.dsemtk.ndarray,"\nbase.strided.dsemtk.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass textbook algorithm and alternative\n indexing semantics.\n"
1909
-
base.strided.dsemwd,"\nbase.strided.dsemwd( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm.\n"
1910
-
base.strided.dsemwd.ndarray,"\nbase.strided.dsemwd.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm and alternative indexing\n semantics.\n"
1909
+
base.strided.dsemwd,"\nbase.strided.dsemwd( N:integer, correction:number, x:Float64Array, \n strideX:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm.\n"
1910
+
base.strided.dsemwd.ndarray,"\nbase.strided.dsemwd.ndarray( N:integer, correction:number, x:Float64Array, \n strideX:integer, offsetX:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm and alternative indexing\n semantics.\n"
1911
1911
base.strided.dsemyc,"\nbase.strided.dsemyc( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass algorithm proposed by Youngs and\n Cramer.\n"
1912
1912
base.strided.dsemyc.ndarray,"\nbase.strided.dsemyc.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass algorithm proposed by Youngs and Cramer\n and alternative indexing semantics.\n"
1913
1913
base.strided.dsmean,"\nbase.strided.dsmean( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using extended accumulation and returning an extended precision\n result.\n"
base.strided.gsum.ndarray,"\nbase.strided.gsum.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using alternative indexing\n semantics.\n"
2079
2079
base.strided.gsumkbn,"\nbase.strided.gsumkbn( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using an improved Kahan–Babuška\n algorithm.\n"
2080
2080
base.strided.gsumkbn.ndarray,"\nbase.strided.gsumkbn.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using an improved Kahan–Babuška\n algorithm and alternative indexing semantics.\n"
2081
-
base.strided.gsumkbn2,"\nbase.strided.gsumkbn2( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm.\n"
2082
-
base.strided.gsumkbn2.ndarray,"\nbase.strided.gsumkbn2.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm and alternative indexing semantics.\n"
2083
-
base.strided.gsumors,"\nbase.strided.gsumors( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation.\n"
2084
-
base.strided.gsumors.ndarray,"\nbase.strided.gsumors.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation and alternative indexing semantics.\n"
2085
-
base.strided.gsumpw,"\nbase.strided.gsumpw( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using pairwise summation.\n"
2086
-
base.strided.gsumpw.ndarray,"\nbase.strided.gsumpw.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using pairwise summation and\n alternative indexing semantics.\n"
2081
+
base.strided.gsumkbn2,"\nbase.strided.gsumkbn2( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm.\n"
2082
+
base.strided.gsumkbn2.ndarray,"\nbase.strided.gsumkbn2.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm and alternative indexing semantics.\n"
2083
+
base.strided.gsumors,"\nbase.strided.gsumors( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation.\n"
2084
+
base.strided.gsumors.ndarray,"\nbase.strided.gsumors.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation and alternative indexing semantics.\n"
2085
+
base.strided.gsumpw,"\nbase.strided.gsumpw( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the sum of strided array elements using pairwise summation.\n"
2086
+
base.strided.gsumpw.ndarray,"\nbase.strided.gsumpw.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the sum of strided array elements using pairwise summation and\n alternative indexing semantics.\n"
base.strided.gswap.ndarray,"\nbase.strided.gswap.ndarray( N:integer, x:ArrayLikeObject, strideX:integer, \n offsetX:integer, y:ArrayLikeObject, strideY:integer, offsetY:integer )\n Interchanges vectors `x` and `y` using alternative indexing semantics.\n"
2089
2089
base.strided.mapBy,"\nbase.strided.mapBy( N:integer, x:Array|TypedArray|Object, sx:integer, \n y:Array|TypedArray|Object, sy:integer, fcn:Function, clbk:Function[, \n thisArg:any] )\n Applies a unary function to each element retrieved from a strided input\n array according to a callback function and assigns results to a strided\n output array.\n"
0 commit comments