Skip to content

aprive/AverageShiftedHistograms.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Master Build Test Coverage
Build Status Build status codecov.io

AverageShiftedHistograms

Lightning fast density estimation in Julia.

An Averaged Shifted Histogram (ASH) is essentially Kernel Density Estimation over a fine-partition histogram. ASH only requires constant memory and can be constructed on-line, allowing you to estimate distributions for arbitrarily big data.

Quickstart:

import Pkg

Pkg.add("AverageShiftedHistograms")

using AverageShiftedHistograms

ash(randn(10^6))

About

ASH density estimation in pure Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 98.0%
  • R 2.0%