quantsmooth.seg: quantsmooth.seg

Description Usage Arguments Value Author(s) Examples

View source: R/quantsmooth.R

Description

segmented Quantile smoothing of array data

Usage

1
  quantsmooth.seg(y, x = 1:length(y), lambda = 2, tau = 0.5,kappa = 0, nb = length(x))

Arguments

y

numeric vector

x

numeric vector of same length as y. Position of values

lambda

numeric

tau

numeric [0..1], the quantile desired; see rq.fit

kappa

fudge parameter; see details

nb

integer, basis

Value

This function returns a vector of the same length as y

Author(s)

Jan Oosting

Examples

1
2
	data(chr14)
	plot(quantsmooth.seg(bac.cn[,1],lambda=2.8,nb=50),type="l")

quantsmooth documentation built on Nov. 8, 2020, 8:27 p.m.