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.dmean.ndarray,"\nbase.strided.dmean.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using alternative indexing semantics.\n"
1743
1743
base.strided.dmeankbn,"\nbase.strided.dmeankbn( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using an improved Kahan–Babuška algorithm.\n"
1744
1744
base.strided.dmeankbn.ndarray,"\nbase.strided.dmeankbn.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using an improved Kahan–Babuška algorithm and alternative indexing\n semantics.\n"
1745
-
base.strided.dmeankbn2,"\nbase.strided.dmeankbn2( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm.\n"
1746
-
base.strided.dmeankbn2.ndarray,"\nbase.strided.dmeankbn2.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm and alternative\n indexing semantics.\n"
1745
+
base.strided.dmeankbn2,"\nbase.strided.dmeankbn2( N:integer, x:Float64Array, strideX:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm.\n"
1746
+
base.strided.dmeankbn2.ndarray,"\nbase.strided.dmeankbn2.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm and alternative\n indexing semantics.\n"
1747
1747
base.strided.dmeanli,"\nbase.strided.dmeanli( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a one-pass trial mean algorithm.\n"
1748
1748
base.strided.dmeanli.ndarray,"\nbase.strided.dmeanli.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a one-pass trial mean algorithm and alternative indexing\n semantics.\n"
1749
1749
base.strided.dmeanlipw,"\nbase.strided.dmeanlipw( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a one-pass trial mean algorithm with pairwise summation.\n"
0 commit comments