We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eec9ae commit e96c12dCopy full SHA for e96c12d
src/stdlib_experimental_stats.md
@@ -33,7 +33,7 @@ If *dim* is absent, a scalar with the mean of all elements in *array* is returne
33
34
```fortran
35
program test
36
- use stdlib_experimental_stat, only: mean
+ use stdlib_experimental_stats, only: mean
37
implicit none
38
real :: x(1:6) = [ 1., 2., 3., 4., 5., 6. ]
39
print *, mean(x) !returns 21.
0 commit comments