Skip to content

An implementation of the Anderson Darling statistical test for exponential or Rayleigh distributions in Julia

License

Notifications You must be signed in to change notification settings

manuamador/AD_StatTest-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AD_StatTest-julia

An implementation of the Anderson Darling statistical test for exponential or Rayleigh distributions in Julia

Requirements


  • Julia v0.2+
  • Distributions package

Example


using Distributions
include("ADTest.jl")
X = rand(Exponential(1),100)
ADTest(X,"Exponential")
ADTest(sqrt(X),"Rayleigh")

About

An implementation of the Anderson Darling statistical test for exponential or Rayleigh distributions in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages