Description Usage Arguments Value Examples
Calculate the posterior estimates of parameters based on the samples generated from the posterior distribution by the stochastic matching pursuit (SMP).
1 | CGS.SMP.PE(CGS.SMP.Output)
|
CGS.SMP.Output |
A list of random samples for parameters |
A list is returned with estimates of regression coefficients, β, binary variables for variable selection, γ, and variance, σ^2.
1 2 3 4 5 6 | ## Not run:
output = CompWiseGibbsSMP(Y, X, beta.value, r, tau2, rho, sigma2, nu, lambda,
num.of.inner.iter, num.of.iteration, MCSE.Sigma2.Given)
CGS.SMP.PE(output)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.