Skip to content

Commit

Permalink
rawmoment: small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Mar 22, 2020
1 parent fcc6a43 commit 0480bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_experimental_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end program demo_mean

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`.

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`.
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`.


The _k_-th order raw moment is defined as :
Expand Down

0 comments on commit 0480bc1

Please sign in to comment.