|
|||||||||
| 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
JavaGrinders.parametric.CorrelationResults
public class CorrelationResults
provides the interface for obtaining descriptive statistics from continuous variables.
| Field Summary | |
|---|---|
double |
F
|
double |
FProb
|
double |
MeasureOfAssoc
|
double |
r2
|
double |
stErr
|
double |
t
|
double |
tProb
|
| Fields inherited from class JavaGrinders.parametric.RegressionResults |
|---|
dfE, dfM, dfMComplete, dfMP, dfT, factorial, FP, MeanX, ModelEffects, MSE, MSM, MSMP, nFactorialTerms, nInteractionTerms, nMainTerms, nModelEffects, Parameters, PP, R, R2, R2adj, RootMSE, SSE, SSM, SSMComplete, SSMP, SST, SumX, SumX2, SumXY, SumY, SumY2, termIndeces, yVar |
| Fields inherited from class JavaGrinders.parametric.tTestResults |
|---|
MeanY, Prob, SDY |
| Fields inherited from class JavaGrinders.Descriptives |
|---|
df0, df2, df4, df5, frequencies, IDMap, itsIDs, N, nMiss, Nsel, Rows |
| Constructor Summary | |
|---|---|
CorrelationResults()
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 |
list()
reports the current values of the variables |
void |
listF()
reports the comparison fo the statisic with the F-distribution |
void |
listt()
reports the comparison fo the statisic with the F-distribution |
void |
zeroDescriptives()
sets sums for descriptives to zeros |
| Methods inherited from class JavaGrinders.parametric.RegressionResults |
|---|
fillFactorialTermNames, fillFinalTerm, getLowerWayParametricTermsSum, getnWay, getSlope, isLowerWay, isnWay, listANOVATable, listANOVATableBasic, listANOVATableDetail, listEquation, listModelDesign |
| 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 double MeasureOfAssoc
public double r2
public double stErr
public double F
public double t
public double FProb
public double tProb
| Constructor Detail |
|---|
public CorrelationResults()
| Method Detail |
|---|
public void zeroDescriptives()
zeroDescriptives in class RegressionResultspublic void BasicCalculations()
BasicCalculations in class RegressionResultspublic void completeCalculations()
completeCalculations in class RegressionResultspublic void list()
list in class RegressionResultspublic void listF()
public void listt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||