Skip to content

Commit

Permalink
Export Censored
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Jan 21, 2022
1 parent ddde5cd commit ccef571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Distributions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export
Biweight,
Categorical,
Cauchy,
Censored,
Chernoff,
Chi,
Chisq,
Expand Down
1 change: 0 additions & 1 deletion test/censored.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
module TestCensored

using Distributions, Test
using Distributions: Censored

function _as_mixture(d::Censored)
d0 = d.uncensored
Expand Down

0 comments on commit ccef571

Please sign in to comment.