Description Usage Arguments References See Also Examples
Trace plot using expectation maximization.
1 2 | trace.beta(y, X, alpha=0.5, ratio.grid=exp(seq(-20,20,0.1)),
tol=1e-9, max.iter=30, use.cg=FALSE, plot.it=FALSE)
|
y |
An N dimensional vector of data. |
X |
An N x P dimensional design matrix. |
alpha |
A parameter. |
ratio.grid |
A grid of ratio=tau/sigma. |
tol |
The threshold at which the algorithm terminates. |
max.iter |
The maximum number of iterations to use. |
use.cg |
Use the conjugate gradient method. |
plot.it |
Plot it. |
Nicolas G. Poslon, James G. Scott, and Jesse Windle. The Bayesian Bridge. http://arxiv.org/abs/1109.2279.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.