Skip to content

Commit

Permalink
Merge pull request #676 from TuringLang/csp/util-exports
Browse files Browse the repository at this point in the history
Added exports for distributions.jl
  • Loading branch information
mohamed82008 authored Feb 7, 2019
2 parents 2bc74fd + f20110c commit 728203f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/utilities/Utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module Utilities

using ..Turing: Sampler
using Distributions, Bijectors
using StatsFuns, SpecialFunctions
using MCMCChain: AbstractChains, Chains
import Distributions: sample

Expand All @@ -14,11 +15,16 @@ export resample,
vectorize,
reconstruct,
reconstruct!,
Sample,
Sample,
Chain,
init,
vectorize,
data
data,
logpdf_binomial_logit,
Flat,
FlatPos,
BinomialLogit,
VecBinomialLogit

include("resample.jl")
include("helper.jl")
Expand Down

0 comments on commit 728203f

Please sign in to comment.