public class MoveDescriptives extends Descriptives implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
double |
distanceMax |
double |
distanceMean |
double |
distanceMin |
double |
distanceMove |
double |
distanceNet |
double |
distanceSD |
double |
distanceTotal |
double |
distanceVar |
double |
onTheMove |
double |
pathAreaOverlapped |
double |
pathAreaTotal |
double |
pathOverlap |
double |
Sinuosity |
double |
speedMax |
double |
speedMean |
double |
speedMin |
double |
speedSD |
double |
speedVar |
double |
stationary |
double |
Straightness |
double |
totalTime |
frequencies, IDMap, itsIDs, label, needsRefresh, nMiss, nSel, nUse, Rows
Constructor and Description |
---|
MoveDescriptives()
empty constructor ensures that the only objects of this type are the elements
enumerated above
|
MoveDescriptives(double aCutoff)
constructor ensures that the only objects of this type are the elements
enumerated above
|
Modifier and Type | Method and Description |
---|---|
double |
getMovementCutoff()
returns the cutoff value below which moves are considered stationary
|
void |
list(java.lang.Double hypValue)
lists the descriptives
|
void |
setMovementCutoff(double aCutoff)
sets the cutoff value for whether the object has moved or not
|
void |
zeroDescriptives()
sets all sums for Capture descriptives to zeros
|
clone, list, listAll, listAll, listBasics, listIDs, listIDs, listSigStars, setLabel
public double distanceNet
public double distanceTotal
public double distanceMean
public double distanceMax
public double distanceMin
public double distanceMove
public double distanceSD
public double distanceVar
public double speedMean
public double speedMax
public double speedMin
public double speedSD
public double speedVar
public double stationary
public double onTheMove
public double totalTime
public double Straightness
public double Sinuosity
public double pathAreaTotal
public double pathAreaOverlapped
public double pathOverlap
public MoveDescriptives()
public MoveDescriptives(double aCutoff)
aCutoff
- a cutoff value for movementspublic void zeroDescriptives()
zeroDescriptives
in class Descriptives
public void setMovementCutoff(double aCutoff)
aCutoff
- the cutoff value below which moves are considered stationarypublic double getMovementCutoff()
public void list(java.lang.Double hypValue)
list
in class Descriptives
hypValue
- compare to this valueRH, 2017