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

Commit

Permalink
Import a few methods from StatsBase
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Feb 6, 2017
1 parent d86f7f4 commit 723896e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module DataArrays
import Base: ==, !=, >, <, >=, <=, +, -, *, !, &, |, $, ^, /,
.==, .!=, .>, .<, .>=, .<=, .+, .-, .*, .%, ./, .\, .^

import StatsBase: autocor, inverse_rle, rle

export @data,
@pdata,
AbstractDataArray,
Expand Down

0 comments on commit 723896e

Please sign in to comment.