Skip to content

KennyZhang-17/Autocorrelation_plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoCorrelation.jl

Installation

To install Julia, go to https://julialang.org/

  • The package is not yet registered in METADATA.jl and can only be installed with using Pkg; Pkg.add("https://github.com/KennyZhang-17/Autocorrelation_plot").

  • Another way is to clone https://github.com/KennyZhang-17/Autocorrelation_plot first, and add the following in ~/.julia/config/startup.jl (create if doesn't exist):

push!(LOAD_PATH, "<path to dir of this cloned repo>")

Basic Usage

julia> using AutoCorrelation

julia> kenny(0, 500, 10, 1, 0.1)
1.0622498624093526 #this is (expected - mean^2) / variance

help?> kenny # to access help docstring

Checkout demo for more commented usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages