Skip to content

anowacki/CircStats.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircStats

Build Status Build status Coverage Status

Julia functions for the statistical analysis of circular data.

At present, the repo contains only a minimal amount of functionality that I routinely use in Julia. Pull requests for new functionality are welcome, though I hope that long-term, distributions are contributed to Distributions.jl, parametric estimation goes to StatsBase.jl's fit function, and hypothesis testing goes in HypothesisTests.jl. I will contribute the code here when I can and replace the functionality in CircStats with calls to methods elsewhere (as in the case of von_mises_cdf).

Install

julia> import Pkg; Pkg.add(url="https://github.com/anowacki/CircStats.jl")

About

Circular statistics in Julia

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages