testSmallScales {stepR} | R Documentation |
Test Small Scales
Description
For developers only; users should look at the function improveSmallScales
in the CRAN package clampSeg
. Implements the second step of HILDE (Pein et al., 2020, Section III-B) in which an initial fit is tested for missed short events.
Usage
.testSmallScales(data, family, lengths = NULL, q, alpha, ...)
Arguments
data |
a numeric vector containing the observations |
family |
a string specifying the assumed parametric family, currently |
lengths |
an integer vector giving the set of lengths, i.e. only intervals of these lengths will be considered. By default ( |
q |
either |
alpha |
a probability, i.e. a single numeric between 0 and 1, giving the significance level. Its choice is a trade-off between data fit and parsimony of the estimator. In other words, this argument balances the risks of missing change-points and detecting additional artefacts. For more details on this choice see (Frick et al., 2014, section 4) and (Pein et al., 2017, section 3.4). Either |
... |
there are two groups of further arguments:
|
Value
a list
with entries jumps, addLeft, addRight, noDeconvolution, data, q
References
Pein, F., Bartsch, A., Steinem, C., and Munk, A. (2020) Heterogeneous idealization of ion channel recordings - Open channel noise. Submitted.