## S3 method for class 'RawGenomicSignals':
estimateStandardDeviation(this, method=c("diff", "direct"), estimator=c("mad", "sd"), na.rm=TRUE, weights=getWeights(this), ...)
"diff"
, the estimate is based on the first-order
contigous differences of raw Ys. If "direct"
, it is based
directly on the raw Ys.TRUE
, missing values are excluded first.numeric
value.diff
(), sd
, and mad
.
For more information see RawGenomicSignals
.