@@ -78,7 +78,7 @@ The scaling can be changed with the logical argument `corrected`. If `corrected`
78
78
79
79
### Syntax
80
80
81
- ` result = ` [[ stdlib_stats(module): cov (interface)]] ` (array, dim [, mask [, corrected]] ` )`
81
+ ` result = ` [[ stdlib_stats(module): cov (interface)]] ` (array, dim [, mask [, corrected]]) `
82
82
83
83
### Class
84
84
@@ -248,9 +248,9 @@ The _k_-th order moment about `center` is defined as :
248
248
249
249
### Syntax
250
250
251
- ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order [, center [, mask]] ` )`
251
+ ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order [, center [, mask]]) `
252
252
253
- ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order, dim [, center [, mask]] ` )`
253
+ ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order, dim [, center [, mask]]) `
254
254
255
255
### Class
256
256
@@ -306,9 +306,9 @@ The use of the term `n-1` for scaling is called Bessel 's correction. The scalin
306
306
307
307
### Syntax
308
308
309
- ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array [, mask [, corrected]] ` )`
309
+ ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array [, mask [, corrected]]) `
310
310
311
- ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array, dim [, mask [, corrected]] ` )`
311
+ ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array, dim [, mask [, corrected]]) `
312
312
313
313
### Class
314
314
0 commit comments