Description Usage Arguments Examples
Performs a slice sampling update from an initial point to a new point that leaves invariant the distribution with the specified log density function.
1 2 3 4 5 6 7 8 9 10 11 |
x0 |
Initial point |
g |
Function returning the log of the probability density (plus constant) |
w |
Size of the steps for creating interval, defaults to 1 |
m |
Limit on steps, defaults to ∞ |
lower |
Lower bound on support of the distribution, defaults to -∞ |
upper |
Upper bound on support of the distribution, defaults to +∞ |
gx0 |
Value of g(x0), if known, defaults to |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.