CGS.SMP.PE: Posterior estimates of parameters.

Description Usage Arguments Value Examples

View source: R/CGS.SMP.PE.r

Description

Calculate the posterior estimates of parameters based on the samples generated from the posterior distribution by the stochastic matching pursuit (SMP).

Usage

1
CGS.SMP.PE(CGS.SMP.Output)

Arguments

CGS.SMP.Output

A list of random samples for parameters

Value

A list is returned with estimates of regression coefficients, β, binary variables for variable selection, γ, and variance, σ^2.

Examples

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)

BSGS documentation built on May 2, 2019, 4:21 a.m.

Related to CGS.SMP.PE in BSGS...