Description Usage Arguments Value See Also
Apply mcse to each column of the MCMC samples.
1 |
x |
a matrix of values from a Markov chain of size n x p. |
size |
represents the batch size in “ |
g |
a function such that E(g(x)) is the quantity of interest. The default is
|
method |
any of “ |
r |
The lugsail parameters ( |
mcse.mat returns a matrix with ncol(x) rows and two columns. The row names
of the matrix are the same as the column names of x. The column names of the matrix are
“est” and “se”. The jth row of the matrix contains the result
of applying mcse to the jth column of x.
mcse, which acts on a vector.
mcse.multi, for a multivariate estimate of the Monte Carlo standard error.
mcse.q and mcse.q.mat, which compute standard errors for quantiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.