To install Julia, go to https://julialang.org/
-
The package is not yet registered in
METADATA.jland can only be installed withusing Pkg; Pkg.add("https://github.com/KennyZhang-17/Autocorrelation_plot"). -
Another way is to
clone https://github.com/KennyZhang-17/Autocorrelation_plotfirst, and add the following in~/.julia/config/startup.jl(create if doesn't exist):
push!(LOAD_PATH, "<path to dir of this cloned repo>")
julia> using AutoCorrelation
julia> kenny(0, 500, 10, 1, 0.1)
1.0622498624093526 #this is (expected - mean^2) / variance
help?> kenny # to access help docstringCheckout demo for more commented usage.
