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.dnanstdevch.ndarray,"\nbase.strided.dnanstdevch.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a one-pass trial mean algorithm and\n alternative indexing semantics.\n"
1860
1860
base.strided.dnanstdevpn,"\nbase.strided.dnanstdevpn( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a two-pass algorithm.\n"
1861
1861
base.strided.dnanstdevpn.ndarray,"\nbase.strided.dnanstdevpn.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a two-pass algorithm and alternative\n indexing semantics.\n"
1862
-
base.strided.dnanstdevtk,"\nbase.strided.dnanstdevtk( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a one-pass textbook algorithm.\n"
1863
-
base.strided.dnanstdevtk.ndarray,"\nbase.strided.dnanstdevtk.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a one-pass textbook algorithm and\n alternative indexing semantics.\n"
1862
+
base.strided.dnanstdevtk,"\nbase.strided.dnanstdevtk( N:integer, correction:number, x:Float64Array, \n strideX:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a one-pass textbook algorithm.\n"
1863
+
base.strided.dnanstdevtk.ndarray,"\nbase.strided.dnanstdevtk.ndarray( N:integer, correction:number, x:Float64Array, \n strideX:integer, offsetX:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a one-pass textbook algorithm and\n alternative indexing semantics.\n"
1864
1864
base.strided.dnanstdevwd,"\nbase.strided.dnanstdevwd( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using Welford's algorithm.\n"
1865
1865
base.strided.dnanstdevwd.ndarray,"\nbase.strided.dnanstdevwd.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using Welford's algorithm and alternative\n indexing semantics.\n"
1866
1866
base.strided.dnanstdevyc,"\nbase.strided.dnanstdevyc( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard deviation of a double-precision floating-point strided\n array ignoring `NaN` values and using a one-pass algorithm proposed by\n Youngs and Cramer.\n"
0 commit comments