public class TimeDescriptives extends Descriptives implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
long |
end |
long |
start |
double |
timeDiff |
frequencies, IDMap, itsIDs, label, needsRefresh, nMiss, nSel, nUse, Rows
Constructor and Description |
---|
TimeDescriptives()
empty private constructor ensures that the only objects of this type are the elements
enumerated above
|
Modifier and Type | Method and Description |
---|---|
void |
list(java.lang.Double hypValue)
lists the descriptives
|
void |
zeroDescriptives()
sets sums for location descriptives to zeros
|
clone, list, listAll, listAll, listBasics, listIDs, listIDs, listSigStars, setLabel
public TimeDescriptives()
public void zeroDescriptives()
zeroDescriptives
in class Descriptives
public void list(java.lang.Double hypValue)
list
in class Descriptives
hypValue
- compare to this valueRH, 2017