Center.cell.MatH {HistDAWass} | R Documentation |
Method Center.cell.MatH Centers all the cells of a matrix of distributions
Description
The function transform a MatH object (i.e. a matrix of distributions), such that each distribution is shifted and has a mean equal to zero
Usage
Center.cell.MatH(object)
## S4 method for signature 'MatH'
Center.cell.MatH(object)
Arguments
object |
a MatH object, a matrix of distributions. |
Value
A MatH
object, having each distribution with a zero mean.
Examples
CEN_BLOOD <- Center.cell.MatH(BLOOD)
get.MatH.stats(BLOOD, stat = "mean")
[Package HistDAWass version 1.0.8 Index]