isotone | R Documentation |
It is applied in order to estimate the h() function in the Data-Driven Haar-Fisz algorithm
isotone(x, wt = rep(1, length(x)), increasing = FALSE, Ccode=TRUE)
x |
the vector that will be fitted with the regression |
wt |
a vector of weights |
increasing |
if TRUE the curve is set to be increasing, else FALSE |
Ccode |
if TRUE then faster C code is used rather than R |
isotone |
the regression results |
Bernard Silverman, with C modifications by GPN
Johnstone, I.M. and Silverman, B.W. (2005), EbayesThresh: R and S-Plus programs for empirical Bayes thresholding, Journal of Statistical Software, to appear
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.