Skip to content

Commit

Permalink
Merge pull request #141 from Datseris/patch-1
Browse files Browse the repository at this point in the history
add missing Statistics for mean/std
  • Loading branch information
rafaqz authored Aug 7, 2020
2 parents 4cceb1d + 9871d84 commit 22f75d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ _Example usage:_
```julia
A = DimensionalArray(rand(20,10), (X, Y))
size(A, Y)
using Statistics
mean(A, dims=X)
std(A; dims=Y())
```
Expand Down

0 comments on commit 22f75d1

Please sign in to comment.