Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Sep 12, 2017
1 parent 415c61e commit 8473c86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cumulant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ julia> convert(Array, cumulants(M, 3)[3])
```
"""
function cumulants{T <: AbstractFloat}(X::Matrix{T}, m::Int = 4, b::Int = 2)
#cvec = Array(SymmetricTensor{T}, m)
cvec = Array{SymmetricTensor{T}}(m)
cvec[1] = moment1c(X, 1, b)
X = X .- mean(X, 1)
Expand Down

0 comments on commit 8473c86

Please sign in to comment.