Skip to content

Commit

Permalink
missing varm
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 5, 2018
1 parent 570bee1 commit 876df0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ if VERSION < v"0.7.0-DEV.4585"
end

if VERSION < v"0.7.0-DEV.4064"
for f in (:mean, :median, :var, :std, :cov, :cor)
for f in (:mean, :median, :var, :varm, :std, :cov, :cor)
@eval import .Statistics: $f # compatibility with old Compat versions
end
for f in (:cumsum, :cumprod, :sum, :prod, :maximum, :minimum, :all, :any)
Expand Down

0 comments on commit 876df0b

Please sign in to comment.