SkillAgentSearch skills...

CircStats.jl

Circular statistics in Julia

Install / Use

/learn @anowacki/CircStats.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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")

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated4y ago
Forks1

Languages

Julia

Security Score

55/100

Audited on Mar 2, 2022

No findings