Skip to content

Commit

Permalink
export nobs, pdf, cdf
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Sep 18, 2017
1 parent 4df9683 commit db7a874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/AverageShiftedHistograms.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module AverageShiftedHistograms

import StatsBase, UnicodePlots, Distributions, RecipesBase
export ash, ash!, fit!, extendrange, xy, xyz, nout, nobs, Kernels
using StatsBase: nobs
using Distributions: pdf, cdf
export ash, ash!, fit!, extendrange, xy, xyz, nout, nobs, pdf, cdf, Kernels


#-----------------------------------------------------------------------# common
Expand Down

0 comments on commit db7a874

Please sign in to comment.