|
|||||||||
| 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 | |
|---|---|
boolean |
latlong
|
| Fields inherited from class JavaGrinders.Variable |
|---|
allData, autoExtracted, df, itsDescriptives, itsHighlitedColor, itsLineColor, itsLocationColor, rand |
| 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 presenter |
void |
asCircularGraph(boolean relative)
Creates a circular presenter |
void |
asSpatialMap()
Creates a presenter and plots and connects the locations |
void |
asSpatialMap(boolean xDirection,
boolean yDirection)
Creates a presenter and plots the locations |
void |
asSpatialMap(boolean xDirection,
boolean yDirection,
int view)
Creates a presenter and plots the locations |
void |
asSpatialSpeedMap()
Creates a presenter and plots and connects the locations |
void |
asSpatialSpeedMap(boolean xDirection,
boolean yDirection)
Creates a presenter and plots the locations |
boolean |
checkConnectedCoords()
assures that coordinates are connected |
Variable |
cloneSelectedRowsOnly()
returns a copy of the CaptureVariable contianing only the selected rows |
SpatialDescriptives |
copySpatialDescriptives()
fills the descriptive statistics for the variable and returns the results |
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 captures, x and y variable from the same row are assumed to belong together |
void |
fill(NumberVariable x,
NumberVariable y,
NumberVariable z,
TimeVariable 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,
TimeVariable 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(java.lang.Double hypVal)
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 |
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 |
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 |
DataTable |
getDistanceMatrix(int DistanceMeasure)
calculates a matrix of distances between all valid (i.e., selected and non-missing) locations |
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 |
CaptureVariable |
getLatLongAsDistances()
if the Captures are defined in longitude and latitude then this function converts these to distanced measures in meters using Haversines |
double |
getMeanDistanceToLocation(SpatialVector meanVec)
returns the average neighbor distance |
double |
getMinNeighborDistance()
returns the minimum neighbor distance |
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 and 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 |
TimeVariable |
getTimeRefs()
creates and returns a variable containing the times for these captures |
IntegerVariable |
getTimes()
creates and returns a variable containing the times for these 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 |
listCircularDescriptives(boolean relative)
lists the descriptive statistics for the angles of the moves using the currently selected set of rows |
void |
listDistanceMatrix(int DistanceMeasure)
lists a matrix of distances between all valid (i.e., selected and non-missing) 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(boolean relative)
lists the descriptive statistics for the moves using the currently selected set of rows |
void |
makeNewDescriptives()
create a new set of descriptives for the variable the object |
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 |
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 |
void |
writeKMLCoords(java.io.Writer output)
export the CaptureVariable's LineStyle into a KML file for display in Google Earth |
void |
writeKMLFile()
export the coordinates into a KML file for display in Google Earth |
void |
writeKMLFile(java.lang.String name)
export the coordinates into a KML file for display in Google Earth |
void |
writeKMLIntro(java.io.Writer output)
export the CaptureVariable's LineStyle into a KML file for display in Google Earth |
void |
writeKMLLine(java.io.Writer output)
export the CaptureVariable's coordinates into a KML file for display in Google Earth |
void |
writeKMLLineStyle(java.io.Writer output)
export the CaptureVariable's LineStyle into a KML file for display in Google Earth |
void |
writeKMLOutro(java.io.Writer output)
export the CaptureVariable's LineStyle into a KML file for display in Google Earth |
void |
writeKMLPoints(java.io.Writer output)
export the CaptureVariable's coordinates into a KML file for display in Google Earth |
| Methods inherited from class java.util.Vector |
|---|
add, add, addAll, addAll, addElement, capacity, clear, 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 boolean latlong
| 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 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 - the x coordinatesy - the y coordinates
java.lang.Exception
public void fill(NumberVariable x,
NumberVariable y,
NumberVariable z,
TimeVariable 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(NumberVariable x,
NumberVariable y,
TimeVariable time)
throws java.lang.Exception
x - the x coordinatesy - the y 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
cloneSelectedRowsOnly in class Variablejava.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 position
public void setConstraint(Constraint aConstraint)
throws java.lang.Exception
aConstraint - a spatial constraint for the CaptureVariable
java.lang.Exception
public Constraint getConstraint()
throws java.lang.Exception
java.lang.Exception
public SpatialVector reMapInConstraint(SpatialVector aCapture)
throws java.lang.Exception
aCapture - the capture to remap
java.lang.Exceptionpublic 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 CaptureVariable getLatLongAsDistances()
throws java.lang.Exception
java.lang.Exception
public TimeVariable getTimeRefs()
throws java.lang.Exception
java.lang.Exception
public IntegerVariable 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 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 DataTable getDistanceMatrix(int DistanceMeasure)
throws java.lang.Exception
DistanceMeasure - what type of distance measure should be calculated
java.lang.Exception
public void listDistanceMatrix(int DistanceMeasure)
throws java.lang.Exception
DistanceMeasure - what type of distance measure should be calculated
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 makeNewDescriptives()
makeNewDescriptives in class Variable
public void fillDescriptives(java.lang.Double hypVal)
throws java.lang.Exception
fillDescriptives in class VariablehypVal - the value of the a-priori hypothesis mean
java.lang.Exception
public SpatialDescriptives getSpatialDescriptives()
throws java.lang.Exception
java.lang.Exception
public SpatialDescriptives copySpatialDescriptives()
throws java.lang.Exception
java.lang.Exception
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.Exception
public void listMoveDescriptives(boolean relative)
throws java.lang.Exception
relative - are the moves relative to the previous move?
java.lang.Exception
public void listCircularDescriptives(boolean relative)
throws java.lang.Exception
relative - are the moves relative to the previous move?
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.Exception
public void asSpatialMap(boolean xDirection,
boolean yDirection,
int view)
throws java.lang.Exception
xDirection - do x values increase from left to right?yDirection - do y values increase from top to bottom?view - 0 - XY, 1 - XZ, 2 - YZ;
java.lang.Exception
public void asSpatialSpeedMap()
throws java.lang.Exception
java.lang.Exception
public void asSpatialSpeedMap(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.Exception
public void asCircularGraph()
throws java.lang.Exception
java.lang.Exception
public void asCircularGraph(boolean relative)
throws java.lang.Exception
relative - should the direction of the moves be considered relative to the previous direction
java.lang.Exception
public void writeKMLIntro(java.io.Writer output)
throws java.lang.Exception
java.lang.Exception
public void writeKMLLineStyle(java.io.Writer output)
throws java.lang.Exception
java.lang.Exception
public void writeKMLLine(java.io.Writer output)
throws java.lang.Exception
java.lang.Exception
public void writeKMLPoints(java.io.Writer output)
throws java.lang.Exception
java.lang.Exception
public void writeKMLOutro(java.io.Writer output)
throws java.lang.Exception
java.lang.Exception
public void writeKMLCoords(java.io.Writer output)
throws java.lang.Exception
java.lang.Exception
public void writeKMLFile()
throws java.lang.Exception
java.lang.Exception
public void writeKMLFile(java.lang.String name)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||