Skip to content

Commit

Permalink
add missing Statistics for mean/std
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Aug 6, 2020
1 parent 4cceb1d commit 9871d84
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 9871d84

Please sign in to comment.