|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJavaGrinders.Descriptives
JavaGrinders.parametric.tTestResults
JavaGrinders.parametric.RegressionResults
public class RegressionResults
provides the interface for obtaining descriptive statistics from continuous variables.
| Field Summary | |
|---|---|
int |
dfE
|
int |
dfM
|
int[] |
dfMComplete
|
int[] |
dfMP
|
int |
dfT
|
double |
F
|
boolean |
factorial
|
double[] |
FP
|
double |
MeanX
|
java.lang.String[] |
ModelEffects
|
double |
MSE
|
double |
MSM
|
double[] |
MSMP
|
int |
nFactorialTerms
|
int |
nInteractionTerms
|
int |
nMainTerms
|
int |
nModelEffects
|
double[] |
Parameters
|
double[] |
PP
|
double |
R
|
double |
R2
|
double |
R2adj
|
double |
RootMSE
|
double |
SSE
|
double |
SSM
|
double[] |
SSMComplete
|
double[] |
SSMP
|
double |
SST
|
double |
SumX
|
double |
SumX2
|
double |
SumXY
|
double |
SumY
|
double |
SumY2
|
int[][] |
termIndeces
|
java.lang.String[] |
yVar
|
| Fields inherited from class JavaGrinders.parametric.tTestResults |
|---|
MeanY, Prob, SDY, t |
| Fields inherited from class JavaGrinders.Descriptives |
|---|
df0, df2, df4, df5, frequencies, IDMap, itsIDs, N, nMiss, Nsel, Rows |
| Constructor Summary | |
|---|---|
RegressionResults(int nModelEffects)
empty constructor |
|
| Method Summary | |
|---|---|
void |
BasicCalculations()
fill terms once the sums are filled |
void |
completeCalculations()
fill all the remaining terms once the sums are filled |
void |
fillFactorialTermNames(VariableOrganizer aXOrganizer)
fills the n-way interaction terms for the ANOVA |
void |
fillFinalTerm()
|
ParametricTerm |
getLowerWayParametricTermsSum(int forTerm)
|
int |
getnWay(int i)
|
double |
getSlope()
returns the slope for the Regression formula |
boolean |
isLowerWay(int current,
int forTerm)
|
boolean |
isnWay(int i,
int nWay)
|
void |
list()
reports the current values of the variables |
void |
listANOVATable()
lists the ANOVA table |
void |
listANOVATableBasic()
lists the ANOVA table |
void |
listANOVATableDetail()
lists the ANOVA table |
void |
listEquation()
lists the Regression formula for the line |
void |
listModelDesign()
lists the variables and their design roles for the analysis |
void |
zeroDescriptives()
sets sums for descriptives to zeros |
| Methods inherited from class JavaGrinders.Descriptives |
|---|
clone, list, listBasics, listIDs, listIDs, listSigStars, setLabel |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int nModelEffects
public int nMainTerms
public int nInteractionTerms
public int nFactorialTerms
public double SumX
public double SumX2
public double SumY
public double SumY2
public double SumXY
public double MeanX
public double SST
public double SSE
public double MSE
public double SSM
public double MSM
public double F
public double R
public double R2
public double R2adj
public double RootMSE
public double[] SSMComplete
public int[] dfMComplete
public double[] Parameters
public double[] SSMP
public double[] MSMP
public double[] FP
public double[] PP
public int[] dfMP
public int dfM
public int dfE
public int dfT
public java.lang.String[] ModelEffects
public java.lang.String[] yVar
public boolean factorial
public int[][] termIndeces
| Constructor Detail |
|---|
public RegressionResults(int nModelEffects)
| Method Detail |
|---|
public void zeroDescriptives()
zeroDescriptives in class tTestResultspublic void BasicCalculations()
public void completeCalculations()
public int getnWay(int i)
public boolean isnWay(int i,
int nWay)
public boolean isLowerWay(int current,
int forTerm)
public ParametricTerm getLowerWayParametricTermsSum(int forTerm)
public void fillFinalTerm()
throws java.lang.Exception
java.lang.Exception
public void fillFactorialTermNames(VariableOrganizer aXOrganizer)
throws java.lang.Exception
java.lang.Exceptionpublic void list()
list in class tTestResultspublic void listANOVATableBasic()
public void listANOVATable()
public void listANOVATableDetail()
public double getSlope()
throws java.lang.Exception
java.lang.Exceptionpublic void listEquation()
public void listModelDesign()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||