JavaGrinders.parametric
Class CorrelationResults

java.lang.Object
  extended by JavaGrinders.Descriptives
      extended by JavaGrinders.parametric.tTestResults
          extended by JavaGrinders.parametric.RegressionResults
              extended by JavaGrinders.parametric.CorrelationResults
All Implemented Interfaces:
java.lang.Cloneable

public class CorrelationResults
extends RegressionResults
implements java.lang.Cloneable

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

MeasureOfAssoc

public double MeasureOfAssoc

r2

public double r2

stErr

public double stErr

F

public double F

t

public double t

FProb

public double FProb

tProb

public double tProb
Constructor Detail

CorrelationResults

public CorrelationResults()
empty constructor

Method Detail

zeroDescriptives

public void zeroDescriptives()
sets sums for descriptives to zeros

Overrides:
zeroDescriptives in class RegressionResults

BasicCalculations

public void BasicCalculations()
fill terms once the sums are filled

Overrides:
BasicCalculations in class RegressionResults

completeCalculations

public void completeCalculations()
fill all the remaining terms once the sums are filled

Overrides:
completeCalculations in class RegressionResults

list

public void list()
reports the current values of the variables

Overrides:
list in class RegressionResults

listF

public void listF()
reports the comparison fo the statisic with the F-distribution


listt

public void listt()
reports the comparison fo the statisic with the F-distribution