JavaGrinders.spatial
Class SpatialDescriptives

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

public class SpatialDescriptives
extends Descriptives
implements java.lang.Cloneable

provides the interface for obtaining descriptive statistics from continuous variables.


Field Summary
 SpatialVector centerLocation
           
 long end
           
 MapDimensions itsXYMapDimensions
           
 MapDimensions itsXZMapDimensions
           
 MapDimensions itsYZMapDimensions
           
 double meanDistanceToCenter
           
 SpatialVector minXYLocation
           
 SpatialVector minXZLocation
           
 SpatialVector minYZLocation
           
 long start
           
 int SumX
           
 int SumY
           
 int SumZ
           
 double timeDiff
           
 double timeSum
           
 
Fields inherited from class JavaGrinders.Descriptives
df0, df2, df4, df5, frequencies, IDMap, itsIDs, N, nMiss, Nsel, Rows
 
Constructor Summary
SpatialDescriptives()
          empty private constructor ensures that the only objects of this type are the elements enumerated above
 
Method Summary
 void list(java.lang.Double hypValue)
          lists the descriptives
 void zeroDescriptives()
          sets sums for location 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

minXYLocation

public SpatialVector minXYLocation

minXZLocation

public SpatialVector minXZLocation

minYZLocation

public SpatialVector minYZLocation

centerLocation

public SpatialVector centerLocation

meanDistanceToCenter

public double meanDistanceToCenter

SumX

public int SumX

SumY

public int SumY

SumZ

public int SumZ

itsXYMapDimensions

public MapDimensions itsXYMapDimensions

itsXZMapDimensions

public MapDimensions itsXZMapDimensions

itsYZMapDimensions

public MapDimensions itsYZMapDimensions

start

public long start

end

public long end

timeDiff

public double timeDiff

timeSum

public double timeSum
Constructor Detail

SpatialDescriptives

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

Method Detail

zeroDescriptives

public void zeroDescriptives()
sets sums for location descriptives to zeros

Overrides:
zeroDescriptives in class Descriptives

list

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

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