@@ -2511,7 +2511,7 @@ interface Namespace {
2511
2511
* @param N - number of indexed elements
2512
2512
* @param correction - degrees of freedom adjustment
2513
2513
* @param x - input array
2514
- * @param stride - stride length
2514
+ * @param strideX - stride length
2515
2515
* @returns variance
2516
2516
*
2517
2517
* @example
@@ -2565,7 +2565,7 @@ interface Namespace {
2565
2565
* @param N - number of indexed elements
2566
2566
* @param correction - degrees of freedom adjustment
2567
2567
* @param x - input array
2568
- * @param stride - stride length
2568
+ * @param strideX - stride length
2569
2569
* @returns variance
2570
2570
*
2571
2571
* @example
@@ -2592,7 +2592,7 @@ interface Namespace {
2592
2592
* @param N - number of indexed elements
2593
2593
* @param correction - degrees of freedom adjustment
2594
2594
* @param x - input array
2595
- * @param stride - stride length
2595
+ * @param strideX - stride length
2596
2596
* @returns variance
2597
2597
*
2598
2598
* @example
@@ -2619,7 +2619,7 @@ interface Namespace {
2619
2619
* @param N - number of indexed elements
2620
2620
* @param correction - degrees of freedom adjustment
2621
2621
* @param x - input array
2622
- * @param stride - stride length
2622
+ * @param strideX - stride length
2623
2623
* @returns variance
2624
2624
*
2625
2625
* @example
@@ -2703,7 +2703,7 @@ interface Namespace {
2703
2703
* @param mean - mean
2704
2704
* @param correction - degrees of freedom adjustment
2705
2705
* @param x - input array
2706
- * @param stride - stride length
2706
+ * @param strideX - stride length
2707
2707
* @returns variance
2708
2708
*
2709
2709
* @example
@@ -4495,7 +4495,7 @@ interface Namespace {
4495
4495
*
4496
4496
* @param N - number of indexed elements
4497
4497
* @param x - input array
4498
- * @param stride - stride length
4498
+ * @param strideX - stride length
4499
4499
* @returns arithmetic mean
4500
4500
*
4501
4501
* @example
@@ -5755,7 +5755,7 @@ interface Namespace {
5755
5755
* @param N - number of indexed elements
5756
5756
* @param correction - degrees of freedom adjustment
5757
5757
* @param x - input array
5758
- * @param stride - stride length
5758
+ * @param strideX - stride length
5759
5759
* @returns variance
5760
5760
*
5761
5761
* @example
@@ -5809,7 +5809,7 @@ interface Namespace {
5809
5809
* @param N - number of indexed elements
5810
5810
* @param correction - degrees of freedom adjustment
5811
5811
* @param x - input array
5812
- * @param stride - stride length
5812
+ * @param strideX - stride length
5813
5813
* @returns variance
5814
5814
*
5815
5815
* @example
0 commit comments