|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Descriptives
JavaGrinders.spatial.SpatialDescriptives
JavaGrinders.spatial.MoveDescriptives
public class MoveDescriptives
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 |
|---|
public double distanceTotal
public double distanceMean
public double distanceMax
public double distanceMin
public double speedMean
public double speedMax
public double speedMin
public double netDisplacement
public double fractalDimension
public double stationary
public double onTheMove
public double time
| Constructor Detail |
|---|
public MoveDescriptives()
public MoveDescriptives(double aCutoff)
aCutoff - a cutoff value for movements| Method Detail |
|---|
public void zeroDescriptives()
zeroDescriptives in class SpatialDescriptivespublic void setMovementCutoff(double aCutoff)
aCutoff - a cutoff value for movementspublic double getMovementCutoff()
public void list(java.lang.Double hypValue)
list in class SpatialDescriptiveshypValue - compare to this value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||