|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Analyzer
JavaGrinders.spatial.CircularAnalyzer
public class CircularAnalyzer
coordinates the analysis of directional data in an application.
| Field Summary |
|---|
| Fields inherited from class JavaGrinders.Analyzer |
|---|
df |
| Constructor Summary | |
|---|---|
CircularAnalyzer(VariableOrganizer anOrganizer)
Standard constructor using a VariableOrganizer |
|
| Method Summary | |
|---|---|
void |
analyze2Groups(Variable theXVariable,
Variable theYVariable)
lists the results from an analysis of differences in mean direction |
void |
analyzeNGroups(Variable theXVariable,
Variable theYVariable)
lists the results from an analysis of differences in mean direction |
void |
doAnalyze_1Y1X2Groups(Variable X,
Variable Y)
lists the results from an analysis of one dependent variable on one indepent variable (with 2 states). |
void |
doAnalyze_1Y1XnGroups(Variable X,
Variable Y)
lists the results from an analysis of one dependent variable on one indepent variable (with >2 states). |
void |
doHotellingF(Variable theXVariable,
Variable theYVariable)
controls the Analysis of mean angles |
void |
doWatsonU2(Variable theXVariable,
Variable theYVariable)
controls the Analysis of mean angles |
void |
doWatsonWilliamsF(Variable theXVariable,
Variable theYVariable)
controls the Analysis of mean angles |
void |
doWheelerW(Variable theXVariable,
Variable theYVariable)
controls the Analysis of mean angles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CircularAnalyzer(VariableOrganizer anOrganizer)
anOrganizer - an instance of VariableOrganizer
class coordinates a set of variables with respect to the number of data points
available and the rows that are currently selected| Method Detail |
|---|
public void doAnalyze_1Y1X2Groups(Variable X,
Variable Y)
throws java.lang.Exception
doAnalyze_1Y1X2Groups in class Analyzerjava.lang.Exception
public void doAnalyze_1Y1XnGroups(Variable X,
Variable Y)
throws java.lang.Exception
doAnalyze_1Y1XnGroups in class Analyzerjava.lang.Exception
public void analyze2Groups(Variable theXVariable,
Variable theYVariable)
throws java.lang.Exception
theXVariable - the independent VariabletheYVariable - the dependent Variable
java.lang.Exception
public void analyzeNGroups(Variable theXVariable,
Variable theYVariable)
throws java.lang.Exception
theXVariable - the independent VariabletheYVariable - the dependent Variable
java.lang.Exception
public void doWatsonWilliamsF(Variable theXVariable,
Variable theYVariable)
throws java.lang.Exception
theXVariable - the independent VariabletheYVariable - the dependent Variable
java.lang.Exception
public void doWatsonU2(Variable theXVariable,
Variable theYVariable)
throws java.lang.Exception
theXVariable - the independent VariabletheYVariable - the dependent Variable
java.lang.Exception
public void doWheelerW(Variable theXVariable,
Variable theYVariable)
throws java.lang.Exception
theXVariable - the independent VariabletheYVariable - the dependent Variable
java.lang.Exception
public void doHotellingF(Variable theXVariable,
Variable theYVariable)
throws java.lang.Exception
theXVariable - the independent VariabletheYVariable - the dependent Variable
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||