Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 723896e

Browse files
committed
Import a few methods from StatsBase
1 parent d86f7f4 commit 723896e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DataArrays.jl

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ module DataArrays
1010
import Base: ==, !=, >, <, >=, <=, +, -, *, !, &, |, $, ^, /,
1111
.==, .!=, .>, .<, .>=, .<=, .+, .-, .*, .%, ./, .\, .^
1212

13+
import StatsBase: autocor, inverse_rle, rle
14+
1315
export @data,
1416
@pdata,
1517
AbstractDataArray,

0 commit comments

Comments
 (0)