Skip to content

Commit

Permalink
fixup the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy committed Jan 10, 2016
1 parent 2cc1710 commit 4ba9e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/univariate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ A `Beta-binomial distribution <https://en.wikipedia.org/wiki/Beta-binomial_distr
.. code-block:: julia
BetaBinomial(n, :math:\alpha, :math:\beta) # BetaBinomial distribution with n trials and shape parameters :math:\alpha, :math:\beta
BetaBinomial(n, a, b) # BetaBinomial distribution with n trials and shape parameters a, b
params(d) # Get the parameters, i.e. (n, \alpha, \beta)
params(d) # Get the parameters, i.e. (n, a, b)
ntrials(d) # Get the number of trials, i.e. n
.. _binomial:
Expand Down

0 comments on commit 4ba9e80

Please sign in to comment.