We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7424d7c commit 27f923dCopy full SHA for 27f923d
lib/node_modules/@stdlib/stats/base/variancepn/docs/types/index.d.ts
@@ -33,7 +33,7 @@ type InputArray = NumericArray | Collection<number> | AccessorArrayLike<number>;
33
*/
34
interface Routine {
35
/**
36
- * Computes the variance of a strided array using a two-pass algorithm and alternative indexing semantics.
+ * Computes the variance of a strided array using a two-pass algorithm.
37
*
38
* @param N - number of indexed elements
39
* @param correction - degrees of freedom adjustment
0 commit comments