On Wednesday, October 1, 2014, Amrit Krishnan <[email protected]> wrote:
> Hi, i want to use the juliastats package in ijulia. How do i integrate > this? Say for example, when i use zscore(x) it says it isn't defined. > thanks in advance! > Hi Amrit, Try "using StatsBase". There are a lot of great docs, videos, and tutorials at julialang.org. Even if you are familiar with other scientific computing environments, they are well worth checking out. Cheers, Kevin
