Description Usage Arguments Value Examples
Performs bayesian shrinkage under beta prior on empirical wavelet coefficients.
1 | betashrink(d, alpha, a, b, m, s)
|
d |
The empirical wavelet coefficients vector. |
alpha |
The weight of the point mass at zero function of the prior. |
a |
The shape parameter of the beta prior. |
b |
The shape parameter of the beta prior. |
m |
The upper value of the beta prior support. |
s |
The standard deviation of the normal random noise. |
The shrunk wavelet coefficients vector.
1 | betashrink(c(0.5,1,2),0.9,2,3,10,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.