Skip to content

Commit 0480bc1

Browse files
committed
rawmoment: small correction
1 parent fcc6a43 commit 0480bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_experimental_stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end program demo_mean
5454

5555
Returns the _k_-th order raw moment of all the elements of `array`, or of the elements of `array` along dimension `dim` if provided, and if the corresponding element in `mask` is `true`.
5656

57-
If an array `center` is provided, the function returns the _k_-th order central moment (about the array `center` of all the elements of `array`, or of the elements of `array` along dimension `dim` if provided, and if the corresponding element in `mask` is `true`.
57+
If an array `center` is provided, the function returns the _k_-th order central moment of all the elements of `array`, or of the elements of `array` along dimension `dim` if provided, and if the corresponding element in `mask` is `true`.
5858

5959

6060
The _k_-th order raw moment is defined as :

0 commit comments

Comments
 (0)