|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
JavaGrinders.Variable
JavaGrinders.spatial.CaptureVariable
public class CaptureVariable
handles a variable of Captures (capture localities and time of capture).
| Field Summary | |
|---|---|
SpatialDescriptives |
itsDescriptives
|
RHRandomNumberGenerator |
rand
|
| Fields inherited from class JavaGrinders.Variable |
|---|
autoExtracted, df, doWarnings, itsHighlitedColor, itsLineColor, itsLocationColor |
| Fields inherited from class java.util.Vector |
|---|
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
CaptureVariable(java.lang.String varName,
VariableOrganizer theOrganizer)
Standard constructor for the CaptureVariable class using a VariableOrganizer |
|
| Method Summary | |
|---|---|
void |
addMove(MoveVector aMove)
makes the animal move from the last recorded position |
MoveVector |
applyRandomMoveFromDistribution(Capture StartCapture)
generates a single move from a Distribution of Moves |
void |
asCircularGraph()
Creates a circular graph presenter and plots the angles |
void |
asSpatialMap()
Creates a presenter and plots and connects the locations |
void |
asSpatialMap(boolean xDirection,
boolean yDirection)
Creates a presenter and plots the locations |
boolean |
checkConnectedCoords()
assures that coordinates are connected |
Variable |
cloneSelectedRowsOnly()
returns a CaptureVariable with only the selected rows |
void |
compareNGroups(Variable theXVar)
compare angles between multiple groups identified by X |
double |
estimateD(double maxPathLength,
double stepSize,
double pathLength)
returns the fractal dimension of the coordinates |
void |
fill(NumberVariable x,
NumberVariable y)
fills the variable with locations from variables containing x and y coordinates. |
void |
fill(NumberVariable x,
NumberVariable y,
IntegerVariable time)
Fills the variable with captures, x and y variable from the same row are assumed to belong together |
void |
fill(NumberVariable x,
NumberVariable y,
NumberVariable z,
IntegerVariable time)
Fills the variable with captures, x and y variable from the same row are assumed to belong together |
void |
fill(PolarVector[] aVecs)
fills the variable with captures |
void |
fill(java.awt.Polygon poly)
fills the variable with locations from x and y coordinates that mark the corners of a polygon. |
void |
fill(SpatialVector[] aVecs)
fills the variable with captures |
void |
fillDescriptives(SpatialDescriptives theDescriptives)
fills the descriptive statistics for the variable - locations |
void |
fillWithGaussRandom(Capture StartCapture,
double theMean,
double theSD,
boolean is3D)
fills the variable with random values from a uniform distribution between 0 and 1 |
void |
fillWithRandomFromDistribution(Capture StartCapture)
fills the variable with random values from a Distribution of Moves |
AngleVariable |
getAngles(boolean relative)
creates and returns a variable containing the series of angles for the captures |
NumberVariable |
getAnglesFromCenter()
returns the distances to one specific location |
Capture |
getCapture(int row)
returns the capture stored at a given row of the Vector |
SpatialVector |
getCenterLocation()
returns the average neighbor distance |
CircularDescriptives |
getCircularDescriptives()
fills and returns the Descriptives |
boolean |
getConnect()
returns whether the Capture should be visually connected |
Constraint |
getConstraint()
returns the spatial constraint for the population |
SpatialVector |
getCurrentLocation()
returns the current location for the animal |
NumberVariable |
getDistancesToLocation(SpatialVector aLocation)
returns the distances to one specific location |
Capture |
getEndCapture()
returns the end capture for the animal |
double |
getEndTime()
returns the start time for the animal |
double |
getFractalDimension()
returns the fractal dimension of the coordinates |
double |
getFractalDimension(double stepSize)
returns the fractal dimension of the coordinates |
Descriptives[] |
getGroupDescriptives(Variable theXVar)
returns the descriptives for the groups identified by X |
java.awt.Polygon |
getHomeRange_MinimumPolygon()
returns the average neighbor distance |
ANOVAResults |
getHotellingFResults(Variable theXVar)
lists the results from an analysis of differences in mean angles for a variable of locations |
double |
getMeanDistanceToLocation(SpatialVector meanVec)
returns the average neighbor distance |
double |
getMinNeighborDistance()
returns the minimum neighbor distance |
MoveDescriptives |
getMoveDescriptives()
fills and returns the Descriptives |
NumberVariable |
getMoveDistances()
creates and returns a variable containing the series of distances between captures |
MoveVariable |
getMoves()
creates and returns a variable containing the series of absolute moves between captures |
MoveVariable |
getMoves(boolean relative)
creates and returns a variable containing the series of absolute moves between captures |
double |
getNetDisplacement()
returns the time difference between first and last capture |
MoveVector |
getNetMove()
returns the time difference between first and last capture |
double |
getNetTime()
returns the time difference between first and last capture |
SpatialDescriptives |
getSpatialDescriptives()
fills the descriptive statistics for the variable and returns the results |
SpatialVector |
getSpatialVector(int row)
returns the capture stored at a given row of the Vector |
NumberVariable |
getSpeeds()
creates and returns a variable containing the series of speeds between captures |
SquaresCrossproducts |
getSSCP()
returns the sums of squares abnd crossproducts for the variable |
Capture |
getStartCapture()
returns the start capture for the animal |
double |
getStartTime()
returns the start time for the animal |
java.lang.String |
getStringValue(int row)
returns the capture stored at a given row of the Vector as a String |
NumberVariable |
getTimeBetweenFrames()
creates and returns a variable containing the series of time distances between captures |
NumberVariable |
getTimes()
creates and returns a variable containing the series of speeds between captures |
CaptureVariable |
getTinyStepPath(int nSteps)
traces the current selected path in small increments |
NumberVariable |
getXs()
returns the x coordinates as a Vector |
NumberVariable |
getYs()
returns the x coordinates as a Vector |
NumberVariable |
getZs()
returns the x coordinates as a Vector |
void |
invalidDescriptives()
an action has changed data, the descriptive stats thus need to be updated |
void |
listCircularDescriptives()
lists the descriptive circular statistics for the variable using the currently selected set of rows |
void |
listDescriptives()
lists the descriptive statistics for the variable using the currently selected set of rows |
void |
listDistanceMatrix()
lists a matrix of distances between all selected locations |
void |
listFractalDimension()
lists the fractal dimension for the variable using the currently selected set of rows |
void |
listFractalDimension(double stepSize)
lists the fractal dimension for the variable using the currently selected set of rows |
void |
listGroupDescriptives(Variable theXVar)
lists the descriptives for the groups identified by X |
void |
listMoveDescriptives()
lists the descriptive circular statistics for the variable using the currently selected set of rows |
void |
listSpatialDescriptives()
lists the spatial descriptive statistics for the variable using the currently selected set of rows |
SpatialVector |
reMapInConstraint(SpatialVector aCapture)
remaps a capture for a given constraint |
CaptureVariable[] |
resamplePath(double[] distUnits)
retraces the path with different step lengths |
void |
selectAbove(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
select all rows with a value greater than the one provided |
void |
selectAboveDistance(double distanceCutoff,
boolean fromPrevSelected)
select all rows with a value less than the one provided |
void |
selectAboveEqual(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
select all rows with a value greater than the one provided |
void |
selectAboveSpeed(double speedCutoff,
boolean fromPrevSelected)
select all rows with a value less than the one provided |
void |
selectAfter(long cutoffTime,
boolean fromPrevSelected)
select all rows with a value greater than the one provided |
void |
selectAfterEqual(long cutoffTime,
boolean fromPrevSelected)
select all rows with a value greater than the one provided |
void |
selectBefore(long cutoffTime,
boolean fromPrevSelected)
select all rows with a value greater than the one provided |
void |
selectBeforeEqual(long cutoffTime,
boolean fromPrevSelected)
select all rows with a value greater than the one provided |
void |
selectBelow(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
select all rows with a value less than the one provided |
void |
selectBelowDistance(double distanceCutoff,
boolean fromPrevSelected)
select all rows with a value less than the one provided |
void |
selectBelowEqual(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
select all rows with a value less or equal than the one provided |
void |
selectBelowSpeed(double speedCutoff,
boolean fromPrevSelected)
select all rows with a value less than the one provided |
void |
selectBetween(long sCutoffTime,
long eCutoffTime,
boolean fromPrevSelected)
select all rows with a value greater equal the start time and less or equal the end time |
void |
selectInArea(GridSpace3D a3DBox,
boolean fromPrevSelected)
select all rows with a value locatad within the 3D box |
void |
selectXAbove(double cutoffX,
boolean fromPrevSelected)
select all rows with an X value greater than the one provided |
void |
selectXAboveEqual(double cutoffX,
boolean fromPrevSelected)
select all rows with an X value greater or equal than the one provided |
void |
selectXBelow(double cutoffX,
boolean fromPrevSelected)
select all rows with an X value less than the one provided |
void |
selectXBelowEqual(double cutoffX,
boolean fromPrevSelected)
select all rows with an X value less or equal than the one provided |
void |
selectYAbove(double cutoffY,
boolean fromPrevSelected)
select all rows with a Y value greater than the one provided |
void |
selectYAboveEqual(double cutoffY,
boolean fromPrevSelected)
select all rows with a Y value greater or equal than the one provided |
void |
selectYBelow(double cutoffY,
boolean fromPrevSelected)
select all rows with a Y value less than the one provided |
void |
selectYBelowEqual(double cutoffY,
boolean fromPrevSelected)
select all rows with a Y value less or equal than the one provided |
void |
selectZAbove(double cutoffZ,
boolean fromPrevSelected)
select all rows with a Z value greater than the one provided |
void |
selectZAboveEqual(double cutoffZ,
boolean fromPrevSelected)
select all rows with a Z value greater or equal than the one provided |
void |
selectZBelow(double cutoffZ,
boolean fromPrevSelected)
select all rows with a Z value less than the one provided |
void |
selectZBelowEqual(double cutoffZ,
boolean fromPrevSelected)
select all rows with a Z value less or equal than the one provided |
void |
setConnect(boolean connect)
sets whether the Captures should be visually connected |
void |
setConstraint(Constraint aConstraint)
install a spatial constraint for the variable |
void |
setExternalMovesDistribution(MoveVariable theMoves)
install an external distribution of Moves to sample from |
void |
setLocationsType()
sets the variable to type LOCATIONS |
void |
setMaxMovingThreshold(float maxMovingThreshold)
sets the maximum threshold for the distance an animal may move to be considered a valid travel |
void |
setMinMovingThreshold(float minMovingThreshold)
sets the threshold for the distance an animal may move to be considered a valid travel |
| Methods inherited from class java.util.Vector |
|---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
iterator, listIterator, listIterator |
| Field Detail |
|---|
public SpatialDescriptives itsDescriptives
public RHRandomNumberGenerator rand
| Constructor Detail |
|---|
public CaptureVariable(java.lang.String varName,
VariableOrganizer theOrganizer)
throws java.lang.Exception
varName - assigns a name (String) to the variabletheOrganizer - an instance of VariableOrganizer
class coordinates a set of variables with respect to number of data points available
and the rows that are currently selected
java.lang.Exception| Method Detail |
|---|
public void setLocationsType()
throws java.lang.Exception
java.lang.Exceptionpublic void setConnect(boolean connect)
connect - should the Captures be connected?public boolean getConnect()
public boolean checkConnectedCoords()
throws java.lang.Exception
java.lang.Exceptionpublic void addMove(MoveVector aMove)
aMove - the next move
public void fill(java.awt.Polygon poly)
throws java.lang.Exception
poly - Polygon containing x,y coordinates
java.lang.Exception
public void fill(NumberVariable x,
NumberVariable y)
throws java.lang.Exception
x - variable containing x coordinatesy - variable containing y coordinates
java.lang.Exception
public void fill(NumberVariable x,
NumberVariable y,
IntegerVariable time)
throws java.lang.Exception
x - the x coordinatesy - the y coordinatestime - the time stamp for the capture
java.lang.Exception
public void fill(NumberVariable x,
NumberVariable y,
NumberVariable z,
IntegerVariable time)
throws java.lang.Exception
x - the x coordinatesy - the y coordinatesz - the z coordinatestime - the time stamp for the capture
java.lang.Exception
public void fill(PolarVector[] aVecs)
throws java.lang.Exception
aVecs - an array of polar vectors
java.lang.Exception
public void fill(SpatialVector[] aVecs)
throws java.lang.Exception
aVecs - an array of spatial vectors
java.lang.Exception
public void fillWithGaussRandom(Capture StartCapture,
double theMean,
double theSD,
boolean is3D)
throws java.lang.Exception
StartCapture - the Capture that describes the starting pointtheMean - the mean distancetheSD - the standard deviation for distancesis3D - are all 3 dimensions used?
java.lang.Exception
public void fillWithRandomFromDistribution(Capture StartCapture)
throws java.lang.Exception
StartCapture - first position at which the animal is captured
java.lang.Exception
public Variable cloneSelectedRowsOnly()
throws java.lang.Exception
java.lang.Exception
public void selectBefore(long cutoffTime,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffTime - lists the comparison value for the timefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectBeforeEqual(long cutoffTime,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffTime - lists the comparison value for the timefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectAfter(long cutoffTime,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffTime - lists the comparison value for the timefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectAfterEqual(long cutoffTime,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffTime - lists the comparison value for the timefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectBetween(long sCutoffTime,
long eCutoffTime,
boolean fromPrevSelected)
throws java.lang.Exception
sCutoffTime - the start timeeCutoffTime - the start timefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectAbove(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatecutoffY - lists the comparison value for the y CoordinatecutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectAboveEqual(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatecutoffY - lists the comparison value for the y CoordinatecutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectBelow(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatecutoffY - lists the comparison value for the y CoordinatecutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectBelowEqual(double cutoffX,
double cutoffY,
double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatecutoffY - lists the comparison value for the y CoordinatecutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectXBelowEqual(double cutoffX,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectXBelow(double cutoffX,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectXAboveEqual(double cutoffX,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectXAbove(double cutoffX,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffX - lists the comparison value for the x CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectYBelowEqual(double cutoffY,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffY - lists the comparison value for the y CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectYBelow(double cutoffY,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffY - lists the comparison value for the y CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectYAboveEqual(double cutoffY,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffY - lists the comparison value for the y CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectYAbove(double cutoffY,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffY - lists the comparison value for the y CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectZBelowEqual(double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectZBelow(double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectZAboveEqual(double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectZAbove(double cutoffZ,
boolean fromPrevSelected)
throws java.lang.Exception
cutoffZ - lists the comparison value for the z CoordinatefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectInArea(GridSpace3D a3DBox,
boolean fromPrevSelected)
throws java.lang.Exception
a3DBox - a 3D spacefromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectBelowSpeed(double speedCutoff,
boolean fromPrevSelected)
throws java.lang.Exception
speedCutoff - lists the maximum speed allowed for selctionfromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectAboveSpeed(double speedCutoff,
boolean fromPrevSelected)
throws java.lang.Exception
speedCutoff - lists the maximum speed allowed for selectionfromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectAboveDistance(double distanceCutoff,
boolean fromPrevSelected)
throws java.lang.Exception
distanceCutoff - lists the maximum distance allowed for selectionfromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exception
public void selectBelowDistance(double distanceCutoff,
boolean fromPrevSelected)
throws java.lang.Exception
distanceCutoff - lists the maximum speed allowed for selectionfromPrevSelected - notes whether the search should only be performed on
currently selected rows
java.lang.Exceptionpublic void setExternalMovesDistribution(MoveVariable theMoves)
theMoves - a distribution from which to sample random moves and apply
them to the current positionpublic void setConstraint(Constraint aConstraint)
aConstraint - a spatial constraint for the CaptureVariablepublic Constraint getConstraint()
public SpatialVector reMapInConstraint(SpatialVector aCapture)
aCapture - the capture to remappublic Capture getCapture(int row)
row - marks the row in the vector
public NumberVariable getXs()
throws java.lang.Exception
java.lang.Exception
public NumberVariable getYs()
throws java.lang.Exception
java.lang.Exception
public NumberVariable getZs()
throws java.lang.Exception
java.lang.Exceptionpublic SpatialVector getSpatialVector(int row)
row - marks the row in the vector
public MoveVector applyRandomMoveFromDistribution(Capture StartCapture)
throws java.lang.Exception
StartCapture - first position at which the animal is captured
java.lang.Exceptionpublic java.lang.String getStringValue(int row)
getStringValue in class Variablerow - marks the row in the vectorpublic void setMinMovingThreshold(float minMovingThreshold)
minMovingThreshold - the value to setpublic void setMaxMovingThreshold(float maxMovingThreshold)
maxMovingThreshold - the value to set
public SpatialVector getCurrentLocation()
throws java.lang.Exception
java.lang.Exception
public Capture getStartCapture()
throws java.lang.Exception
java.lang.Exception
public double getStartTime()
throws java.lang.Exception
java.lang.Exception
public Capture getEndCapture()
throws java.lang.Exception
java.lang.Exception
public double getEndTime()
throws java.lang.Exception
java.lang.Exception
public double getNetTime()
throws java.lang.Exception
java.lang.Exception
public NumberVariable getTimes()
throws java.lang.Exception
java.lang.Exception
public MoveVariable getMoves()
throws java.lang.Exception
java.lang.Exception
public MoveVariable getMoves(boolean relative)
throws java.lang.Exception
relative - are the moves relative to the previous move?
java.lang.Exception
public NumberVariable getMoveDistances()
throws java.lang.Exception
java.lang.Exception
public MoveVector getNetMove()
throws java.lang.Exception
java.lang.Exception
public double getNetDisplacement()
throws java.lang.Exception
java.lang.Exception
public CaptureVariable getTinyStepPath(int nSteps)
throws java.lang.Exception
nSteps - the number of increments in the path
java.lang.Exception
public NumberVariable getSpeeds()
throws java.lang.Exception
java.lang.Exception
public AngleVariable getAngles(boolean relative)
throws java.lang.Exception
relative - are the moves relative to the previous move?
java.lang.Exception
public NumberVariable getTimeBetweenFrames()
throws java.lang.Exception
java.lang.Exception
public SquaresCrossproducts getSSCP()
throws java.lang.Exception
java.lang.Exception
public ANOVAResults getHotellingFResults(Variable theXVar)
throws java.lang.Exception
theXVar - variable that contains grouping information
java.lang.Exception
public void listDistanceMatrix()
throws java.lang.Exception
java.lang.Exception
public double getMinNeighborDistance()
throws java.lang.Exception
java.lang.Exception
public NumberVariable getDistancesToLocation(SpatialVector aLocation)
throws java.lang.Exception
aLocation - the location to which distances are calculated
java.lang.Exception
public NumberVariable getAnglesFromCenter()
throws java.lang.Exception
java.lang.Exception
public SpatialVector getCenterLocation()
throws java.lang.Exception
java.lang.Exception
public double getMeanDistanceToLocation(SpatialVector meanVec)
throws java.lang.Exception
java.lang.Exception
public java.awt.Polygon getHomeRange_MinimumPolygon()
throws java.lang.Exception
java.lang.Exception
public CaptureVariable[] resamplePath(double[] distUnits)
throws java.lang.Exception
distUnits - an array of pathlengths
java.lang.Exception
public double estimateD(double maxPathLength,
double stepSize,
double pathLength)
throws java.lang.Exception
java.lang.Exception
public double getFractalDimension()
throws java.lang.Exception
java.lang.Exception
public double getFractalDimension(double stepSize)
throws java.lang.Exception
stepSize - the original step size of the individual producing the path, use 0 for default
java.lang.Exception
public void listFractalDimension()
throws java.lang.Exception
java.lang.Exception
public void listFractalDimension(double stepSize)
throws java.lang.Exception
stepSize - the original step size of the individual producing the path, use 0 for default
java.lang.Exceptionpublic void compareNGroups(Variable theXVar)
theXVar - the independent variable contains information about the experimental group for each case
public Descriptives[] getGroupDescriptives(Variable theXVar)
throws java.lang.Exception
theXVar - the independent variable contains information about the experimental group for each case
java.lang.Exception
public void listGroupDescriptives(Variable theXVar)
throws java.lang.Exception
listGroupDescriptives in class VariabletheXVar - the independent variable contains information about the experimental group for each case
java.lang.Exceptionpublic void invalidDescriptives()
invalidDescriptives in class Variable
public void fillDescriptives(SpatialDescriptives theDescriptives)
throws java.lang.Exception
java.lang.Exception
public void listDescriptives()
throws java.lang.Exception
listDescriptives in class Variablejava.lang.Exception
public SpatialDescriptives getSpatialDescriptives()
throws java.lang.Exception
java.lang.Exception
public void listSpatialDescriptives()
throws java.lang.Exception
java.lang.Exception
public MoveDescriptives getMoveDescriptives()
throws java.lang.Exception
java.lang.Exception
public void listMoveDescriptives()
throws java.lang.Exception
java.lang.Exception
public CircularDescriptives getCircularDescriptives()
throws java.lang.Exception
java.lang.Exception
public void listCircularDescriptives()
throws java.lang.Exception
java.lang.Exception
public void asSpatialMap()
throws java.lang.Exception
java.lang.Exception
public void asSpatialMap(boolean xDirection,
boolean yDirection)
throws java.lang.Exception
xDirection - do x values increase from left to right?yDirection - do y values increase from top to bottom?
java.lang.Exceptionpublic void asCircularGraph()
| |||||