@@ -25,7 +25,7 @@ The scaling can be changed with the logical argument `corrected`. If `corrected`
25
25
26
26
### Syntax
27
27
28
- ` result = cov(array, dim [, mask [, corrected]]) `
28
+ ` result = [[stdlib_experimental_stats(module): cov(interface)]] (array, dim [, mask [, corrected]]) `
29
29
30
30
### Arguments
31
31
@@ -70,9 +70,9 @@ Returns the mean of all the elements of `array`, or of the elements of `array` a
70
70
71
71
### Syntax
72
72
73
- ` result = mean(array [, mask]) `
73
+ ` result = [[stdlib_experimental_stats(module): mean(interface)]] (array [, mask]) `
74
74
75
- ` result = mean(array, dim [, mask]) `
75
+ ` result = [[stdlib_experimental_stats(module): mean(interface)]] (array, dim [, mask]) `
76
76
77
77
### Arguments
78
78
@@ -131,9 +131,9 @@ The _k_-th order moment about `center` is defined as :
131
131
132
132
### Syntax
133
133
134
- ` result = moment(array, order [, center [, mask]]) `
134
+ ` result = [[stdlib_experimental_stats(module): moment(interface)]] (array, order [, center [, mask]]) `
135
135
136
- ` result = moment(array, order, dim [, center [, mask]]) `
136
+ ` result = [[stdlib_experimental_stats(module): moment(interface)]] (array, order, dim [, center [, mask]]) `
137
137
138
138
### Arguments
139
139
@@ -192,9 +192,9 @@ The use of the term `n-1` for scaling is called Bessel 's correction. The scalin
192
192
193
193
### Syntax
194
194
195
- ` result = var(array [, mask [, corrected]]) `
195
+ ` result = [[stdlib_experimental_stats(module): var(interface)]] (array [, mask [, corrected]]) `
196
196
197
- ` result = var(array, dim [, mask [, corrected]]) `
197
+ ` result = [[stdlib_experimental_stats(module): var(interface)]] (array, dim [, mask [, corrected]]) `
198
198
199
199
### Arguments
200
200
0 commit comments