Description Usage Arguments Details Value Author(s) See Also Examples
Cross validation of smoothing parameters
1 | quantsmooth.cv(intensities,smooth.lambda=2, ridge.kappa=0)
|
intensities |
numeric vector |
smooth.lambda |
numeric; see |
ridge.kappa |
fudge parameter; see |
Cross validation is performed by calculating the fit from the even indices on the odd indices and vice versa.
This function returns the sum of squared differences or NA
if the fitting function gave an error
Jan Oosting
1 2 3 4 | data(chr14)
# A low value is indicative of a better fit to the data
quantsmooth.cv(bac.cn[,1],1)
quantsmooth.cv(bac.cn[,1],2.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.