public class ParametricAnalyzer extends Analyzer
Constructor and Description |
---|
ParametricAnalyzer(VariableOrganizer anOrganizer)
Standard constructor for ParametricAnalyzer
|
Modifier and Type | Method and Description |
---|---|
void |
doAnalyze_1Y1X2Groups(Variable theYVariable,
Variable theXVariable)
lists the results from an analysis of one indepent (with 2 states) and one dependent
variable.
|
void |
doAnalyze_1Y1Xcontinuous(Variable theYVariable,
Variable theXVariable)
lists the results from an analysis of one independent (continuous) and one dependent
variable.
|
void |
doAnalyze_1Y1XnGroups(Variable theYVariable,
Variable theXVariable)
lists the results from an analysis of one independent (with multiple states) and one dependent
variable.
|
void |
doAnalyze_1YnXnGroups(Variable theYVariable,
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 |
doANOVA(NumberVariable theYVariable,
Variable theXVariable)
lists the results for an Analysis of Variance (ANOVA)
|
void |
doCompare_1Y(double mean,
NumberVariable theYVariable)
lists the results from an analysis of one indepent (with 2 states) and one dependent
variable.
|
void |
doFactorialANOVA(NumberVariable theYVariable,
VariableOrganizer XOrganizer)
lists the results for an Analysis of Variance (ANOVA)
|
void |
doPCA(VariableOrganizer YOrganizer)
performs a principal components analysis for all dependent variables.
|
void |
doPCA(VariableOrganizer YOrganizer,
boolean corr)
performs a principal components analysis for all dependent variables.
|
void |
doRegression(NumberVariable theYVariable,
NumberVariable theXVariable)
lists the results for a Regression Analysis
|
void |
dotTest(double mean,
NumberVariable theYVariable)
lists the results for a t-test
|
DataTable |
getCorrMatrix(VariableOrganizer YOrganizer)
calculates a correlation matrix for continuous, dependent variables.
|
DataTable |
getSSCPMatrix(VariableOrganizer YOrganizer)
calculates a variance/covariance matrix for continuous, dependent variables.
|
Matrix |
getSSCPMatrixJ(VariableOrganizer YOrganizer)
calculates a correlation matrix for continuous, dependent variables.
|
DataTable |
getVarCovarMatrix(VariableOrganizer YOrganizer)
calculates a variance/covariance matrix for continuous, dependent variables.
|
Matrix |
getVarCovarMatrixJ(VariableOrganizer YOrganizer)
calculates a correlation matrix for continuous, dependent variables.
|
void |
listCorrMatrix(VariableOrganizer YOrganizer)
lists the correlation matrix for all dependent variables.
|
void |
listSSCPMatrix(VariableOrganizer YOrganizer)
lists the variance/covariance matrix for all dependent variables.
|
void |
listVarCovarMatrix(VariableOrganizer YOrganizer)
lists the variance/covariance matrix for all dependent variables.
|
analyzeMultXY, analyzeMultY, analyzeXY, analyzeY, analyzeY, clearAllDesignRoles, confirmOrganizer, controlAnalyze_1Y1X, controlAnalyze_1YnX, controlAnalyze_nY, controlAnalyze_nY1X, controlAnalyze_nYnX, doAnalyze_1Y, doAnalyze_1Y, doAnalyze_1YnXcontinuous, doAnalyze_nY1Xcontinuous, doAnalyze_nY1XnGroups, doAnalyze_nYnX, getGroupNs, getNXVariables, getNYVariables, getOrganizer, getXVariable, getYVariable, getYVariableNames, listGroupDescriptives, setOrganizer
public ParametricAnalyzer(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 void doCompare_1Y(double mean, NumberVariable theYVariable) throws java.lang.Exception
mean
- the mean to compare the sample totheYVariable
- the dependent NumberVariablejava.lang.Exception
public void doAnalyze_1Y1X2Groups(Variable theYVariable, Variable theXVariable) throws java.lang.Exception
doAnalyze_1Y1X2Groups
in class Analyzer
theYVariable
- the dependent VariabletheXVariable
- the independent Variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1Y1XnGroups(Variable theYVariable, Variable theXVariable) throws java.lang.Exception
doAnalyze_1Y1XnGroups
in class Analyzer
theXVariable
- the independent VariabletheYVariable
- the dependent Variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1Y1Xcontinuous(Variable theYVariable, Variable theXVariable) throws java.lang.Exception
doAnalyze_1Y1Xcontinuous
in class Analyzer
theYVariable
- the dependent VariabletheXVariable
- the independent Variablejava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_1YnXnGroups(Variable theYVariable, VariableOrganizer XOrganizer) throws java.lang.Exception
doAnalyze_1YnXnGroups
in class Analyzer
theYVariable
- the dependent VariableXOrganizer
- an instance of VariableOrganizer
class coordinates a set of dependent or independent variables. If null, the subset of all Y variables is usedjava.lang.Exception
- if no Organizer was availablepublic void doAnalyze_nY(VariableOrganizer YOrganizer) throws java.lang.Exception
doAnalyze_nY
in class Analyzer
YOrganizer
- an instance of VariableOrganizer class that is used as a dependent variablejava.lang.Exception
- if no Organizer was availablepublic Matrix getSSCPMatrixJ(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public Matrix getVarCovarMatrixJ(VariableOrganizer YOrganizer) throws java.lang.Exception
java.lang.Exception
public DataTable getSSCPMatrix(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public DataTable getVarCovarMatrix(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public DataTable getCorrMatrix(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public void listSSCPMatrix(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public void listVarCovarMatrix(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public void listCorrMatrix(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public void doPCA(VariableOrganizer YOrganizer) 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 usedjava.lang.Exception
public void doPCA(VariableOrganizer YOrganizer, boolean corr) 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 usedcorr
- perform on correlation matrix? false does var/covar matrixjava.lang.Exception
public void dotTest(double mean, NumberVariable theYVariable) throws java.lang.Exception
mean
- the mean to compare the sample totheYVariable
- the dependent NumberVariablejava.lang.Exception
public void doANOVA(NumberVariable theYVariable, Variable theXVariable) throws java.lang.Exception
theYVariable
- the dependent NumberVariabletheXVariable
- the independent Variablejava.lang.Exception
public void doFactorialANOVA(NumberVariable theYVariable, VariableOrganizer XOrganizer) throws java.lang.Exception
theYVariable
- the dependent NumberVariableXOrganizer
- the VariableOrganizer containing independent variablesjava.lang.Exception
public void doRegression(NumberVariable theYVariable, NumberVariable theXVariable) throws java.lang.Exception
theYVariable
- the dependent NumberVariabletheXVariable
- the independent NumberVariablejava.lang.Exception
RH, 2017