JavaGrinders.spatial
Class MoveDescriptives

java.lang.Object
  extended by JavaGrinders.Descriptives
      extended by JavaGrinders.spatial.SpatialDescriptives
          extended by JavaGrinders.spatial.MoveDescriptives
All Implemented Interfaces:
java.lang.Cloneable

public class MoveDescriptives
extends SpatialDescriptives
implements java.lang.Cloneable

provides the interface for obtaining descriptive statistics from continuous variables.


Field Summary
 double distanceMax
           
 double distanceMean
           
 double distanceMin
           
 double distanceTotal
           
 double fractalDimension
           
 double netDisplacement
           
 double onTheMove
           
 double speedMax
           
 double speedMean
           
 double speedMin
           
 double stationary
           
 double time
           
 
Fields inherited from class JavaGrinders.spatial.SpatialDescriptives
centerLocation, end, itsXYMapDimensions, itsXZMapDimensions, itsYZMapDimensions, meanDistanceToCenter, minXYLocation, minXZLocation, minYZLocation, start, SumX, SumY, SumZ, timeDiff, timeSum
 
Fields inherited from class JavaGrinders.Descriptives
df0, df2, df4, df5, frequencies, IDMap, itsIDs, N, nMiss, Nsel, Rows
 
Constructor Summary
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
 
Method Summary
 double getMovementCutoff()
          returns the cutoff value for whether the object has moved or not
 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
 
Methods inherited from class JavaGrinders.Descriptives
clone, list, listBasics, listIDs, listIDs, listSigStars, setLabel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distanceTotal

public double distanceTotal

distanceMean

public double distanceMean

distanceMax

public double distanceMax

distanceMin

public double distanceMin

speedMean

public double speedMean

speedMax

public double speedMax

speedMin

public double speedMin

netDisplacement

public double netDisplacement

fractalDimension

public double fractalDimension

stationary

public double stationary

onTheMove

public double onTheMove

time

public double time
Constructor Detail

MoveDescriptives

public MoveDescriptives()
empty constructor ensures that the only objects of this type are the elements enumerated above


MoveDescriptives

public MoveDescriptives(double aCutoff)
constructor ensures that the only objects of this type are the elements enumerated above

Parameters:
aCutoff - a cutoff value for movements
Method Detail

zeroDescriptives

public void zeroDescriptives()
sets all sums for Capture descriptives to zeros

Overrides:
zeroDescriptives in class SpatialDescriptives

setMovementCutoff

public void setMovementCutoff(double aCutoff)
sets the cutoff value for whether the object has moved or not

Parameters:
aCutoff - a cutoff value for movements

getMovementCutoff

public double getMovementCutoff()
returns the cutoff value for whether the object has moved or not


list

public void list(java.lang.Double hypValue)
lists the descriptives

Overrides:
list in class SpatialDescriptives
Parameters:
hypValue - compare to this value