Skip to content

Commit

Permalink
Remove the posterior definitions.
Browse files Browse the repository at this point in the history
Don't seem to be used downstream except in ConjugatePriors so these
are probably better delegated to packages for Bayesian statistics.
  • Loading branch information
andreasnoack committed Dec 10, 2016
1 parent ce5aa7c commit 2dd9a6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Distributions.jl
Expand Up @@ -190,12 +190,6 @@ export
logpdf!, # evaluate log pdf to provided storage
logpmf, # log probability mass
logpmf!, # evaluate log pmf to provided storage
posterior, # get posterior distribution given prior and observed data
posterior_canon, # get the canonical form of the posterior distribution
posterior_mode, # get the mode of posterior distribution
posterior_rand, # draw samples from the posterior distribution
posterior_rand!,
posterior_randmodel,

invscale, # Inverse scale parameter
sqmahal, # squared Mahalanobis distance to Gaussian center
Expand Down

0 comments on commit 2dd9a6b

Please sign in to comment.