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.dsem.ndarray,"\nbase.strided.dsem.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 alternative indexing semantics.\n"
1910
1910
base.strided.dsemch,"\nbase.strided.dsemch( 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 a one-pass trial mean algorithm.\n"
1911
1911
base.strided.dsemch.ndarray,"\nbase.strided.dsemch.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 a one-pass trial mean algorithm and alternative\n indexing semantics.\n"
1912
-
base.strided.dsempn,"\nbase.strided.dsempn( 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 two-pass algorithm.\n"
1913
-
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"
1912
+
base.strided.dsempn,"\nbase.strided.dsempn( 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 a two-pass algorithm.\n"
1913
+
base.strided.dsempn.ndarray,"\nbase.strided.dsempn.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 a two-pass algorithm and alternative indexing\n semantics.\n"
1914
1914
base.strided.dsemtk,"\nbase.strided.dsemtk( 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 a one-pass textbook algorithm.\n"
1915
1915
base.strided.dsemtk.ndarray,"\nbase.strided.dsemtk.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 a one-pass textbook algorithm and alternative\n indexing semantics.\n"
1916
1916
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"
0 commit comments