Description Usage Arguments Details Value Examples
Generates one sample for each pair of (a,b) with a fixed k under the abk parametrization.
1 | generate_one_each_a_b_k(A, B, k)
|
A |
A vector of parameter |
B |
A vector of parameter |
k |
A positive number, the |
Draws one example from the 1-d Hurdle with parameters A[i]
, B[i]
, k
for each i
.
A vector of the same size as log_odds
.
1 | generate_one_each_a_b_k(-3:3, 0:6/10, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.