@@ -25,7 +25,7 @@ The scaling can be changed with the logical argument `corrected`. If `corrected`
2525
2626### Syntax
2727
28- ` result = cov(array, dim [, mask [, corrected]]) `
28+ ` result = [[stdlib_experimental_stats(module): cov(interface)]] (array, dim [, mask [, corrected]]) `
2929
3030### Arguments
3131
@@ -70,9 +70,9 @@ Returns the mean of all the elements of `array`, or of the elements of `array` a
7070
7171### Syntax
7272
73- ` result = mean(array [, mask]) `
73+ ` result = [[stdlib_experimental_stats(module): mean(interface)]] (array [, mask]) `
7474
75- ` result = mean(array, dim [, mask]) `
75+ ` result = [[stdlib_experimental_stats(module): mean(interface)]] (array, dim [, mask]) `
7676
7777### Arguments
7878
@@ -131,9 +131,9 @@ The _k_-th order moment about `center` is defined as :
131131
132132### Syntax
133133
134- ` result = moment(array, order [, center [, mask]]) `
134+ ` result = [[stdlib_experimental_stats(module): moment(interface)]] (array, order [, center [, mask]]) `
135135
136- ` result = moment(array, order, dim [, center [, mask]]) `
136+ ` result = [[stdlib_experimental_stats(module): moment(interface)]] (array, order, dim [, center [, mask]]) `
137137
138138### Arguments
139139
@@ -192,9 +192,9 @@ The use of the term `n-1` for scaling is called Bessel 's correction. The scalin
192192
193193### Syntax
194194
195- ` result = var(array [, mask [, corrected]]) `
195+ ` result = [[stdlib_experimental_stats(module): var(interface)]] (array [, mask [, corrected]]) `
196196
197- ` result = var(array, dim [, mask [, corrected]]) `
197+ ` result = [[stdlib_experimental_stats(module): var(interface)]] (array, dim [, mask [, corrected]]) `
198198
199199### Arguments
200200
0 commit comments