Description Usage Arguments Value Examples
This function provides a wrapper for the har function of the hit-and-run package
1 | hit_and_run(A, b, x0, points, thin = 1, burn = 0, chains = 1)
|
A |
is the lhs of Ax <= b |
b |
is the rhs of Ax <= b |
x0 |
is the starting point (a list of points) |
points |
is the number of points we want to sample |
thin |
every thin-th point is stored |
burn |
the first burn points are deleted |
chains |
is the number of chains we run |
a list of chains of the sampled points, each chain being a matrix object with each column as a point
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.