|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Analyzer
public class Analyzer
Analyzer class - sets up a generic data analyzer, it does not do much aside from planting the general roots for analyzers
| Field Summary | |
|---|---|
java.text.DecimalFormat |
df
|
| Constructor Summary | |
|---|---|
Analyzer(VariableOrganizer anOrganizer)
Standard constructor using a VariableOrganizer |
|
| Method Summary | |
|---|---|
void |
analyzeMultXY()
coordinates analyses for multiple dependent on multiple independent variables |
void |
analyzeMultY()
coordinates analyses for multiple dependent on multiple independent variables |
void |
analyzeXY()
coordinates univariate analyses for dependent on independent variables |
void |
analyzeY()
describes one or multiple Y columns |
void |
analyzeY(java.lang.Double hypMean)
describes one or multiple Y columns |
void |
clearAllDesignRoles()
clears all assigned design roles for the variables |
void |
controlAnalyze_1Y1X(Variable Y,
Variable X)
coordinates an analysis of dependent onto independent variable |
void |
controlAnalyze_1YnX(Variable Y,
VariableOrganizer XOrganizer)
coordinates an analysis of one dependent onto multiple independent variable. |
void |
controlAnalyze_nY(VariableOrganizer YOrganizer)
coordinates an analysis of multiple dependent variable. |
void |
controlAnalyze_nY1X(VariableOrganizer YOrganizer,
Variable X)
coordinates an analysis of multiple dependent onto one independent variable. |
void |
controlAnalyze_nYnX(VariableOrganizer YOrganizer,
VariableOrganizer XOrganizer)
coordinates an analysis of multiple dependent onto multiple independent variable. |
void |
doAnalyze_1Y(Variable YVariable)
lists the descriptive statistics results for a variables |
void |
doAnalyze_1Y(Variable YVariable,
java.lang.Double hypMean)
lists the results from a comparison with an a-priori mean |
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_1Y1Xcontinuous(Variable X,
Variable Y)
lists the results from an analysis of one dependent variable on one continuous indepent variable. |
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 |
doAnalyze_1YnXcontinuous(Variable Y,
VariableOrganizer XOrganizer)
lists the results from an analysis of one dependent variable on multiple indepent variable. |
void |
doAnalyze_1YnXnGroups(Variable Y,
VariableOrganizer XOrganizer)
lists the results from an analysis of one dependent variable on multiple indepent variable. |
void |
doAnalyze_nY(VariableOrganizer YOrganizer)
performs an analysis of multiple dependent variable. |
void |
doAnalyze_nY1Xcontinuous(VariableOrganizer YOrganizer,
Variable X)
lists the results from an analysis of one dependent continuous variable on multiple indepent variable. |
void |
doAnalyze_nY1XnGroups(VariableOrganizer YOrganizer,
Variable X)
lists the results from an analysis of one ordinal or nominal dependent variable on multiple indepent variable. |
void |
doAnalyze_nYnX(VariableOrganizer YOrganizer,
VariableOrganizer XOrganizer)
lists the results from an analysis of one dependent variable on multiple indepent variable. |
int |
getNXVariables()
returns the number of independent variables in the Organizer |
int |
getNYVariables()
returns the number of dependent variables in the Organizer |
VariableOrganizer |
getOrganizer()
returns the VariableOrganizer instance |
Variable |
getXVariable()
returns the independent variable of the Organizer |
Variable |
getYVariable()
returns the dependent variable of the Organizer |
java.lang.String[] |
getYVariableNames()
returns the matrix of all continuous, dependent variables. |
void |
listGroupDescriptives(Variable theXVariable,
Variable theYVariable)
lists the descriptive statistics for the groups identified by X |
void |
setOrganizer(VariableOrganizer anOrganizer)
sets the VariableOrganizer instance to the one provided |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.text.DecimalFormat df
| Constructor Detail |
|---|
public Analyzer(VariableOrganizer anOrganizer)
anOrganizer - 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| Method Detail |
|---|
public void setOrganizer(VariableOrganizer anOrganizer)
anOrganizer - an instance of VariableOrganizer
class coordinates a set of variables with respect to number of data points available
and the rows that are currently selectedpublic VariableOrganizer getOrganizer()
public int getNXVariables()
public int getNYVariables()
public Variable getXVariable()
throws java.lang.Exception
java.lang.Exception
public Variable getYVariable()
throws java.lang.Exception
java.lang.Exception
public java.lang.String[] getYVariableNames()
throws java.lang.Exception
java.lang.Exception
public void clearAllDesignRoles()
throws java.lang.Exception
java.lang.Exception
public void analyzeY()
throws java.lang.Exception
java.lang.Exception
public void analyzeY(java.lang.Double hypMean)
throws java.lang.Exception
hypMean - the mean value of the a-priori hypothesis
java.lang.Exception
public void analyzeXY()
throws java.lang.Exception
java.lang.Exception
public void analyzeMultY()
throws java.lang.Exception
java.lang.Exception
public void analyzeMultXY()
throws java.lang.Exception
java.lang.Exception
public void controlAnalyze_1YnX(Variable Y,
VariableOrganizer XOrganizer)
throws java.lang.Exception
Y - an instance of Variable class that is used as a dependent variableXOrganizer - an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is used
java.lang.Exception
public void controlAnalyze_nY1X(VariableOrganizer YOrganizer,
Variable X)
throws java.lang.Exception
YOrganizer - an instance of VariableOrganizer
class coordinates a set of dependent variables. If null, the subset of all variables is usedX - an instance of Variable class that is used as an independent variable
java.lang.Exception
public void controlAnalyze_nYnX(VariableOrganizer YOrganizer,
VariableOrganizer XOrganizer)
throws java.lang.Exception
YOrganizer - an instance of VariableOrganizer
class coordinates a set of dependent variables. If null, the subset of all variables is usedXOrganizer - an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is used
java.lang.Exception
public void controlAnalyze_nY(VariableOrganizer YOrganizer)
throws java.lang.Exception
YOrganizer - an instance of VariableOrganizer class that contains dependent variables
java.lang.Exception
public void controlAnalyze_1Y1X(Variable Y,
Variable X)
throws java.lang.Exception
X - an instance of Variable class that is used as a independent variableY - an instance of Variable class that is used as a dependent variable
java.lang.Exception
public void doAnalyze_1Y(Variable YVariable)
throws java.lang.Exception
YVariable - the dependent Variable
java.lang.Exception
public void doAnalyze_1Y(Variable YVariable,
java.lang.Double hypMean)
throws java.lang.Exception
YVariable - the dependent VariablehypMean - the value of the a-priori hypothesis
java.lang.Exception
public void doAnalyze_nY(VariableOrganizer YOrganizer)
throws java.lang.Exception
YOrganizer - an instance of VariableOrganizer class that is used as a dependent variable
java.lang.Exception
public void doAnalyze_1Y1X2Groups(Variable X,
Variable Y)
throws java.lang.Exception
java.lang.Exception
public void doAnalyze_1Y1XnGroups(Variable X,
Variable Y)
throws java.lang.Exception
java.lang.Exception
public void doAnalyze_1Y1Xcontinuous(Variable X,
Variable Y)
throws java.lang.Exception
java.lang.Exception
public void doAnalyze_1YnXcontinuous(Variable Y,
VariableOrganizer XOrganizer)
throws java.lang.Exception
Y - the dependent VariableXOrganizer - an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is used
java.lang.Exception
public void doAnalyze_1YnXnGroups(Variable Y,
VariableOrganizer XOrganizer)
throws java.lang.Exception
Y - the dependent VariableXOrganizer - an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is used
java.lang.Exception
public void doAnalyze_nYnX(VariableOrganizer YOrganizer,
VariableOrganizer XOrganizer)
throws java.lang.Exception
YOrganizer - an instance of VariableOrganizer
class coordinates a set of dependent variables. If null, the subset of all variables is usedXOrganizer - an instance of VariableOrganizer
class coordinates a set of independent variables. If null, the subset of all variables is used
java.lang.Exception
public void doAnalyze_nY1Xcontinuous(VariableOrganizer YOrganizer,
Variable X)
throws java.lang.Exception
YOrganizer - an instance of VariableOrganizer
class coordinates a set of dependent or independent variables. If null, the subset of all Y variables is usedX - the independent Variable
java.lang.Exception
public void doAnalyze_nY1XnGroups(VariableOrganizer YOrganizer,
Variable X)
throws java.lang.Exception
YOrganizer - an instance of VariableOrganizer
class coordinates a set of dependent or independent variables. If null, the subset of all Y variables is usedX - the independent Variable
java.lang.Exception
public void listGroupDescriptives(Variable theXVariable,
Variable theYVariable)
throws java.lang.Exception
theXVariable - the dependent VariabletheYVariable - the dependent Variable
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||