MuChPoint-class {MuChPoint} | R Documentation |
Class "MuChPoint"
Description
Class of object returned by the MuChPoint
function.
Usage
## S4 method for signature 'MuChPoint'
show(object)
Arguments
object |
an object with class |
Slots
S
a vector object of type
numeric
, giving the values of the statistics S_n(n_1,...,n_L) following the number L.N
a numeric vector with the position of the different break-points.
bt
an inferior triangular matrix containing the positions of break-points following the number of break-points (in rows).
References
Article: BRAULT V., OUADAH S., SANSONNET L. and LEVY-LEDUC C. Nonparametric homogeneity tests and multiple change-point estimation for analyzing large Hi-C data matrices. Journal of Multivariate Analysis, 2017
See Also
See also plot,MuChPoint-method
and MuChPoint
.
[Package MuChPoint version 0.6.3 Index]