Skip to content

Commit e126d59

Browse files
committed
spec_md: remove mean from moment example
1 parent 8217c77 commit e126d59

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
@@ -102,7 +102,7 @@ If `mask` is specified, the result is the _k_-th (central) moment of all elemen
102102

103103
```fortran
104104
program demo_moment
105-
use stdlib_experimental_stats, only: mean, moment
105+
use stdlib_experimental_stats, only: moment
106106
implicit none
107107
real :: x(1:6) = [ 1., 2., 3., 4., 5., 6. ]
108108
real :: y(1:2, 1:3) = reshape([ 1., 2., 3., 4., 5., 6. ], [ 2, 3])

0 commit comments

Comments
 (0)