Skip to content

Commit

Permalink
Update cumulant.jl
Browse files Browse the repository at this point in the history
typo remove
  • Loading branch information
kdomino committed Jun 23, 2017
1 parent cfab9e5 commit 73064ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cumulant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ end
cumulants(X::Matrix, m::Int, b::Int)
Returns [SymmetricTensor{Float, 1}, SymmetricTensor{Float, 2}, ...,
SymmetricTensor{Float, m}], vector of cumulants tensors
SymmetricTensor{Float, m}], vector of cumulant tensors
```
julia> M = [[-0.88626 0.279571];[-0.704774 0.131896]];
Expand Down

0 comments on commit 73064ce

Please sign in to comment.