Description Usage Arguments Value Author(s) Examples
Constructs a discrete uniform prior distribution for two parameters
1 | prior.two.parameters(parameter1, parameter2)
|
parameter1 |
vector of values of first parameter |
parameter2 |
vector of values of second parameter |
matrix of uniform probabilities where the rows and columns are labelled with the parameter values
Jim Albert
1 | prior.two.parameters(c(1,2,3,4),c(2,4,7))
|
2 4 7
1 0.08333333 0.08333333 0.08333333
2 0.08333333 0.08333333 0.08333333
3 0.08333333 0.08333333 0.08333333
4 0.08333333 0.08333333 0.08333333
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.